Skip to content

lm: how to calculate rsquared of the predicted values?

4 messages · Giovane, Max Kuhn, Henrik Bengtsson

#
There is a function in the caret package called postResample that will
do that (even if you aren't using resampling).

As has been previously noted on this list, there are a number of
formulas for R-squared. This function uses the square of the
correlation between the observed and predicted. The next version of
caret will offer a choice of formulas.
#
Did you try to install using install.packages()?
Warning in install.packages("caret") :
  argument 'lib' is missing: using '/scratch5/hb/R/R_LIBS/linux/library/'

trying URL 'http://cran.cnr.Berkeley.edu/src/contrib/caret_3.08.tar.gz'
Content type 'application/x-gzip' length 1428629 bytes (1.4 Mb)
opened URL
==================================================
downloaded 1.4 Mb

/server/scratch5/hb/R/R_LIBS/linux/library
* Installing *source* package 'caret' ...
** libs
gcc -std=gnu99 -I/usr/local/linux/R-2.6.1/include
-I/usr/local/linux/R-2.6.1/include  -I/usr/local/include    -fpic  -g
-O2 -c caret.c -o caret.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o caret.so caret.o
-L/usr/local/linux/R-2.6.1/lib -lR
** R
** data
** inst
** preparing package for lazy loading
Loading required package: lattice
** help
 >>> Building/Updating help pages for package 'caret'
     Formats: text html latex example

  BloodBrain                        text    html    latex
  applyProcessing                   text    html    latex   example
[snip]

The downloaded packages are in
        /tmp/Rtmpwxs3CH/downloaded_packages
Loading required package: lattice
/Henrik
On 08/12/2007, Giovane <gufrgs at gmail.com> wrote: