[R] Goodness of fit test

2008-07-02 Thread martin . gaston
Dear R users, I have some data sets and I'd want to test if they are genarated under different probability functions. That is, some of them by gamma distribution, exponential one etc. Could anybody propose me any test (or procedure) to see that. I search something similar to the normality tests.

Re: [R] Some problems with Sweave

2008-05-23 Thread martin . gaston
Thanks Haris, That's OK Martín Gastón Statistics and Opration Research Department Public University of Navarre (Spain) El Vie, 23 de Mayo de 2008, 12:13, Charilaos Skiadas escribió: > Try results=verbatim instead of results=tex. > > Haris Skiadas > Department of Mathematics and Computer Science

Re: [R] Re : How to import package into R script

2008-05-23 Thread martin . gaston
Before call library(package) it is needed install the package. To make that, select Packages/InstallPkages... choose your nearest mirror and select the package from the list and accept. After that you can call library(tseries) for example Regards El Vie, 23 de Mayo de 2008, 9:00, justin bem escr

[R] Some problems with Sweave

2008-05-23 Thread martin . gaston
Dear R users, I'm working in a brief R-tutorial to a group of students. To make that I'm using Sweave but I've got two problems: First, I want show how R operates with the matrix type but, I write in the .rnw document the code <>= matriz <- matrix(vector,nrow=3,ncol=6) matriz @ and after compi