cSEM (version 0.1.0)

calculateDf: Internal: Degrees of freedom

Description

Calculate the degrees of freedom for a given model from a cSEMResults object.

Usage

calculateDf(
  .object     = NULL,
  .null_model = args_default()$.null_model,
  ...
  )

Arguments

.object

An R object of class cSEMResults resulting from a call to csem().

.null_model

Logical. Should the degrees of freedom for the null model be computed? Defaults to FALSE.

...

Ignored.

Value

A single numeric value.

See Also

assess(), cSEMResults