Skip to content

Multiple regression

2 messages · alessandro carletti, Brian Ripley

#
Hi,
what package could I install to best perform a
Multiple Linear Regression (and what for PCA)?
Thanks

Alessandro Carletti
#
None: basic R comes with a package `stats' that does both (very well!).
It is loaded by default.

You do need to read `An Introduction to R', as the posting guide asks.
On Mon, 2 May 2005, alessandro carletti wrote: