fitted.CRTanalysis: Extract model fitted values

View source: R/analyseCRT.R

fitted.CRTanalysisR Documentation

Extract model fitted values

Description

fitted.CRTanalysis method for extracting model fitted values

Usage

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

Arguments

object

CRTanalysis object

...

other arguments

Value

the fitted values returned by the statistical model run within the CRTanalysis function

Examples

{example <- readdata('exampleCRT.txt')
exampleGEE <- CRTanalysis(example, method = "GEE")
fitted_values <- fitted(exampleGEE)
}

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