Learn R Programming

easyml (version 0.1.0)

extract_coefficients: Extract coefficients.

Description

The generic function for extracting coefficients from a model within the easyml core framework, if such an operation is applicable for that model. Users can create their own extract_coefficients function for their own class of model.

Usage

extract_coefficients(object)

Arguments

object

A list of class easy_*, where * is the name of the algorithm.

Value

A data.frame, the generated coefficients.