[R] Standar errors arma models

2006-12-06 Thread Paulino Perez Rodriguez
Why the standadard errors of the coefficientes of the arma models fited by using the arima procedure in the stats package doesnt coincide with that of S+, minitab or SAS? -- Este mensaje ha sido analizado por MailScanner en busca de virus y otros contenidos peligrosos, y se considera que

[R] Solve non linear system of equations

2006-12-08 Thread Paulino Perez Rodriguez
Hello, how do Ito solve a non linear system of equations in R? -- Este mensaje ha sido analizado por MailScanner en busca de virus y otros contenidos peligrosos, y se considera que está limpio. __ R-help@stat.math.ethz.ch mailing list

[R] solving non linear system of eq

2006-12-10 Thread Paulino Perez Rodriguez
Hello all R users: How can I solve a non linear system of equations using R? -- Este mensaje ha sido analizado por MailScanner en busca de virus y otros contenidos peligrosos, y se considera que está limpio. __ R-help@stat.math.ethz.ch mailing list

[R] Problems compiling RMySQL

2007-06-02 Thread Paulino Perez Rodriguez
Hello, I am trying to compile/Install RMySQL_0.6-0 in R-2.4.1/2.5.0 under Windows XP MCE, I am using MySQL 5.0.41. I have followed the instructions in the file INSTALL.win, but I get some errors... C:\Program Files\R\R-2.4.1Rcmd build --binary RMySQL --docs=normal * checking for file

[R] Error loading RMySQL

2007-06-03 Thread Paulino Perez Rodriguez
Hello, I have sucessfully compiled and Installed in R-2.4.1/2.5.0 under Windows XP MCE, I am using MySQL 5.0.41, but now I have another error, at load time: library(RMySQL) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library

[R] RMySQL loading error, mysql in path

2007-06-03 Thread Paulino Perez Rodriguez
I have successfully installed RMySQL_0.6-0 using under Windows XP MCE, I am using MySQL 5.0.41, I have added I have added C:\Program Files\R\R-2.4.1\library\RMySQL\libs and mysql to the windows PATH, but again, same error: and then when I load R and try to use RMySQL library(RMySQL) Error

[R] Still having problemes when loading RMySQL

2007-06-05 Thread Paulino Perez Rodriguez
I am Still having problems when loading RMySQL under R-2.4.1, I am using RMySQL_0.6-0 and MySQL 5.0.41 under WinXP. I have added RMySQL\lib to the PATH, prior to launching R, but the problem is the same: library(RMySQL) Error in dyn.load(x, as.logical(local), as.logical(now)) :

[R] RMySQL configure.win error?

2007-06-08 Thread Paulino Perez Rodriguez
Hello, is there an error in the file configure.win from the package RMySQL_0.6-0.tar.gz, in the line dlltool --dllname ${MYSQL_LIB} --def libmysql.def --output-lib libmysql.a -k I think it must be dlltool --dllname ${MYSQL_DLL} --def libmysql.def --output-lib libmysql.a -k right? since