CA.print: Print overview table per confidence level

View source: R/CA.rel.R

CA.printR Documentation

Print overview table per confidence level

Description

CA.print() takes the argument of CA.rel() and prints the seperate calibration tables (mean, prop correct, etc.) for each confidence interval per variable

Usage

CA.print(CA.rel)

Arguments

CA.rel

Object created by the CA.rel function

Details

For a more detailed explanation see the github page for a manual. https://github.com/IngerMathilde/CArelationship

Author(s)

Inger van Boeijen <inger.vb.r@gmail.com>

Examples

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)



IngerMathilde/legalPsych documentation built on March 28, 2024, 10:10 p.m.