Description Usage Arguments Value Author(s) Examples
Fit netprioR model
1 2 3 4  | 
object | 
 A   | 
... | 
 Additional arguments  | 
refit | 
 Flag whether to overwrite existing fit  | 
A netprioR object with fitted model
Fabian Schmich
1 2 3 4 5 6 7 8  | data(simulation)
np <- netprioR(networks = simulation$networks,
               phenotypes = simulation$phenotypes,
               labels = simulation$labels.obs,
               model.fit = FALSE)
summary(np)
np <- fit(np, nrestarts = 1, verbose = FALSE)
summary(np)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.