Re: [R] what do i do to fix missing packages...see error

2009-11-21 Thread Peter Ehlers
You need to install pkg e1071. Surely the phrase "there is no package called 'e1071'" is a pretty strong clue. -Peter Ehlers frenchcr wrote: exampledata <- rnorm(1) summary(exampledata) Min. 1st Qu.Median Mean 3rd Qu. Max. -4.03 -0.666200 -0.023390 -0.009384

[R] what do i do to fix missing packages...see error

2009-11-21 Thread frenchcr
> exampledata <- rnorm(1) > summary(exampledata) Min. 1st Qu.Median Mean 3rd Qu. Max. -4.03 -0.666200 -0.023390 -0.009384 0.664700 4.092000 > desc <- function(mydata) { +require(e1071) +quantls <- quantile(x=mydata, probs=seq(from=0, to=1, by=0.25)) +