| coef.dfunc | R Documentation | 
Extract distance model coefficients from an estimated detection function object.
## S3 method for class 'dfunc'
coef(object, ...)
object | 
 An Rdistance model frame or fitted distance function,
normally produced by a call to   | 
... | 
 Ignored  | 
The estimated coefficient vector for the detection function. Length and interpretation of values vary depending on the form of the detection function and expansion terms.
AIC, dfuncEstim
data(sparrowDfuncObserver) # pre-estimated dfunc
# Same as sparrowDfuncObserver$par 
coef(sparrowDfuncObserver) 
## Not run: 
data(sparrowDf)
dfunc <- sparrowDf |> dfuncEstim(dist~bare + observer,
                      w.hi=units::set_units(150, "m"))
coef(dfunc)
## End(Not run)
 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.