Learn R Programming

dynr (version 0.1.8-17)

coef.dynrCook: Extract fitted parameters from a dynrCook Object

Description

Extract fitted parameters from a dynrCook Object

Usage

"coef"(object, ...)

Arguments

object
The dynrCook object for which the coefficients are desired
...
further named arguments, ignored for this method

Value

A numeric vector of the fitted parameters.

See Also

Other S3 methods logLik.dynrCook

Examples

Run this code
# Let cookedModel be the output from dynr.cook
#coef(cookedModel)

Run the code above in your browser using DataLab