Learn R Programming

gausscov (version 0.1.8)

fcluster: Disjoint components of an undirected dependency graph

Description

Determine the disjoint connected components of an undirected dependency graph

Usage

fcluster(edg,q)

Value

ncomp The number of components.

szcomp The sizes of the components

comp The covriates forming the components with alternating sign.

Arguments

edg

the edges of the graph

q

The number of covariates used to construct the graph

Examples

Run this code
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