Learn R Programming

EdSurvey (version 1.0.6)

print.edsurveyTable: Prints summary details of a summary table from an edsurvey.data.frame.

Description

Prints summary details of a summary table estimates appropriate for the edsurvey.data.frame.

Usage

# S3 method for edsurveyTable
print(x, digits = getOption("digits"), ...)

Arguments

x

an R object representing a summary table of an edsurvey.data.frame.

digits

number of significant figures to print.

...

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