Learn R Programming

CRTspat (version 1.4.0)

fitted.CRTanalysis: Extract model fitted values

Description

fitted.CRTanalysis method for extracting model fitted values

Usage

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

Value

the fitted values 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")
fitted_values <- fitted(exampleGEE)
}

Run the code above in your browser using DataLab