Learn R Programming

flexFitR (version 1.2.2)

list_methods: Print available methods in flexFitR

Description

Print available methods in flexFitR

Usage

list_methods(bounds = FALSE, check_package = FALSE)

Value

A vector with available methods

Arguments

bounds

If TRUE, returns methods for box (or bounds) constraints. FALSE by default.

check_package

If TRUE, ensures solvers are installed. FALSE by default.

Examples

Run this code
library(flexFitR)
list_methods()

Run the code above in your browser using DataLab