Re: [R] Question about error of "non-numeric argument to binary operator"

2013-11-22 Thread David Winsemius
On Nov 22, 2013, at 1:28 AM, Noor Aziani Bt Harun wrote: > Hi, > > I'm going to run my thesis that use R language for Lee-Carter method but > some error occur when I'm running this code. > > Please guide me Sir. > > > >> male.lca<-lca(malaysia.male) > > Error in pop * mx : non-numeric argum

[R] Question about error of "non-numeric argument to binary operator"

2013-11-22 Thread Noor Aziani Bt Harun
Hi, I'm going to run my thesis that use R language for Lee-Carter method but some error occur when I'm running this code. Please guide me Sir. > male.lca<-lca(malaysia.male) Error in pop * mx : non-numeric argument to binary operator Regards [[alternative HTML version deleted]]

Re: [R] Question about error of "non-numeric argument to binary operator"

2011-05-05 Thread David Winsemius
On May 5, 2011, at 1:31 AM, Maximo Polanco wrote: I have been trying to do a nls model and gives me the error of a nonnumeric argument This is my data set TT FFT V C table(file="c:/tt2.txt",header=T) fit.model <- nls(TT~60*(1+alpha*(v/c)^beta),data=tt2, start=list(alpha=1, b