Skip to contents

Calculate bootstrapped confidence limits

Usage

bootstrap_ci(cx, alpha = 0.05, type = "percentile")

Arguments

cx

An object of class "cogxwalkr", i.e., an object returned by crosswalk().

alpha

Alpha level to use for confidence interval calculation

type

Type of confidence limits to calculate. Currently supported: percentile, normal.