GR2 | R Documentation |
Computes the Generalized R-squared.
GR2(object)
object |
is an object of class |
the value for generalized R-squared
data(exampledataset) ## load a toy data set
slmobj <- slmfit(formula = counts ~ pred1 + pred2, data = exampledataset,
xcoordcol = 'xcoords', ycoordcol = 'ycoords', areacol = 'areavar')
GR2(slmobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.