Learn R Programming

gausscov (version 0.1.8)

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,nu=1,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

nu

The order statistic of Gaussian covariates used for comparison.

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