cutval: calculates a cut-off value to be used in the confidence...

View source: R/cutval.R

cutvalR Documentation

calculates a cut-off value to be used in the confidence interval

Description

calcualtes cut-off value to be used in the confidence itnerval

Usage

cutval(alpha = 0.025, df_m2, lambda)

Arguments

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

Value

numeric, cut-off value

See Also

Normal

Examples

cutval(0.025, 50, 1)

yuliasidi/m2imp documentation built on Jan. 16, 2024, 3:59 a.m.