getCI {CRTgeeDR}R Documentation

Get Mean, Sd and CI for estimates from CRTgeeDR object.

Description

Get the estimates, standard deviations and confidence intervals from an CRTgeeDR object associated with a regressor given in argument.

Usage

getCI(object, nameTRT = "TRT", quantile = 1.96)

Arguments

object

CRTgeeDR

nameTRT

character including the name of the variable of interest (often the treatment)

quantile

value of the normal quantile for the IC. default is 1.96 for 95%CI.


[Package CRTgeeDR version 2.0.1 Index]