View source: R/RprobitB_parameter.R
| RprobitB_parameter | R Documentation |
This function creates an object of class RprobitB_parameter, which
contains the parameters of a probit model.
If sample = TRUE, missing parameters are sampled. All parameters are
checked against the values of P_f, P_r, J, and N.
Note that parameters are automatically ordered with respect to a
non-ascending s for class identifiability.
RprobitB_parameter(
P_f,
P_r,
J,
N,
C = 1,
ordered = FALSE,
alpha = NULL,
s = NULL,
b = NULL,
Omega = NULL,
Sigma = NULL,
Sigma_full = NULL,
beta = NULL,
z = NULL,
d = NULL,
sample = TRUE
)
## S3 method for class 'RprobitB_parameter'
print(x, ..., digits = 4)
P_f |
[ |
P_r |
[ |
J |
[ |
N |
[ |
C |
[ |
ordered |
[ |
alpha |
[ |
s |
[ |
b |
[ |
Omega |
[ |
Sigma |
[ In case of |
Sigma_full |
[ Ignored if Internally, |
beta |
[ |
z |
[ |
d |
[ |
sample |
[ |
x |
An |
... |
[ |
digits |
[ |
An object of class RprobitB_parameter, which is a named list with the
model parameters.
RprobitB_parameter(P_f = 1, P_r = 2, J = 3, N = 10, C = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.