View source: R/inverse-predict.R
inverse.predict.by.replicate | R Documentation |
Create a Data frame with an inverse prediction for each replicate.
inverse.predict.by.replicate( data, predictor, outcome, treatment, replicate, probability )
data |
A Data frame with a single row per individual |
predictor |
Data variable to predict values in regressions. |
outcome |
Data variable to represent outcomes. |
treatment |
Data variable representing treatments. |
replicate |
Data variable representing replicates within treatments. |
probability |
Probability for which to make inverse predictions. |
A tibble with columns for replicate, treatment, and predictor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.