Learn R Programming

CRTspat (version 1.4.0)

predict.CRTanalysis: Model predictions

Description

predict.CRTanalysis method for extracting model predictions

Usage

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

Value

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

Arguments

object

CRTanalysis object

...

other arguments

Examples

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

Run the code above in your browser using DataLab