Learn R Programming

carat (version 1.1)

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

Description

Printing objects of class "carandom", "careval", "carcomp" or carseq 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", ...)

Arguments

x

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

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 and carseq 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