inverse.predict: Find the value of a predictor variable that has the given...

View source: R/inverse-predict.R

inverse.predictR Documentation

Find the value of a predictor variable that has the given probability.

Description

Find the value of a predictor variable that has the given probability.

Usage

inverse.predict(regression, probability)

Arguments

regression

A logistic regression of the form probability ~ predictor in a glm class object.

probability

Value in range (0,1) for which predictor should be found.

Value

The value of the predictor variable for which the given probability is predicted.


Ergative/logisticat documentation built on May 17, 2022, 12:32 a.m.