similar to: R on Mandriva 2006

Displaying 20 results from an estimated 300 matches similar to: "R on Mandriva 2006"

2004 Oct 04
4
scatter plot and marginal
Hallo, I would like to add the marginal distributions along the X and the Y axis to a scatter plot. Can anybody help me, please? Thank you, Paolo -- Paolo Bulla Istituto di Metodi Quantitativi Universit?? "L. Bocconi" viale Isonzo 25 20136 Milano paolo.bulla at unibocconi.it
2005 Dec 28
1
[Fwd: Re: R on Mandriva 2006]
Apologies for the empty post that went to the list... On ??????, ???????????????????? 28, 2005 9:11, Paolo Bulla wrote: > Hello anyone, > I'm trying to install R on Mandriva 2006 distribution via rpm file with the > line > urpmi R-2.0.0-1mdk.i586.rpm ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is an older rpm that Michele Alzeta contributed for Mandrake 10.0 (and that was a long time
2004 Mar 16
3
multiple summation
Hello, I have to compute a multiple summation (not an integration because the independent variables a are discrete) for all the values of a function of several variables f (x_1,...,x_n), that is sum ... sum f(x_1,...,x_n) x_1 x_n have you some suggestion? Is it possible? I know that for multiple integration there is the function adapt, but it has at most n=20. In my case n depends on the
2005 Mar 09
3
R-2.0.1 Gentoo g77 problem
Hello, I use Gentoo and I can't get R 2.0.1 to compile. I used the portage system, Gentoo's source package sytem, and after it uncompresses the source to R, it says that I don't have a fortran compiler. It told me to use f77 flag and re-emerge gcc, which I did with the f77 and fortran flags, but it still won't compile. Does anyone have any ideas? I suspect that gcc has changed
2005 Sep 08
1
package installation error (LF versus CR)
Hello, I have the following problem in installing a package (in windows xp) >rcmd install -c dlm [ ..stuff deleted ] ... DLL made installing DLL installing R files installing inst files installing data files installing man source files installing indices Errore in load(zfile, envir = envir) : l'input ?? stato danneggiato, LF sostituiti da CR Esecuzione interrotta
2007 Dec 12
3
Measure of agreement??
Dear List, Please put me on the right track. I have been searching for the R functions for measures of agreement. Where should I look? Patrik Öhagen Läkemedelsverket Box 26 751 03 Uppsala Tel. +46(0)18-174924 patrik.ohagen@mpa.se [[alternative HTML version deleted]]
2005 Oct 24
2
Is 64-bit linux compatible version of 'R' available?
Hi, Is there any 64-bit compatible version of 'R' available? Thanks & Regards, Uttam Phulwale Tata Consultancy Services Limited Mailto: uttam.phulwale@tcs.com Website: http://www.tcs.com [[alternative HTML version deleted]]
2005 Dec 27
2
off topic A4 paper
Dear R People: Please excuse the off topic question. What are the dimensions of A-4 Paper, please? Actually, the question should read, "how do I set up a LaTex file to fix A-4 paper, please?" Thanks much! Sincerely, Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgess at gator.uhd.edu
2008 May 18
1
R is a virus, spyware or malware (gasp!)
After a search session in Google, I found this page: http://www.prevx.com/filenames/X1993788672854780728-0/RGUI.EXE.html which classifies Rgui.exe (clearly stated as "R for Windows GUI front-end") in a database of virus, spyware and malware! No comments! Philippe Grosjean
2006 Feb 27
5
repeated measures ANOVA
Dear list members: I have the following data: group <- rep(rep(1:2, c(5,5)), 3) time <- rep(1:3, rep(10,3)) subject <- rep(1:10, 3) p.pa <- c(92, 44, 49, 52, 41, 34, 32, 65, 47, 58, 94, 82, 48, 60, 47, 46, 41, 73, 60, 69, 95, 53, 44, 66, 62, 46, 53, 73, 84, 79) P.PA <- data.frame(subject, group, time, p.pa) The ten subjects were randomly assigned to one of two groups and measured
2009 Mar 25
1
mvtnorm package
Dear all, I would like to ask information about the package mvtnorm in R. It is very useful for me the "qmvnorm" comand, but I see that it can compute only quantile for equicoordinate. Is it possible to have a curve (or a set of values) if we don't want equicoordinates? Thank you Best regards Antonio. -- Antonio Lucadamo, Dipartimento di Scienze Economiche e Metodi Quantitativi
2009 May 04
1
ellipse
Dear all, I'm using the ellipse package and I would like to verify if the confidence region that I build with this package can be equivalent to an Union Intersection Test. I used different value for the t-statistic but I can not find the right equivalence. Does someone know how to choose the right value? Thanks a lot. Antonio -- Antonio Lucadamo, Dipartimento di Scienze Economiche e
2009 May 21
1
Rpart - best split selection for class method and Gini splitting index
Dear R-users, I'm working with the Rpart package and trying to understand how the procedure select the best split in the case the method "class" and the splitting index "Gini" are used. In particular I'd like to have look to the source code that works out the best split for un unordered predictor. Does anyone can suggest me which functions in the sources I should
2005 Feb 24
1
Density of the Multivariate T Distribution
Hi, I am looking for an efficient way to compute the values of the density function of a multivariate T distribution - something like "dmvnorm", but for T distr. Does this exist somewhere? Many thanks, Jan Bulla Goettingen University
2004 Nov 16
3
memory allocation
Dear sirs, I'm using the Splancs package to compute standard errors of the estimates of a spatio-temporal k function. When I use as spatial and temporal distances too long vectors (respectively 60 and 80 entries) for a dataset of 1000 observations, R gives me the message Error: cannot allocate vector of size 180000 Kb Reached total allocation of 512 Mb. I ran the function memory.size()
2006 Nov 24
1
Splitting criterion in tree and rpart
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061124/6ac3d11f/attachment.pl
2007 Jan 03
1
User defined split function in Rpart
Dear all, I'm trying to manage with user defined split function in rpart (file rpart\tests\usersplits.R in http://cran.r-project.org/src/contrib/rpart_3.1-34.tar.gz - see bottom of the email). Suppose to have the following data.frame (note that x's values are already sorted) > D y x 1 7 0.428 2 3 0.876 3 1 1.467 4 6 1.492 5 3 1.703 6 4 2.406 7 8 2.628 8 6 2.879 9 5 3.025 10 3 3.494
2010 Feb 06
2
lmer Error message
Does anybody knows what this error message means: Error in object$terms : $ operator not defined for this S4 class I have peformed the following steps: > library(lattice) > library(Matrix) > library(lme4) > inkm inkm$Gamie glm.incm drop1(glm.incm,test="Ch") Error in object$terms : $ operator not defined for this S4 class Your suggestin would be of a greatl help to
2004 Nov 16
2
help on EM Algorithm for bivariate normal
Hi, I woul like to know if it is possible to have a "R code" to generate EM Algorithm for a normal bivariate mixture. Best regard, S.F.
2004 Jun 21
6
Visual stimulus presentation using R?
Dear all! Although the Psycho-Toolbox for Matlab is free software, Matlab isn't. I'm planning to do an experiment where it's essentail to travel to the subjects, not let the subjects come to where the Matlab licences are :-( So I need to use a free software for my experiment if I don't want to by an extra Matlab licence (which I don't want to). Did anyone ever try to do