predict.POplugin: Predict method for a 'POplugin' object

Description Usage Arguments Value

View source: R/pooled_logistic.R

Description

Predict method for a POplugin object

Usage

1
2
## S3 method for class 'POplugin'
predict(object, newdata = NULL)

Arguments

object

An object of class POplugin

newdata

A data.frame on which to predict

Value

A data frame with nrow = number of rows in newdata (or the orignal data frame) and with the number of columns equal to the number of levels of the outcome observed in the original data frame


drord documentation built on May 21, 2021, 1:06 a.m.