summary.msir: Summary and print methods for 'msir' objects
Description
Summary and print methods for 'msir' objects.Usage
## S3 method for class 'msir':
summary(object, numdir = object$numdir, std = FALSE, \dots)
## S3 method for class 'summary.msir':
print(x, digits = max(5, getOption("digits") - 3), ...)Arguments
numdir
the number of directions to be shown.
std
if TRUE the coefficients basis are scaled such that all predictors have unit standard deviation.
x
a 'summary.msir' object.
digits
the significant digits to use.