coef.CRTanalysis: Extract model coefficients

View source: R/analyseCRT.R

coef.CRTanalysisR Documentation

Extract model coefficients

Description

coef.CRTanalysis method for extracting model fitted values

Usage

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

Arguments

object

CRTanalysis object

...

other arguments

Value

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

Examples

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

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