print.saws | R Documentation |
Prints confidence intervals and p-values from saws object.
## S3 method for class 'saws' print(x, digits = NULL, ...)
x |
object of class 'saws' |
digits |
number of digits |
... |
other objects passed to print default |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.