Description Usage Arguments Value Examples
Computes the Root Mean Squared Error
1 |
model |
nrm model estimate |
adj |
original adjacency matrix |
null |
logical, whether to compute using null model |
numeric, root mean squared error of residuals of nrm model fit
1 2 3 | data('highschool.predictors')
highschool.m <- nrm(w=highschool.predictors[1], adj=contacts.adj, directed=FALSE, selfloops=FALSE)
RMSE(highschool.m, contacts.adj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.