Learn R Programming

LEdecomp (version 1.0.4)

available_methods: List available decomposition methods

Description

Returns a table of all implemented methods, their function name, and category.

Usage

available_methods(category = NULL)

Value

A data frame of available decomposition methods.

Arguments

category

character. one of "direct", "direct_sen", "opt_ok", or "general"

Examples

Run this code
available_methods()

Run the code above in your browser using DataLab