Learn R Programming

clinDR (version 2.4.1)

print.emaxsimBobj: Print a summary of the fitted Emax model

Description

Print a summary of the fitted Emax model. Printed output returned as invisible matrix.

Usage

# S3 method for emaxsimBobj
print(x, nprint=min(length(x$y),20), ...)

Arguments

x

Object output by the extractor function [] for emaxsimB

nprint

Number of observations to print. If a vector of length 2, nprint is the range of data to print.

...

No options implemented.