Description Usage Arguments Value Examples
View source: R/residuals.nrm.R
Method to compute residuals of nrm models
1 2 |
object |
nrm object |
adj |
adjacency against which to compute residuals |
RMSLE |
logical, return log residuals? default FALSE |
null |
logical. use null model? |
... |
additional parameters to be passed to and from internal functions. |
numeric vector, residuals of nrm model fit against the original data
1 2 3 | data('highschool.predictors')
highschool.m <- nrm(w=highschool.predictors[1], adj=contacts.adj, directed=FALSE, selfloops=FALSE)
residuals(highschool.m, contacts.adj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.