print.hgwrm {hgwrr} | R Documentation |
Print description of a hgwrm
object.
Description
Print description of a hgwrm
object.
Usage
## S3 method for class 'hgwrm'
print(x, decimal.fmt = "%.6f", ...)
Arguments
x |
An |
decimal.fmt |
The format string passing to |
... |
Arguments passed on to
|
Value
No return.
See Also
summary.hgwrm()
, print_table_md()
.
Examples
data(mulsam.test)
model <- hgwr(
formula = y ~ L(g1 + g2) + x1 + (z1 | group),
data = mulsam.test$data,
coords = mulsam.test$coords,
bw = 10
)
print(model)
print(model, table.style = "md")
[Package hgwrr version 0.6-1 Index]