print.saws {saws} | R Documentation |
Print saws object
Description
Prints confidence intervals and p-values from saws object.
Usage
## S3 method for class 'saws'
print(x, digits = NULL, ...)
Arguments
x |
object of class 'saws' |
digits |
number of digits |
... |
other objects passed to print default |
Details
THe default is to test that each parameter (i.e., each Estimate) is 0. Then the output printed is those estimates with confidence intervals and p-values. Under the default the test matrix is a p X p diagonal matrix, and beta0 is a p X 1 matrix of 0. If the default is not true then the jth Estimate column represents the jth row of
test * coef - beta0
, where '*' is matrix multiplication and 'coef' are the parameter estimates. Also when the default is not true, then the test matrix and beta0 vector are printed.
[Package saws version 0.9-7.0 Index]