Description Usage Arguments Examples
S3 method for printing cv_model results
| 1 2 | 
| x | Object of class  | 
| ... | Extra arguments | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | data("vertical_jump_data")
m1 <- cv_model(
  `Post-test` ~ `Pre-test` * Group * `Squat 1RM`,
  vertical_jump_data,
  control = model_control(
    cv_repeats = 10,
    cv_folds = 3,
    cv_strata = vertical_jump_data$Group
  )
)
m1
plot(m1, "residuals")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.