predict.waasb: Predict method for waasb fits

predict.waasbR Documentation

Predict method for waasb fits

Description

Obtains predictions from an object fitted with waasb().

Usage

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

Arguments

object

An object of class waasb

...

Currently not used

Value

A tibble with the predicted values for each variable in the model

Author(s)

Tiago Olivoto tiagoolivoto@gmail.com

Examples


library(metan)
model <- waasb(data_ge,
               env = ENV,
               gen = GEN,
               rep = REP,
               resp = c(GY, HM))
predict(model)



metan documentation built on March 7, 2023, 5:34 p.m.