predict.MarginalFit: Predict values on the dose-response curve

View source: R/MarginalFit-methods.R

predict.MarginalFitR Documentation

Predict values on the dose-response curve

Description

Predict values on the dose-response curve

Usage

## S3 method for class 'MarginalFit'
predict(object, newdata, ...)

Arguments

object

Output of fitMarginals function

newdata

An optional data frame in which to look for d1 and d2 variables with which to predict. If omitted, the fitted values are used. Doses that are passed to this function must correspond to marginal data, i.e. at least one of the doses must be zero.

...

Further arguments


openanalytics/BIGL documentation built on July 7, 2023, 7:49 a.m.