Learn R Programming

SimComp (version 3.6)

print.SimTest: Print function for SimTest-objects

Description

A short print out of the results of SimTestDiff and SimTestRat, respectively.

Usage

# S3 method for SimTest
print(x, digits = 4, ...)

Value

A print out containing the margins, estimates, test statistics, degrees of freedom, raw and adjusted p-values computed by SimTestDiff

or SimTestRat, respectively.

Arguments

x

an object of class "SimTest" as obtained by calling SimTestDiff or SimTestRat

digits

digits for rounding the results

...

arguments to be passed to print

Author

Mario Hasler

See Also

print.SimCi