fragStat {EZFragility} | R Documentation |
Compute quantiles, mean and standard deviation for two electrodes group marked as soz non marked as soz
Description
Compute quantiles, mean and standard deviation for two electrodes group marked as soz non marked as soz
Usage
fragStat(frag, sozIndex)
Arguments
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) |
Value
list of 5 items with quantile matrix, mean and sdv from both electrodes groups
Examples
data("pt01Frag")
data("pt01EcoG")
sozIndex <- attr(pt01EcoG, "sozIndex")
pt01fragstat <- fragStat(frag = pt01Frag, sozIndex = sozIndex)
[Package EZFragility version 1.0.3 Index]