search for: 36812

Displaying 20 results from an estimated 80 matches for "36812".

Did you mean: 32812
2006 Apr 18
1
Different results under Windows and Linux
...totally different. Thanks! Kamila Windows: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R Linux (Suse 10, Kernel 2.6.13-15.8-default) platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R
2006 Jan 26
2
What's wrong with JGR?
Hi all, I downloaded and installed JGR. Then when I tried to load the package in R console, it generated the following error message: > local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: rJava using Java Runtime version 1.5.0 using JAVA_HOME = C:\Program Files\Java\jre1.5.0_01 Loading required
2006 Mar 17
3
Open .ssc .S ... files in R (PR#8690)
...ice in R to help me learn the subject matter. > >Any help would be greatly appreciated. > >platform i386-pc-mingw32 >arch i386 >os mingw32 >system i386, mingw32 >status >major 2 >minor 2.1 >year 2005 >month 12 >day 20 >svn rev 36812 >language R I responded: >You can open them in R. On Windows, File:Open Script, >change "Files of type" to "All Files", then open the .ssc file. So there is a workaround. But it is odd that the "S files" option doesn't actually include what are probabl...
2006 Apr 12
1
Error with 'var' in JGR
...ot;var" was not found >version platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R
2006 Apr 18
2
get the parameter estimates from lm model
...e > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R
2006 Jan 16
2
Matrix package download problem
...kages(pkgs, destdir = tmpd, available = available, : download of package 'Matrix' failed > R.version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R
2006 May 10
2
Legend titles in log plots broken? (ver. 2.2.1)
...u" $arch [1] "i686" $os [1] "linux-gnu" $system [1] "i686, linux-gnu" $status [1] "" $major [1] "2" $minor [1] "2.1" $year [1] "2005" $month [1] "12" $day [1] "20" $"svn rev" [1] "36812" $language [1] "R"
2006 Aug 25
4
How to iteratively extract elements out of a list
...gives me something different from what I want: [[1]] [1] 4 [[2]] [1] 4 [[3]] [1] 4 Any help would be appreciated. > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R
2006 Jun 10
2
Regex engine types
...os linux-gnu system x86_64, linux-gnu status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R > > grep("[W-Z]", LETTERS, value = TRUE) [1] "W" "X" "Y" "Z" That's what I'd have expected. > grep("[W-Z]", letters, value = TRUE) [1] "x" "y" &q...
2006 Oct 23
6
nested if/else very slow, more efficient ways?
...if (resultsfuzzy[i,2] == "5d"){resultsfuzzy[i,2] <- 4} else resultsfuzzy[i,2] <- 5 } Thanks, Kim version platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R __________________________________________ Kim Milferstedt University of Illinois at Urbana-Champaign Department of Civil and Environmental Engineering 4125 Newmark Civil Engineering Laboratory 205 North Mathews Avenue MC-250 Urbana, IL 61801 USA phone: (001) 217 333-9663 fax: (001) 21...
2006 Mar 29
3
load file RData which store in zip file
...nction to open R workspace which it store in zip file? I hope some one can give me advices. Best, Muhammad Subianto > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R >
2006 Mar 02
2
'...' passed to both plot() and legend()
....lab = 1.1) Is there any (efficient and appropriate) way that I could use the '...' argument in this case? > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R Thanks in advance for any hints, Dimitris ---- Dimitris Rizopoulos Ph.D. Student Biostatistical Centre School of Public Health Catholic University of Leuven Address: Kapucijnenvoer 35, Leuven, Belgium Tel: +32/(0)16/336899 Fax: +32/(0)16/337015 Web: http://www.med.kuleuven.be/biostat...
2007 May 04
2
Alternatives to unlist()
...ernatives to unlist()) such that I could still see what % of draws are below a certain number. I'd appreciate any suggestions. Regards, platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R
2006 May 10
2
problem rbind after lapply (difference between 2.2.1 and 2.3.0)
Any help on the following would be appreciated... > R.version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 > language R > set.seed(2) > x=matrix(ncol=4, nrow=10) > for(i in 1:4) x[,i]=rnorm(10) > x=as.data.frame(x) > x$V1=c(rep(0,5), rep(1,5)) > x V1 V2 V3 V4 1 0 0.41765075 2.090819205 0.7389386 2 0 0.98175278 -1.199925820 0.3189604 3 0 -0.39...
2006 Apr 18
2
Unfound objects in function
...> version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R
2006 Jan 20
3
Troubles with the function rmultinom.c of the R's Random Number Generator
...in in Fortran interfaced with R-2.2.1 in order to generate data according to a Markov Random Field called the Potts model. R Version: platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 Each loop of my Fortran calls the function rmultinom.c of the R's Random Number Generator through the wrapper: #include <R.h> #include <Rmath.h> void F77_SUB(sarmultinom)(int n, double* prob, int K, i...
2006 Jun 30
2
Passing arguments to glm()
...hristian > R.version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R
2006 Jan 06
1
Daylight Savings Time unknown in R-2.2.1
...below) and Windows. It did not occur under R-2.1.0. Any ideas? TIA! > Sys.getenv("TZ") TZ "" Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-gnu status = major = 2 minor = 2.1 year = 2005 month = 12 day = 20 svn rev = 36812 language = R Locale: C Search Path: .GlobalEnv, package:methods, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, Autoloads, package:base -- David Brahm (brahm at alum.mit.edu)
2006 Mar 12
1
meta / lme
...ion _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R > ???? ?"? ???? ???? http://mail.nana.co.il [[alternative HTML version deleted]]
2006 Mar 17
2
Is there a way to view S-PLUS script files in R
...ad such files? I simply want to view the code and practice in R to help me learn the subject matter. Any help would be greatly appreciated. platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R