powered by
Calculates an independence graph using Gaussian stepwise selection
fgrall(x,p0=0.01,kmx=0,mx=21,inr=T,xinr=F)
The matrix of covariates
Cut-off P-value
Maximum number included covariates for each node irrespective of cut-off P-value
The maximum number of covariates.
Logical, if TRUE include an intercept
Logical, if TRUE intercept already included
ned Number of edges
edg List of edges with Gaussian P-value and percentage of sum of squared residuals explained by edge
# NOT RUN { data(boston) a<-fgrall(redwine[,1:8]) # }
Run the code above in your browser using DataLab