predict.MarginalFit {BIGL}R 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


[Package BIGL version 1.9.0 Index]