predict.rclm: Predict method for rclm fits

Description Usage Arguments

View source: R/rclm.R

Description

Predict values using an rclm model object

Usage

1
2
3
## S3 method for class 'rclm'
predict(object, smear = TRUE, retransform = TRUE,
  restrict = FALSE, ...)

Arguments

object

An rclm object to use for predicting

smear

Use Smearing estimator to correct transformation bias?

...

Arguments passed to 'predict.lm' function call

newdata

a data.frame containing precictor variables to use for prediction


markwh/rcmodel documentation built on May 21, 2019, 12:26 p.m.