Prints labels and a results vector of a gap analysis.
# S3 method for gap
print(
x,
...,
printPercentage = TRUE,
use_es_round = getOption("EdSurvey_round_output")
)# S3 method for gapList
print(x, ..., printPercentage = TRUE)
an R
object representing a gap
of class gap
or gapList
these arguments are not passed anywhere and are included only for compatibility
a logical value set to TRUE
to request printing
of the percentage in the groups. Defaults to TRUE
.
use the EdSurvey rounding methods for gap
Paul Bailey