CA.table: Prints table for calibration statistics

View source: R/CA.rel.R

CA.tableR Documentation

Prints table for calibration statistics

Description

CA.table() takes the argument of CA.rel() and prints a table with the C, O/U and NRI stats

Usage

CA.table(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

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)


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