ES: Edge Selection Algorithm

Description Usage Arguments Value References See Also Examples

View source: R/ES.R

Description

ES generates the entire sequence of coefficient estimates using Edge Selection Algorithm.

Usage

1
ES(u, maxstop)

Arguments

u

Data Matrix. The columns represent the different variables, while the rows represent identically and independently distributed samples.

maxstop

Number of edges selected before the algorithm stops. If it is not specified, the algorithm will run until all the variables are added.

Value

An object is returned, which includes the entire sequence of ES coefficient estimates, OLS estimates and the correlations of the first two edges that is added to the algorithm.

References

Edge Selection for Undirected Graphs

See Also

ESpredict, cv.ES

Examples

1
2
3
4

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

Related to ES in ES...