Predict transition probabilities for new covariate values
predictTPM(m, newData, beta = m$mle$beta, returnCI = FALSE, alpha = 0.95)
List with elements 'mle', 'lci', and 'uci' (the last two only if returnCI = TRUE). Each element is an array, where each layer is a transition probability matrix corresponding to a row of newData.
Fitted moveHMM object, as returned by fitHMM
Data frame with columns for the covariates
Optional matrix of regression coefficients for the transition
probability model. By default, uses estimates in m
.
Logical indicating whether confidence intervals should be returned. Default: FALSE.
Confidence level if returnCI = TRUE. Default: 0.95, i.e., 95% confidence intervals.