powered by
Determine the disjoint connected components of an undirected dependency graph
fcluster(edg,q)
ncomp The number of components.
szcomp The sizes of the components
comp The covriates forming the components with alternating sign.
the edges of the graph
The number of covariates used to construct the graph
data(boston) bostint<-fgeninter(boston[,1:13],2)[[1]] a<-f1st(boston[,14],bostint,kmn=10,sub=TRUE)
Run the code above in your browser using DataLab