Description Usage Arguments Value Author(s) See Also
Calculates mean deviation (MD) and pattern standard deviation (psd) manually from data or vectors.
1 | mpstats_manual(test_val, norm_val, var_norm, data = NULL)
|
test_val |
observed sensitivities. Can be column name (quoted or unquoted) or numeric vector |
norm_val |
mean of normal sensitivities of same length as test_val. Can be column name (quoted or unquoted) or numeric vector |
var_norm |
variance of normal values of same length as test_val. Can be column name (quoted or unquoted) or numeric vector |
data |
optional Dataframe with vectors for analysis |
named vector with mean deviation (mean_dev) and pattern standard deviation (psd)
tjebo
Other stat functions:
bootstrap_maia()
,
mpstats_single()
,
mpstats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.