print.summary.hgwrm {hgwrr} | R Documentation |
Print summary of an hgwrm
object.
Description
Print summary of an hgwrm
object.
Usage
## S3 method for class 'summary.hgwrm'
print(x, decimal.fmt = "%.6f", ...)
Arguments
x |
An object returned from |
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)
summary(model)
[Package hgwrr version 0.5-0 Index]