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(multisampling)
model <- hgwr(formula = y ~ L(g1 + g2) + x1 + (z1 | group),
data = multisampling$data,
coords = multisampling$coords,
bw = 10)
print(model)
print(model, table.style = "md")
[Package hgwrr version 0.5-0 Index]