summary.cate {geocausal}R Documentation

Summarize results

Description

'summary' functions take the output and summarize it.

Usage

## S3 method for class 'cate'
summary(object, ..., significance_level = 0.05)

Arguments

object

an output object

...

arguments passed on to the function

significance_level

Numeric scalar between 0 and 1, inclusive, representing the significance level for the chi-square test. The test is used to determine whether at least one of the coefficients (except the intercept) is not equal to 0. Default is 0.05

Details

Currently, observed densities (class: obs), estimates (class: est) and heterogeneity estimates (class: cate) are supported by this function.


[Package geocausal version 0.3.2 Index]