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