Description Usage Arguments Value
Compute variance estimate of the likelihood-based inference using delta method
1 2 3 4 5 6 7 8 | j2r_seq_llh(
seq_formula,
data_wide,
trt_name,
M = 10,
fit_model,
method = "PMM"
)
|
seq_formula |
a list of formulas for sequential regression |
data_wide |
wide-form of the data |
trt_name |
name of the treatment variable |
M |
imputation size |
fit_model |
type of the analysis model. Available: lm, Rfit::rfit (rank regression), MASS::rlm (robust regression) |
method |
name of the likelihood-based method. Available: PMM, CBMI |
Point estimation and variance estimation obtained by delta method:
llh_estpoint estimate
var_llhvariance estimate approximated by delta method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.