CA.print | R Documentation |
CA.print()
takes the argument of CA.rel()
and prints the seperate
calibration tables (mean, prop correct, etc.) for each confidence interval per variable
CA.print(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>
library(jtools)
data(metamemoryCA)
# Create object for the whole dataset and print proportion correct per level of confidence
All <- CA.rel(data = metamemoryCA, confidence = "Confidence",
correct = "ChoiceCorrect", test = "CAL",
confidenceLevels = c(0,10,20,30,40,50,60,70,80,90,100))
CA.print(All)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.