funComp: Compatibility of functions

Description Usage Arguments Details Author(s) Examples

View source: R/funComp.R

Description

Not all functions inside glmdiag are available for GLM extensions. The output table helps the user orientate inside the package in order to check which function can be used according to the model under analysis.

Usage

1
funComp(as.dataframe = T)

Arguments

as.dataframe

logical, if TRUE prints the table in data.frame format.

Details

Since the output table is constructed by hand, it's possible to visualize a not aligned table because of R settings of the user's computer. When this happens, set as.dataframe TRUE.

Author(s)

Giuseppe Reale

Examples

1
2
funComp()
funComp(as.dataframe = TRUE)

reealpeppe/glmdiag documentation built on Dec. 22, 2021, 2:06 p.m.