invlogit_ci function

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

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

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

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.

Returns

Parameter, critical value and confidence intervals on original scale.

Details

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

Examples

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

Author(s)

Martijn Heymans, 2021

  • Maintainer: Martijn Heymans
  • License: GPL (>= 2)
  • Last published: 2022-10-02