| PDiSSFLogLike | R Documentation |
Calculates the loglikelihood value for a set of parameters. Not recommended for isolated use.
PDiSSFLogLike(beta, X1, X2, locations, k1, k2, maximumGap)
beta |
Coefficients to be estimated |
X1 |
Data from the covariates for the iSSF component |
X2 |
Data from the covariates for the probability of detection component |
locations |
data frame of GPS fixes |
k1 |
Number of covariates for the iSSF |
k2 |
Number of covariates for probability of detection. Equal to 0 if no probability of detection is being estimated. |
maximumGap |
Maximum allowable number of consecutive missing fixes. Default is 3 (3 consecutive missing locations). Larger max lags will increase computing time and may result in non convergence. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.