RMSLE: Computes the Root Mean Squared Logged Error

Description Usage Arguments Value Examples

View source: R/err.R

Description

Computes the Root Mean Squared Logged Error

Usage

1
RMSLE(model, adj, null = FALSE)

Arguments

model

nrm model estimate

adj

original adjacency matrix

null

logical, whether to compute using null model

Value

numeric, root mean squared logged error of residuals of nrm model fit

Examples

1
2
3
data('highschool.predictors')
highschool.m <- nrm(w=highschool.predictors[1], adj=contacts.adj, directed=FALSE, selfloops=FALSE)
RMSLE(highschool.m, contacts.adj)

ghypernet documentation built on Oct. 15, 2021, 5:14 p.m.