backLog: Backtransforms coefficient estimates from logistic regression

View source: R/backLog.R

backLogR Documentation

Backtransforms coefficient estimates from logistic regression

Description

Takes raw coefficient values (e.g. from a logistic regression) and returns back-transformed estimates.

Usage

backLog(x)

Arguments

x

A numerical value to be back-transformed.

Value

Returns the back-transformed estimate.

Author(s)

Kevin Arbuckle


windex documentation built on Oct. 11, 2023, 5:16 p.m.

Related to backLog in windex...