Learn R Programming

netie (version 1.0)

netie-package: netie

Description

netie

Arguments

Details

The DESCRIPTION file: netie netie ~~ An overview of how to use the package, including the most important functions ~~ netie(input_data,sigma_square = 100000,alpha = 10,beta = 2,sigma_p_sqr = 0.1,sigma_a_sqr = NULL,max_iter =1000,multi_sample = T) Please refer to https://github.com/tianshilu/Netie for more details.

References

https://github.com/tianshilu/Netie

Examples

Run this code
# NOT RUN {
data(input_data)
netie(input_data,sigma_square=100000,alpha=10,beta=2,
sigma_p_sqr=0.1,max_iter=1000,multi_sample=TRUE)
# }

Run the code above in your browser using DataLab