print.regcoeffs: print method for regression coefficients class
Description
prints regression coeffocoent values for given response
number and amount of componentsUsage
## S3 method for class 'regcoeffs':
print(x, ncomp = 1, ny = 1, digits = 3, ...)
Arguments
x
regression coefficients object (class
regcoeffs
)
ncomp
number of components to return the
coefficients for
ny
number of response variable to return the
coefficients for
digits
decimal digits round the coefficients to