Learn R Programming

dmt (version 0.8.20)

DependencyModel-class: Class "DependencyModel"

Description

A Dependency model for one or two data sets

Arguments

Objects from the Class

Returned by fit.dependency.model, ppca, pfa, and pcca functions.

Examples

Run this code
data(modelData) # Load example data X, Y
model <- fit.dependency.model(X, Y)
# Getting the latent variable Z when it has been calculated with the model
#getZ(model)

Run the code above in your browser using DataLab