View source: R/BivariateAutoregressiveHMM.R
CalcBetas | R Documentation |
Calculates ordinal logistic regression parameters
CalcBetas(
algae_data,
toxin_data,
forw,
backw,
tran,
mu_a,
k,
tox_em,
denom,
states,
toxin_states
)
algae_data |
Algae count data |
toxin_data |
Toxin data measured in micro grams / OA equivalent |
forw |
Forward probabilities |
backw |
Backward probabilities |
tran |
Old Markov state transition probabilities |
mu_a |
mean negative binomial parameter |
k |
size negative binomial parameter |
tox_em |
Classification matrix from ordinal regression parameters |
denom |
Denominator used in expected value calculations, total likelihood of all data |
Returns betas for ordinal logistic regression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.