Learn R Programming

IMIFA (version 1.3.1)

Ledermann: Ledermann Bound

Description

Returns the maximum possible number of latent factors in a factor analysis model for data of dimension P. This Ledermann bound is given by the largest integer smaller than or equal to the solution \(k\) of \((M - k)^2 \geq M + k\).

Usage

Ledermann(P)

Arguments

P

Integer number of variables in data set.

Value

The Ledermann bound, a non-negative integer.

Examples

Run this code
# NOT RUN {
Ledermann(25)
# }

Run the code above in your browser using DataLab