Learn R Programming

GPAbin (version 1.1.0)

DRT: Dimension reduction

Description

Multiple correspondence analysis is performed on the multiple imputed datasets

Usage

DRT(missbp, method = c("MCA"))

Value

Z

List of sample coordinates

CLP

List of category level point coordinates

lvls

List of category level names

m

Number of multiple imputations

Arguments

missbp

An object of class missbp obtained from preceding function missmi()

method

Select a dimension reduction technique. In the current version MCA is available.

Examples

Run this code
data(implist)
missbp <- missmi(implist) |> DRT()

Run the code above in your browser using DataLab