Re: [R] unable to use functions require DLL from package

2014-08-17 Thread Lotte de Vries
David Winsemius comcast.net> writes: > > Well I do have the MASS package from which that function was loaded. > > I get no error with the example in the help page: > > boxcox(Days+1 ~ Eth*Sex*Age*Lrn, data = quine, > lambda = seq(-0.05, 0.45, len = 20), plotit=TRUE) > > ... and you are

Re: [R] unable to use functions require DLL from package

2014-08-16 Thread David Winsemius
On Aug 16, 2014, at 1:54 AM, Lotte de Vries wrote: snipped all of your and my earlier material because you have included everything needed for an answer in your current question.. > > > > Hi David, > > Let me try this again, apologies. > > I'm trying to run the package posum > (http://www.

Re: [R] unable to use functions require DLL from package

2014-08-15 Thread David Winsemius
On Aug 15, 2014, at 2:56 PM, Charlotte de Vries wrote: > David Winsemius comcast.net> writes: > >> >> >> On Aug 15, 2014, at 8:06 AM, Charlotte de Vries wrote: >> >>> Hey there! >>> >>> I'm having problems with the same code, but I get a different error: >> >> This is apparently yet anoth

Re: [R] unable to use functions require DLL from package

2014-08-15 Thread Charlotte de Vries
David Winsemius comcast.net> writes: > > > On Aug 15, 2014, at 8:06 AM, Charlotte de Vries wrote: > > > Hey there! > > > > I'm having problems with the same code, but I get a different error: > > This is apparently yet another example demonstrating why the Posting Guide suggests that you i

Re: [R] unable to use functions require DLL from package

2014-08-15 Thread David Winsemius
On Aug 15, 2014, at 8:06 AM, Charlotte de Vries wrote: > Hey there! > > I'm having problems with the same code, but I get a different error: This is apparently yet another example demonstrating why the Posting Guide suggests that you include the text of any earlier posting to which you want u

Re: [R] unable to use functions require DLL from package

2014-08-15 Thread Charlotte de Vries
Hey there! I'm having problems with the same code, but I get a different error: Error in .C("spline_coef", method = as.integer(method), n = n, x = as.double(x), : "spline_coef" not available for .C() for package "stats" I'm using R3.1.0 on windows 8 and I've never used R before, so I migh

Re: [R] unable to use functions require DLL from package "base"

2008-05-07 Thread A.N.
Thanks, I had indeed several versions of R and removed the older ones and it worked. I suspect you have more than one version of R installed and are mixing them up. Those symbols have been in package stats for quite a while. Try starting R with --vanilla, and if that works, clean out you

Re: [R] unable to use functions require DLL from package "base"

2008-05-06 Thread Prof Brian Ripley
I suspect you have more than one version of R installed and are mixing them up. Those symbols have been in package stats for quite a while. Try starting R with --vanilla, and if that works, clean out your startup files (see ?Startup). If not, remove all your R installations and reinstall R 2

[R] unable to use functions require DLL from package "base"

2008-05-06 Thread A.N.
Hi all, I have issues using some basic functions in R such as these ones : > pp.test(R) (where is a vector of returns) Error in .C("R_approx", as.double(x), as.double(y), as.integer(nx), xout = as.double(xout), : C symbol name "R_approx" not in DLL for package "base" >boxcox(reg,plotit=T)