estimate {gear} | R Documentation |
Estimate model parameters
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
estimate(object, ...)
Arguments
object |
A model object produced by the
|
... |
Currently unimplemented |
Author(s)
Joshua French
See Also
Examples
set.seed(10)
n = 100
[Package gear version 0.3.4 Index]