fgr2st: Calculates an independence graph using repeated stepwise selection
Description
Calculates a dependency graph using repeated Gaussian stepwise selection
Usage
fgr2st(x,p0=0.01,km=0,nu=1,nedge=10^6,inr=T,dr=F)
Arguments
km
Maximum number selected variables for each node irrespective of cut-off P-value
nu
The order statistic of Gaussian covariates used for comparison.
inr
Logical, if TRUE include an intercept
dr
Logical, if TRUE (a,b) and (b,a), a not equal b, are different edges
Value
ned Number of edges
edg List of edges
Examples
Run this code# NOT RUN {
data(redwine)
a<-fgr2st(redwine[,1:11])
# }
Run the code above in your browser using DataLab