estimate: Estimate model parameters

Description Usage Arguments Author(s) See Also Examples

View source: R/estimate.R

Description

estimate estimates the parameters of the specified model. The function is written to automatically adapt based on the class of object. Currently, the estimate function performs maximum likelihood estimation for objects produced by the geolm function.

Usage

1
estimate(object, ...)

Arguments

object

A model object produced by the geolm function.

...

Currently unimplemented

Author(s)

Joshua French

See Also

estimate.geolm_cmodStd,

Examples

1
2
set.seed(10)
n = 100

gear documentation built on April 14, 2020, 5:12 p.m.

Related to estimate in gear...