search for: jlrp

Displaying 4 results from an estimated 4 matches for "jlrp".

Did you mean: jlp
2010 Mar 19
1
Sweave and " object of type 'closure' is not subsettable" error
...Pa1~ingreso) and it works fine.  However, when I "Sweave" through an rnw file containing that code, R gives me the following error: Error:  chunk 19 (label=cod3.19) Error in object[[i]] : object of type 'closure' is not subsettable What's going on here? Thanks in advance, jlrp [[alternative HTML version deleted]]
2008 Oct 06
0
How to model this? (R-help Digest, Vol 67, Issue 25)
...on). I am looking for a real-life case such as yours to approach in class- if you wish, i would be happy to look into the case you are describing, along with the data, to work out in the course. If you are interested, please reply with more information as to what your requirements are. Regards, jlrp --- On Wed, 9/24/08, r-help-request at r-project.org <r-help-request at r-project.org> wrote: > Message: 73 > Date: Tue, 23 Sep 2008 17:04:38 -0400 > From: senne <wasenne+R at gmail.com> > Subject: [R] how to model this > To: r-help at r-project.org > Message-ID: &...
2009 Apr 12
1
goodness of fit between two samples of size N (discrete variable)
...rling tests are restricted to continuous data (http://cran.r-project.org/doc/contrib/Ricci-distributions-en.pdf), while chi-square can handle discrete data, but how do i test (in R) equivalence of ditribution in 2 samples using it? Are there better tests than those i mentioned? Thanks and regards, jlrp
2008 Aug 27
5
Integrate a 1-variable function with 1 parameter (Jose L. Romero)
Hey fellas: I would like to integrate the following function: integrand <- function (x,t) { exp(-2*t)*(2*t)^x/(10*factorial(x)) } with respect to the t variable, from 0 to 10. The variable x here works as a parameter: I would like to integrate the said function for each value of x in 0,1,..,44. I have tried Vectorize to no avail. Thanks in advance, jose romero