Learn R Programming

JointNets (version 2.0.1)

BIC: calculate BIC score for JointNets method

Description

calculate BIC score for JointNets method

Usage

BIC(datalist, result)

Arguments

datalist

datalist used as an input to any of the JointNets method

result

result generated from datalist using the same JointNets method

Value

BIC score

Details

not working with DIFFEE and kdiffnet (difference estimation)

Examples

Run this code
# NOT RUN {
library(JointNets)
simulateresult = simulation(p = 20,  n = c(100,100))
result = simule(simulateresult$simulatedsamples, 0.2, 0.5, covType = "cov", FALSE)
BIC(simulateresult$simulatedsamples,result)
# }

Run the code above in your browser using DataLab