print.output: The function prints outputs obtained from the functions in...

print.outputR Documentation

The function prints outputs obtained from the functions in the package.

Description

Print outputs generated from the functions in the package.

Usage

## S3 method for class 'cd.cluster'
print(x, ...)
## S3 method for class 'labeling'
print(x, ...)
## S3 method for class 'npar.CDM'
print(x, ...)

Arguments

x

The output from the function (The list of all outputs).

...

Other arguments.

Value

cd.cluster

The number of examinees within each cluster, membership based on cluster analysis and \bm{W} (See cd.cluster for details).

labeling

The estimated attribute profiles.

npar.CDM

The estimated attribute profiles.

See Also

cd.cluster, labeling,npar.CDM


ACTCD documentation built on Nov. 10, 2023, 1:12 a.m.