Learn R Programming

parameters (version 0.2.0)

n_parameters: Count how many parameters in a model

Description

Returns the number of parameters of a model.

Usage

n_parameters(x, ...)

Arguments

x

A statistical model.

...

Arguments passed to or from other methods.

Value

The number of parameters in the model.