Gamma.start.limits | R Documentation |
Compute starting values and limits for the Gamma likelihood function.
Gamma.start.limits(dist, covars, expansions, w.lo, w.hi)
dist |
A numeric vector containing observed distances with measurement units. |
covars |
Data frame containing values of covariates at
each observation in |
expansions |
A scalar specifying the number of terms
in |
w.lo |
Scalar value of the lowest observable distance, with measurement
units.
This is the left truncation sighting distance. Values less than
|
w.hi |
Scalar value of the largest observable distance, with measurement
units.
This is the right truncation sighting distance.
Values greater than |
A list containing the following components:
start
: a vector of starting values
lowlimit
: a vector of lower limits (can be -Inf)
highlimit
: a vector of upper limits (can be Inf)
nms
: a vector containing names of the parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.