-
I'm running a cox model and I keep getting an error:
coxph(formula = Surv(followuptime_yr, inc_dem2) ~ MetSyndrome +
TEU_APOE_e4_carrier1 + MetSyndrome * TEU_APOE_e4_carrier1 +
BaC_Age…
-
Hi,
I got this error:
```
10:53 -!- Irssi: Failed to initialize server, please check your /set ipw_ settings: Can't create listen socket: Cannot assign requested address at
/usr/loc…
ghost updated
7 years ago
-
We believe the Interchain dev community
has a problem tracking dependencies across projects
and we can solve it w/ a Information Radiator showing the status of epics across the Core Dev repos
We'…
-
Ananke has several classes of estimation algorithms, depending on how "challenging" the graph is (different subclasses of acyclic directed mixed graphs (ADMGs))
Step 1 would be to wrap these, step …
-
Hi,
I believe there is a mistake in the calculation of outcomes in IPW.
The code is using np.average to compute the expected outcome across treatment groups. This computation sums the weighted ou…
-
Greetings!
I am a statistician and ran into a question when I used your package of ipcwswtich.
I reran the sample code of SHIdat and got the same results as your paper in 2019[1]. But when I fur…
-
Hi CausalPy team,
Thank you for the new update to cp 0.3.0!
It's great to see the package growing.
I was going through the new [IPW docs page](https://causalpy.readthedocs.io/en/latest/notebo…
-
The following code that intermixes two BokehModel instances with an ipywidget instance
```python
import bokeh.plotting as bp
import bokeh.models as bm
import ipywidgets as ipw
from jupyter_boke…
-
Hi,
this is not really an issue, more like an idea. What I often find lacking is how tables are actually connected. You can get information how each table works by itself from the description, but th…
-
Like in the aiidalab sssp app and commonwf-oxides app, we want the periodic table can only have one element been chosen.
The following code works well for my sssp app, I assume it can be inside the …