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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090317/8cc34368/attachment-0002.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090317/d9f3d43e/attachment-0002.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090318/9ac82f7e/attachment-0002.pl>
Hi R users, Is there a Package in R to - set up a questionnaire? - enter data? Best regards -- View this message in context: http://www.nabble.com/A-package-to-set-up-a-questionnaire---enter-data-tp20947237p20947237.html Sent from...
Hi, I am wondering if it is possible to view the Fortran source code called by R functions. In particular, I am interested in the "leaps.setup" function in a package called "leaps", which calls Fortran functions "ssleaps", "initr" etc...
Hi R users, I have a big program So in Rgui I can t see all the execution of it Is there a way to ask R if there is "Errors" in my program Sincerely yours -- View this message in...
Hi R users I need the map of France?s ? communes ? (towns) to build a map Is there a way to get it? More generally: How to do to get the map of a country and its different geographical levels...
Hi R users I used the function line(x,y) and line(lowess(x,y)) to see the correlation between 2 variables (x,y). Here is my question: is there a way to ask R to tell me the equation...
Hi R users I want to do a multiple linear regression with R With a normal model (Y=Cste+A1*X1+A2*X2) the program would be lm(Y ~X2+X2) My model is Y=Cste+A1*X1+A2*X2...
Hi R users, Is there a way to simplify this instruction: ifelse(B=="0","A", ifelse(B=="1","A", ifelse(B=="2","A", ifelse(B=="3","A", ifelse(B=="4","A", ifelse(B=="5","A", ifelse(B=="6","A", ifelse...
Sorry there was a mistake: Hi R users I want to do a multiple linear regression with R With a normal model (Y=Cste+A1*X1+A2*X2) the program would be lm(Y~X1+X2) My model is Y...
Hi R users, Imagine the folowing data frame 1990 1991 1992 1 5 20 6 2 15 1 11 3 3 14 22 4 20 8 55 5 10 3 14 Is there a way to build a graphic in...
Hello R users, Imagine the data frame DATA with the variable x which is composed by numeric and alpha caracters. > DATA x 1 12F 2 13 AD 3 356PO 4 1D 5 GRT 6 PO52 7 LN4Z Is there a...
Hi, I'm the maintainer of the "networkBMA" package. My package has the following message on the 3.11 release page: "Important note to the maintainer of the networkBMA package: An error occured while trying to generate the citation from...
Hi R users Imagine this data.frame: >X Var1 Var2 A 22 13 B 5 2 C 12 8 D 1 99 A,B,C,D are the rows names (or index) Is there a way to create a new...
Hello, I'm having trouble installing R from the binary to my red hat 7.1 box. There are 2 rpm files on the web site: R-base-1.5.0-1.i386.rpm R-recommended-1.5.0-1...
Hi Greg I downloaded the file "france.shapefiles.zip" Then i unziped it. There were 4 files interesting me: - france_administrative.dbf - france_administrative.prj - france_administrative.shp - france_administrative.shx How can i do to read the map "france...
Thank you David David Winsemius wrote: > > > On Oct 30, 2009, at 7:47 PM, CE.KA wrote: > >> >> Sorry there was a mistake: > > I could not see what was different? > >> >> Hi R users >> >> I want to do a multiple linear regression...
Hi, I am wondering if anybody has successfully installed RcppArmadillo version 0.4.000.2 using Cygwin on Windows 8 and R 3.0.2. I can install the package inside R version 3.0.2, but when I try...
Hi R users Imagine the table "base": p=c("d","d","b","b","a","a") q=c("v1","v2","v1","v2","v1","v2") r=c(5,2,4,8,9,7) base=data.frame(p,q,r) base p q...
Can't find what you're looking for? Try searching with Google .