invlogit_ci: Takes the inverse of logit transformed parameters and...

View source: R/invlogit_ci.R

invlogit_ciR Documentation

Takes the inverse of logit transformed parameters and calculates the confidence intervals

Description

invlogit_ci Takes the inverse of logit transformed parameters and calculates the confidence interval by using the critical value.

Usage

invlogit_ci(est, se, crit.value)

Arguments

est

A parameter estimate on the logit scale.

se

A standard error value on the logit scale.

crit.value

Critical value of any distribution.

Details

Takes the inverse of logit transformed parameter estimates. The confidence interval is calculated by taking the inverse of est +/- crit.value{1-α/2} * se.

Value

Parameter, critical value and confidence intervals on original scale.

Author(s)

Martijn Heymans, 2021

Examples

 invlogit_ci(est=1.39, se=0.25, crit.value=1.96)


miceafter documentation built on Oct. 2, 2022, 5:08 p.m.