sdsm_diagnostic | R Documentation |
check which binary outcome model fits the data best
sdsm_diagnostic( g, proj = "true", iter = 10, verbose = FALSE, params = list(b0 = 0.1, b1 = 5e-05, b2 = 5e-05, b3 = 5e-05, a = 0.01) )
g |
igraph object. The two-mode network |
proj |
string. Which mode to project on |
iter |
number of fits per model |
verbose |
logical. print additional information (default: FALSE) |
params |
named parameter list for scobit model |
rmse and runtime of various models
David Schoch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.