print.summary.hgwrm | R Documentation |
hgwrm
object.Print summary of an hgwrm
object.
## S3 method for class 'summary.hgwrm'
print(x, decimal.fmt = "%.6f", ...)
x |
An object returned from |
decimal.fmt |
The format string passing to |
... |
Arguments passed on to
|
No return.
summary.hgwrm()
, print_table_md()
.
data(mulsam.test)
model <- hgwr(
formula = y ~ L(g1 + g2) + x1 + (z1 | group),
data = mulsam.test$data,
coords = mulsam.test$coords,
bw = 10
)
summary(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.