Displaying 2 results from an estimated 2 matches for "smith28".
Did you mean:
smith2k
2009 Jan 31
1
FW: can't get package boot to load
Changing
library(RODBC,boot)
to
library(RODBC)
library(boot)
seems to have solved the problem.
_____
_____________________________________________
From: Gary Smith [mailto:gary.smith28 at comcast.net]
Sent: Saturday, January 31, 2009 12:55 PM
To: 'r-help at R-project.org'
Subject: can't get package boot to load
Hi,
I am new to R and I'm totally confused by this problem. I'm trying to load
data and run a simple correlation using corr() in the boot package.
Y...
2009 Jan 31
0
can't get package boot to load
Hi,
I am new to R and I'm totally confused by this problem. I'm trying to load
data and run a simple correlation using corr() in the boot package.
Yesterday my code worked. Today it can't find the function corr(). I've
tried searching the web and haven't found the root of my problem. Apologies
if I've missed the obvious.
My code is simple: