View source: R/achievementLevels.R
print.achievementLevels | R Documentation |
Prints details of discrete and cumulative achievement levels
calculated using weights and variance
estimates appropriate for the edsurvey.data.frame
.
## S3 method for class 'achievementLevels'
print(
x,
printCall = TRUE,
printDiscrete = TRUE,
printCumulative = TRUE,
use_es_round = getOption("EdSurvey_round_output"),
...
)
x |
an |
printCall |
a logical value; by default ( |
printDiscrete |
a logical value; by default ( |
printCumulative |
a logical value; by default ( |
use_es_round |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.