fitplot: fitplot

View source: R/plot.R

fitplotR Documentation

fitplot

Description

fitplot

Usage

fitplot(x, type = "AIC", n = TRUE)

## Default S3 method:
fitplot(x, type = c("AIC", "nll"), n = TRUE)

Arguments

x

fit from ccam

type

'AIC' (default) or 'nll'

n

logical. Add the number of parameters.

Details

plots the AIC or nll for every model with the number of parameters on top


elisvb/CCAM documentation built on March 13, 2023, 6:55 a.m.