BIC: calculate BIC score for JointNets method

Description Usage Arguments Details Value Author(s) Examples

View source: R/BIC.R

Description

calculate BIC score for JointNets method

Usage

1
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

Details

not working with DIFFEE and kdiffnet (difference estimation)

Value

BIC score

Author(s)

Zhaoyang Wang (Author), Zhaoyang Wang (maintainer) zw4dn@virginia.edu

Examples

1
2
3
4
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)

JointNets documentation built on July 30, 2019, 1:02 a.m.

Related to BIC in JointNets...