Learn R Programming

carat (version 1.3)

print.carandom: Print Methods for Sequences, Evaluation and Compariason for Covariate-Adaptive Randomization Procedures

Description

Printing objects of class "carandom", "careval", "carcomp", "carseq" or "plotrandtest" respectively for different functions, by simple print method.

Usage

# S3 method for carandom
print(x, digits = getOption("digits"), prefix = "\t", ...)

# S3 method for careval print(x, digits = getOption("digits"), prefix = "\t", ...)

# S3 method for carcomp print(x, digits = getOption("digits"), prefix = "\t", ...)

# S3 method for carseq print(x, digits = getOption("digits"), prefix = "\t", ...)

# S3 method for plotrandtest print(x, digits = getOption("digits"), prefix = "\t", ...)

Arguments

x

objects of class "carandom", "careval", "carcomp", "carseq" or "plotrandtest".

digits

the number of significant digits to be used.

prefix

a string, passed to strwrap for displaying the method component of the carandom object, careval object, carcomp object, carseq object and plotrandtest object.

further arguments to be passed to or from methods.

Value

the argument x, invisibly, as for all print methods.

See Also

HuHuCAR, evalRand, compRand, HuHuCAR.ui, rand.test