| print.wald_lgspline | R Documentation |
Prints the coefficient table using printCoefmat with
significance stars.
## S3 method for class 'wald_lgspline'
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
x |
A |
digits |
Number of significant digits. |
signif.stars |
Logical; show significance stars. |
... |
Additional arguments passed to |
Invisibly returns x.
wald_univariate, printCoefmat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.