gausscov (version 1.0.3)

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,ind=0,kmn=0,kmx=0,nedge=10^5,inr=T,xinr=F)

Value

ned Number of edges

edg List of edges giving nodes (covariates), the approximations for each node, the covariates in the approximation and the corresponding P-values.

Arguments

x

Matrix of covariates

p0

Cut-off P-value

ind

Restricts the dependent nodes to this subset

kmn

The minimum number of selected variables for each node irrespective of cut-off P-value

kmx

The maximum number of selected variables for each node irrespective of cut-off P-value

nedge

Maximum number of edges

inr

Logical, if TRUE include an intercept

xinr

Logical, if TRUE intercept already included

Examples

Run this code

data(redwine)
a<-fgr2st(redwine[,1:11],ind=4:8) 

Run the code above in your browser using DataLab