meanSens: Microperimetry basic statistics.

View source: R/meanSens.R

meanSensR Documentation

Microperimetry basic statistics.

Description

Calculates mean sensitivity (MS) and standard deviation (SD) from all tests within a data frame containing microperimetry test data.

Usage

meanSens(data, global = FALSE, na.rm = TRUE, digits)

Arguments

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.

Value

if global = TRUE: vector of MS and SD, else dataframe (or: tibble)


tjebo/microperimetR documentation built on Feb. 12, 2024, 6:23 a.m.