Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
I think you should have a look at the 'proto' package on CRAN. Yvonnick Noel University of Brittany, Rennes France
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-gui/attachments/20110514/ff21ed23/attachment.pl>
> How can i replicate this in Linux: > source(file.choose()) > > > I've tried source(tkgetOpenFile()) but with no luck library(gWidgetsRGtk2) options(guiToolkit="RGtk2") gfile(cont=T) Yvonnick Noel University of Brittany at Rennes Rennes, France
Dear Kristi, > Also. can anyone recommend any resources to help SPSS users learn to things in R? You may want to have a look at the R2STATS package, a simple GUI for linear models. Best, Yvonnick Noel University of Brittany...
Hello, I note there is a problem compiling the Matrix and lme4 packages on R-Forge for R-devel (2.14). Is there a known cause? Thank you. Yvonnick Noel University of Brittany, Rennes France
Hello, I note there is a problem compiling the Matrix and lme4 packages on R-Forge for R-devel (2.14). Is there a known cause? Thank you. Yvonnick Noel University of Brittany, Rennes France
Jonathan, If you are not willing to use the very last version of R, there is always a RPM package for R under Mandriva, called R-base. So that basically, connected as root, just type: urpmi R-base to install...
Hello, I have the very same problem. Plotting code that used to work before I upgraded to Ubuntu Lucid Lynx does not work anymore. For example: plot(1:10) text(6,4,expression(pi)) The 'pi' greek letter appear as...
Hello, I would like to plot a series of math symbols on a graph with ordered indicies : expression(delta[1]) expression(delta[2]) etc. Is there a mean to write this in a for loop ? for(i in 1:6...
Hello, I note that the following gWidgets code that works under Linux fails under Windows with R-2.7.0 (gWidgets-0.0.27, gWidgetsRGTk2-0.0.33, RGtk2-2.12.5-3): ghelp("anorexia",package="MASS",cont=TRUE) The...
On Monday 15 July 2002 19:17, you wrote: > Have you installed the readline-dev package? That was the problem. Thank you for your help ! -- Yvonnick Noel Universite de Lille 3 UFR de psychologie -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http...
> It would work with > > gsub("\\\\","/","c:\\My Documents\\data.dat") > [1] "c:/My Documents/data.dat" > > which of course is not your case :( Absolutely. What I get from the interface is the string "c:\My Documents\data.dat" and NOT...
Hello, Everything's in the subject :-) How could I get information about distribution family and link function programmatically? I tried: family(my.glmer.model) or my.glmer.model at family but this slot doesn't exist. Is there any other...
> I am struggling to install GTK+ for Windows 7. RGtk2 needs this > package to load. Does anybody know of a installation file that works? > > GTK+ is automatically installed when you install the RGtk2 package (you'll be asked about it...
Alan, You might want to have a look to the R2STATS package on CRAN. It is a GUI for GLM and GLMM written in GTK (with the use of the nice RGtk2 and gWidgets packages by Michael Lawrence and John...
Dear Iurie, > I want to run Shapiro-Wilk test for each variable in my dataset, each > grouped by variable groupFactor. Note that, at least on a single dependent variable with a grouping variable, a possible simplification may arise when homogeneity...
On 11/30/05, Scott Story <sstory at montana.edu> wrote: >> I am trying to write a function that will solve a simple system of >> nonlinear equations for the parameters that describe the beta >> distribution (a,b) given the mean...
> >> as.numeric(",1") > NOEL> [1] 0,1 > Instead of the output below, can you please give the full > > sessionInfo() > > output? Here it is: R version 2.4.0 (2006-10-03) i686-pc-linux-gnu locale: fr_FR.UTF-8...
Hello, I am trying to find a function name in a string that expresses a functional form : > s = "blabla...S(var)...blabla" I would like to detect the pattern "S(*)" in s. I am no guru at regular expressions. Just...
Dear members, I am looking for sample datasets suited to an Introduction to Loglinear Models. Ideally, I would like psychological data with three or four categorical variables. Would someone know of some dataset of this kind? Thank you very much...
Can't find what you're looking for? Try searching with Google .