Description Usage Arguments Value Examples
View source: R/reliability_analysis.R
SESOI upper threshold for reliability_analysis
1 | SESOI_upper_reliability_func(data, trial1, trial2, na.rm = FALSE)
|
data |
Data frame |
trial1 |
Character vector. Column name in |
trial2 |
Character vector. Column name in |
na.rm |
Should NAs be removed? Default is |
Pooled SD of trial1
and trial2
columns of the data
data frame multiplied by 0.2 (Cohen's trivial)
1 2 3 4 5 6 | data("agreement_data")
SESOI_lower_reliability_func(
data = agreement_data,
trial1 = "Practical_score.trial1",
trial2 = "Practical_score.trial2"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.