Re: [R] Error in Quantile function

2008-11-14 Thread irishmhw
, at 7:56 PM, irishmhw wrote: > >> >> This is strange the first function that I am doing this for is >> saying in the >> typeof() is a double for some reason this is coming up as a list. > > Well, dataframes _are_ lists. > >> >&g

Re: [R] Error in Quantile function

2008-11-13 Thread irishmhw
It's more > likely that spread is a more complex object than you realize. We need > to know what spread looks like to the R interpreter in the environment > where it is being called. > > -- > David Winsemius > Heritage Labs > > > On Nov 13, 2008, at 3:29 PM,

[R] Error in Quantile function

2008-11-13 Thread irishmhw
If anyone can assist with this problem you have my great thanks: I am trying to establish and plot confidence intervals on a bootstrapped function. I have a more complicated function that has no problems with determining the confidence intervals using the quantile command. This is outside the b