-
### Expected behavior
I am expecting that a plot will be produced for the single predictor variable in the model.
### Actual behavior
Error in x$table["GLOBAL", 3] : subscript out of bounds
### …
-
In #67 @markdanese proposed to add survival curves for cox model.
Not curves for average values of variables but curves averages over the distribution of variables observed in the data (like here: …
-
This is another one that is probably mostly useful for ecog. I'm trying to plot sensor activations on a brain plot. There are already a few functions to create custom electrode layouts and such, thoug…
-
Is there a way to clean a specific channel (e.g. stimulus channel) so as to do subsequent processing that do not require loading the entire dataset (e.g. find_events, Epochs etc) without having to pre…
-
User private e-mail
> Can you provide an example of how to use the var argument in ggcoxzph? I only want to print a plot for specific variables.
> Thank you,
> Mason Burley
I'll answer …
-
### Expected behavior
Following lines (from man page) will return a plot
```
library(survival)
fit
-
I'm trying to figure out if it's feasible to visualize brains in 3-D space with python. I know there's a lot of software out there (e.g., freesurfer/pysurfer, or pycortex) that lets you do this with s…
-
The surv.diff p-value is not the same that the one reported in the plot when a subset is selected in the fitted survival model (i.e. surv.fit(Surv(time,event)~feature,data=data1,subset=feature2==TRUE)…
-
I'm computing ICA on continous raw EEG data. In my pipeline, I set
eeg.set_eeg_reference()
before doing
ica = ICA(method="extended-infomax", random_state=1)
ica.fit(raw)
Does …
cbrnr updated
7 years ago
-
Hi thanks for the nice and only real extension to ggplot to include a KM "stat". I have an issue which is probably related to nousing a stepped ribbon for the confidence intervals. This result in some…