Learn R Programming

CRTspat (version 1.4.0)

coef.CRTanalysis: Extract model coefficients

Description

coef.CRTanalysis method for extracting model fitted values

Usage

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

Value

the model coefficients 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")
coef(exampleGEE)
}

Run the code above in your browser using DataLab