coef.primal {PRIMAL}R Documentation

Coef function for S3 class "primal"

Description

Print the estimated solution correspond to a specific parameter.

Usage

## S3 method for class 'primal'
coef(object, n = NULL, ...)

Arguments

object

An object with S3 class "primal".

n

The index of the wanted parameter.

...

System reserved (No specific usage)

See Also

Dantzig_solver, SparseSVM_solver


[Package PRIMAL version 1.0.2 Index]