View source: R/prediction_methods.R
process_aliased | R Documentation |
Process aliased treatments in predictions
process_aliased(
pp,
sed,
classify,
exclude_cols = c("predicted.value", "std.error", "df", "Names")
)
pp |
Data frame of predictions |
sed |
Standard error of differences matrix |
classify |
Name of predictor variable |
exclude_cols |
Column names to exclude when processing aliased names |
List containing processed predictions, sed matrix and aliased names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.