make.inverse.prediction.geoms: Draw "T"-shaped intersection of predicted with probability.

View source: R/make-geoms.R

make.inverse.prediction.geomsR Documentation

Draw "T"-shaped intersection of predicted with probability.

Description

Draw "T"-shaped intersection of predicted with probability.

Usage

make.inverse.prediction.geoms(
  inverse.prediction.df,
  predictor,
  probability,
  alpha = 1,
  digits = 3,
  ...
)

Arguments

inverse.prediction.df

Data frame of invers predictions.

predictor

Data variable for which inverse prediction was created.

probability

Probabily for which inverse prediction was run.

alpha

Opacity in range [0,1].

digits

Digits of inverse predicted values to show.

...

Additional arguments to geoms.

Value

A list of geoms.


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