[R] Turning off return warning messages.

2005-07-19 Thread Steve Su
Dear All, Is there a way I can turn off the following warning message for using multi-argument returns? multi-argument returns are deprecated in: return(p1, p2, p3, p4) Steve. ** Steve Su ([EMAIL PROTECTED

[R] cut in R

2005-07-20 Thread Steve Su
) code else factor(code, seq(labels), labels) } ** Steve Su ([EMAIL PROTECTED]) Postdoctoral fellow Faculty of Business Queensland University of Technology Postal Address: Steve Su, School

[R] Power analysis for repeated measures ANCOVA

2006-09-13 Thread Steve Su
Dear All, I wonder if anyone has written a code for power analysis with repeated measures ANCOVA? I am aware of the following reference: Frison L and Pocock SJ: Repeated Measures in Clinical Trials: analysis using mean summary statistics and its implications for design in Statistics in

Re: [R] Biased calculations from using rmultinom?

2004-09-06 Thread Steve Su
? ** Steve Su ([EMAIL PROTECTED]) Postdoctoral fellow School of Accountancy Queensland University of Technology Postal Address: Steve Su, School of Accountancy, QUT, PO Box 2434, Brisbane, Queensland, Australia, 4001. Phone: +61 7 3864 4357 Fax:+61 7 3864 1812 Mobile: 0421

[R] Modified KS test to handle ties.

2006-03-21 Thread Steve Su
Dear All, I wonder if there is now an implementation of a modified KS test that can handle ties? Steve. [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help

[R] Fortran and C entry point problem.

2006-03-30 Thread Steve Su
Dear All, I have seen a number of e mails on this topic but I have not seen a general solution to date. I have Fortran and C source codes and they have been compiled successfully using: R CMD build mypackage And R CMD install mypackage Without error messages. I then open R

[R] yeardays

2004-05-24 Thread Steve Su
Dear All, Is there a R (Windows) equivalent of yeardays in Splus 6.0 for Windows? I am using XP. ** Steve Su ([EMAIL PROTECTED]) PhD student. School of Accountancy Queensland University of Technology

[R] Sobol Sequence Generator

2003-02-20 Thread Steve Su
Dear All, Does anyone know if Sobol Sequence Generator is available in R or Splus? I would probably prefer to use this in R. Steve. ** Steve Su ([EMAIL PROTECTED]) PhD student. School

[R] Instability in package gld in R?

2003-03-04 Thread Steve Su
function of gld. Does anyone have any ideas about how to fix this problem or correct this difficulty? Steve. ** Steve Su ([EMAIL PROTECTED]) PhD student. School of Accountancy School

[R] names of arguments in function for optimize

2006-11-14 Thread Steve Su
Dear All, I noticed that optimize in R 2.4.0 on Windows XP does not seem to work if I use m as an argument in my function for example: optimize(function(x,m) x^m,interval=c(0,1),m=2) Error in f(arg, ...) : argument m is missing, with no default But! If I change the argument to a

[R] Warnings in package dependencies and /src contains object files.

2007-05-01 Thread Steve Su
Dear All, I recently wrote a package in R and did a check on my package, all is well except for two warnings: * checking package dependencies ... WARNING 'library' or 'require' calls not declared from: MASS See the information on DESCRIPTION files in the chapter 'Creating R packages'