predict.CRTanalysis: Model predictions

View source: R/analyseCRT.R

predict.CRTanalysisR Documentation

Model predictions

Description

predict.CRTanalysis method for extracting model predictions

Usage

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

Arguments

object

CRTanalysis object

...

other arguments

Value

the model predictions returned by the statistical model run within the CRTanalysis function

Examples

{example <- readdata('exampleCRT.txt')
exampleGEE <- CRTanalysis(example, method = "GEE")
predictions <- predict(exampleGEE)
}#'

CRTspat documentation built on April 13, 2025, 9:09 a.m.