getCovNames {momentuHMM} | R Documentation |
Get names of any covariates used in probability distribution parameters
Description
Get names of any covariates used in probability distribution parameters
Usage
getCovNames(m, p, distname)
Arguments
m |
|
p |
list returned by |
distname |
Name of the data stream |
Value
A list of:
DMterms |
Names of all covariates included in the design matrix for the data stream |
DMpartems |
A list of the names of all covariates for each of the probability distribution parameters |
[Package momentuHMM version 1.5.5 Index]