sdsm_diagnostic: sdsm model diagnostics

View source: R/sdsm.R

sdsm_diagnosticR Documentation

sdsm model diagnostics

Description

check which binary outcome model fits the data best

Usage

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)
)

Arguments

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

Value

rmse and runtime of various models

Author(s)

David Schoch


schochastics/levelnet documentation built on Feb. 3, 2023, 4:20 a.m.