Description Usage Arguments Author(s) See Also Examples
A function that automatically produce a plot of the ROC (Receiver Operating Characteristic) Curve.
1 |
piNet |
the matrix generated from the |
... |
other parameters to be added to the |
Luciano Garofano lucianogarofano88@gmail.com, Stefano Maria Pagnotta, Michele Ceccarelli
1 2 3 4 5 6 7 8 9 | simData <- simulatedData(p = 10, n = 20, mu = 100, sigma = 0.25,
ppower = 0.73, noise = FALSE)
counts <- simData$counts
adjMat <- simData$adjMat
miML <- parMIEstimate(counts, method = "ML", unit = "nat", nchips = 2)
valML <- performanceIndex(miML, adjMat)
plotROC(valML, col = "red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.