ESpredict: ESpredict

Description Usage Arguments Value References See Also Examples

View source: R/ESpredict.R

Description

ESpredict extract coefficient estimates from a fitted ES object.

Usage

1
ESpredict(object, c)

Arguments

object

Fitted ES object

c

A vector of values that indexes the path. Values should fall between 0 and the maximum of object$c1.

Value

Vector or Matrix of Coefficients estimates.

References

Edge Selection for Undirected Graphs

See Also

Es, cv.ES

Examples

1
2
3
4
5
data(marks)
attach(marks)
object <- ES(marks)
ESpredict(object,c=object$c1)
detach(marks)

ES documentation built on May 2, 2019, 8:29 a.m.