View source: R/clmstan-class.R
| new_clmstan | R Documentation |
This is an internal constructor called by clm_stan(). Users should not call this function directly.
new_clmstan(
fit,
formula,
data,
link,
base,
threshold,
link_param = NULL,
full = FALSE,
K,
N,
P
)
fit |
A CmdStanMCMC object |
formula |
The model formula |
data |
The original data |
link |
The link function |
base |
The base distribution (for SP link) |
threshold |
The threshold structure |
link_param |
Link parameter settings |
full |
Whether full model was used |
K |
Number of categories |
N |
Number of observations |
P |
Number of predictors |
An object of class "clmstan"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.