CA.table | R Documentation |
CA.table()
takes the argument of CA.rel()
and prints a table with the
C, O/U and NRI stats
CA.table(CA.rel)
CA.rel |
Object created by the CA.rel function |
For a more detailed explanation see the github page for a manual. https://github.com/IngerMathilde/CArelationship
Inger van Boeijen <inger.vb.r@gmail.com>
data(metamemoryCA)
# Compare choosers vs. nonchoosers with collapsed confidence groups and Jackknife SE
Ch <- CA.rel(data = metamemoryCA, confidence = "Confidence",
correct = "ChoiceCorrect", test = "CAL", var = "ChoiceChooser",
confidenceLevels = list(c(0,20),c(30,40), c(50,60), c(70,80), c(90,100)),
jack = TRUE)
CA.table(Ch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.