parametric.resample.hmmpars | R Documentation |
Resamples a hidden Markov model (HMM) data from fitted variance-covariance matrices (one per animal).
parametric.resample.hmmpars(
availhmm,
animals,
Pi.only = TRUE,
seed = NULL,
nperow = 10,
printprog = TRUE
)
availhmm |
list with availability HMM paramters, as for the |
animals |
a vector of integers indicating which of the elements of |
Pi.only |
If TRUE, resamples transition probability matrix (TPM) parameters but not state-dependent parameters (which are taken as fixed). The reason for this is that with availability datasets in which the state-dependent parameters are close to 1 and 0, the full variance-covariance matrix is often singular, although the TPM component is not. |
seed |
random number seed (integer). |
nperow |
number of iterations printed on one row if printprog=TRUE. |
printprog |
if TRUE, prints progress through animals as it resamples. |
Resamples HMM paramters assuming asymptotic normality of parameters. Constructs a new hmm.pars object from the fitted HMM parameters.
A list with the same format as the input availhmm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.