RMSLE.Rd
Computes the Root Mean Squared Logged Error
RMSLE(model, adj, null = FALSE)
nrm model estimate
original adjacency matrix
logical, whether to compute using null model
numeric, root mean squared logged error of residuals of nrm model fit
data('highschool.predictors') highschool.m <- nrm(w=highschool.predictors[1], adj=contacts.adj, directed=FALSE, selfloops=FALSE) RMSLE(highschool.m, contacts.adj) #> [1] 1.39408