Prints details of discrete and cumulative achievement levels
calculated using weights and variance
estimates appropriate for the edsurvey.data.frame
.
# S3 method for achievementLevels
print(
x,
printCall = TRUE,
printDiscrete = TRUE,
printCumulative = TRUE,
use_es_round = getOption("EdSurvey_round_output"),
...
)
an achievementLevels
object
a logical value; by default (TRUE
), prints details about plausible
values and weights used for calculating achievement levels
a logical value; by default (TRUE
), prints discrete achievement
levels if they are present in x
a logical value; by default (TRUE
), prints cumulative achievement
levels if they are present in x
a logical value; use the EdSurvey rounding functions before printing
these arguments are not passed anywhere and are included only for compatibility
Huade Huo and Ahmad Emad