print.achievementLevels: Print AchievementLevels Results

View source: R/achievementLevels.R

print.achievementLevelsR Documentation

Print AchievementLevels Results

Description

Prints details of discrete and cumulative achievement levels calculated using weights and variance estimates appropriate for the edsurvey.data.frame.

Usage

## S3 method for class 'achievementLevels'
print(x, printCall = TRUE, printDiscrete = TRUE, printCumulative = TRUE, ...)

Arguments

x

an achievementLevels object

printCall

a logical value; by default (TRUE), prints details about plausible values and weights used for calculating achievement levels

printDiscrete

a logical value; by default (TRUE), prints discrete achievement levels if they are present in x

printCumulative

a logical value; by default (TRUE), prints cumulative achievement levels if they are present in x

...

these arguments are not passed anywhere and are included only for compatibility

Author(s)

Huade Huo and Ahmad Emad


EdSurvey documentation built on Nov. 2, 2023, 6:25 p.m.