Learn R Programming

hgwrr (version 0.5-0)

coef.hgwrm: Get estimated coefficients.

Description

Get estimated coefficients.

Usage

# S3 method for hgwrm
coef(object, ...)

Value

A DataFrame object consists of all estimated coefficients.

Arguments

object

An hgwrm object returned by hgwr().

...

Parameter received from other functions.

See Also

hgwr(), summary.hgwrm(), fitted.hgwrm() and residuals.hgwrm().