[R] partial R

Gavin Simpson gavin.simpson at ucl.ac.uk
Mon Apr 2 16:18:17 CEST 2007


On Mon, 2007-04-02 at 09:16 -0400, Michael Kubovy wrote:
> On Apr 2, 2007, at 5:49 AM, Pedram Rowhani wrote:
> 
> > i am wondering if there is a command in R that will give me the
> > partial regression coefficients
> 
> To answer your question, you could have started with
> RSiteSearch('partial regression')
> 
> It's then likely that you would figured out that one way to proceed is
> install.packages('car')
> ?cr.plots
> 
> (You may have to restart R to get the help on a newly-installed  
> package.)

No, you just missed out the fundamental step of loading the package from
the library:

install.packages('car')
library(car)
?cr.plots

HTH

G

-- 
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
 Gavin Simpson                 [t] +44 (0)20 7679 0522
 ECRC, UCL Geography,          [f] +44 (0)20 7679 0565
 Pearson Building,             [e] gavin.simpsonATNOSPAMucl.ac.uk
 Gower Street, London          [w] http://www.ucl.ac.uk/~ucfagls/
 UK. WC1E 6BT.                 [w] http://www.freshwaters.org.uk
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%



More information about the R-help mailing list