fragStat | R Documentation |
Compute quantiles, mean and standard deviation for two electrodes group marked as soz non marked as soz
fragStat(frag, sozIndex)
frag |
Matrix or Fragility object. Either a matrix with row as Electrode names and Column as fragility index, or a Fragility object from |
sozIndex |
Integer. Vector soz electrodes (for good electrodes) |
list of 5 items with quantile matrix, mean and sdv from both electrodes groups
data("pt01Frag")
data("pt01EcoG")
sozIndex <- attr(pt01EcoG, "sozIndex")
pt01fragstat <- fragStat(frag = pt01Frag, sozIndex = sozIndex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.