| meanSens | R Documentation | 
Calculates mean sensitivity (MS) and standard deviation (SD) from all tests within a data frame containing microperimetry test data.
meanSens(data, global = FALSE, na.rm = TRUE, digits)
| data | microperimetry test data, ideally import with read_maia_tgz | 
| global | TRUE (MS and SD of all tests will be calculated) or FALSE (default), where MS and SD will be provided for each test separately | 
| na.rm | TRUE (default): NA will be ignored. False: will return NA | 
| digits | round to how many digits. | 
if global = TRUE: vector of MS and SD, else dataframe (or: tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.