cutval | R Documentation |
calcualtes cut-off value to be used in the confidence itnerval
cutval(alpha = 0.025, df_m2, lambda)
alpha |
numeric, Default: 0.025, a one-sided level of alpha to be used |
df_m2 |
numeric, degrees of freedom from margin imputation |
lambda |
numeric, ratio between degrees of freedom between margin imputation and subject level imputation, if subject level data was not imputed, then set lambda as zero |
numeric, cut-off value
Normal
cutval(0.025, 50, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.