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 summary.hgwrm().

decimal.fmt

The format string passing to base::sprintf().

...

Arguments passed on to print.table.md

col.sep

Column seperator. Default to "".

header.sep

Header seperator. Default to "-".

row.begin

Character at the beginning of each row. Default to col.sep.

row.end

Character at the ending of each row. Default to col.sep.

table.style

Name of pre-defined style. Possible values are "plain", "md" or "latex". Default to "plain".

Value

No return.

See Also

summary.hgwrm(), print.table.md().

Examples

data(multisampling)
model <- hgwr(formula = y ~ g1 + g2 + x1 + (z1 | group),
              data = multisampling$data,
              local.fixed = c("g1", "g2"),
              coords = multisampling$coords,
              bw = 10)
summary(model)


[Package hgwrr version 0.3-0 Index]