estimate function

Estimate model parameters

Estimate model parameters

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.

estimate(object, ...)

Arguments

  • object: A model object produced by the geolm function.
  • ...: Currently unimplemented

Examples

set.seed(10) n = 100

See Also

estimate.geolm_cmodStd,

Author(s)

Joshua French

  • Maintainer: Joshua French
  • License: GPL (>= 2)
  • Last published: 2020-04-10

Useful links