predict.cyclopsFit: Model predictions

View source: R/Predict.R

predict.cyclopsFitR Documentation

Model predictions

Description

predict.cyclopsFit computes model response-scale predictive values for all data rows

Usage

## S3 method for class 'cyclopsFit'
predict(object, newOutcomes, newCovariates, ...)

Arguments

object

A Cyclops model fit object

newOutcomes

An optional data frame or Andromeda table object, similar to the object used in convertToCyclopsData.

newCovariates

An optional data frame or Andromeda table object, similar to the object used in convertToCyclopsData.

...

Additional arguments


Cyclops documentation built on Nov. 2, 2023, 6:03 p.m.