clean.scales: Impute Optimal Scores for Rating Categories

Description Usage Arguments

View source: R/clean.scales.R

Description

Replace original ratings with optimal scores based on cds output..

Usage

1
2
3
4
5
6
7
clean.scales(object, data, K, col.subset = NULL, ...)

## S3 method for class 'cds'
clean.scales(object, data, K, col.subset = NULL, ...)

## S3 method for class 'cdslist'
clean.scales(object, data, K, col.subset = NULL, ...)

Arguments

object

An object of class cds

data

An object of class cdsdata to be cleaned, or the original data.

K

The number of classes in the solution that must be kept.

col.subset

An optional subset

...

Additional arguments.


cds documentation built on May 2, 2019, 5:54 a.m.