displayPar | R Documentation |
This function takes the model specification arguments to the crwMLE
function and displays a table
with the parameter names in the order that crwMLE
will use during model fitting. This is useful for specifying
values for the fixPar
or theta
(starting values for free parameters) arguments.
displayPar( mov.model = ~1, err.model = NULL, activity = NULL, drift = FALSE, data, Time.name, theta, fixPar, ... )
mov.model |
formula object specifying the time indexed covariates for movement parameters. |
err.model |
A 2-element list of formula objects specifying the time indexed covariates for location error parameters. |
activity |
formula object giving the covariate for the stopping portion of the model. |
drift |
logical indicating whether or not to include a random drift component. |
data |
data.frame object containing telemetry and covariate data. A
|
Time.name |
character indicating name of the location time column |
theta |
starting values for parameter optimization. |
fixPar |
Values of parameters which are held fixed to the given value. |
... |
Additional arguments (probably for testing new features.) |
A data frame with the following columns
ParNames |
The names of the parameters specified by the arguments. |
fixPar |
The values specified by the |
thetaIndex |
This column provides the index of each element of the theta argument and to which parameter it corresponds. |
thetaStart |
If a value is given for the |
Devin S. Johnson
demo(northernFurSealDemo)
for example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.