c3net takes a data set as input and computes the inferred network using C3NET - see details.c3net(dataset, alpha=0.01, methodstep1="cutoff", cutoffMI= 0,
MTCmethod="BH", itnum=5, network=FALSE)c3net returns a symmetric mutual information matrix, which is obtained after implementing C3NET. Specifically, non-zero elements in the returned matrix represents undirected link between variables. The inferred network may also be plotted if the argument network is set TRUE.makemim, copula, c3, sigtestp, sigtestMTCdata(expdata)
data(truenet)
net <- c3net(expdata, network=TRUE)
scores <- checknet(net,truenet)Run the code above in your browser using DataLab