search for: mimr

Displaying 14 results from an estimated 14 matches for "mimr".

Did you mean: mime
2004 Nov 30
1
Using mimR
Hi, I am trying to use the mimR Package. According to its help pages it needs the RDCOMClient package to run. When I try to evaluate a model I get > m.sat<-mim("..",data=gm.dat) Error in mim.cmd("clear; clear output") : couldn't find function "COMCreate" > m2.sat<-emfit(m.sat) Err...
2006 Jun 02
2
task view errors
..... Package 'BRugs' currently only works under Windows.\nIt is supposed to work under Linux in future releases. ERROR: configuration failed for package 'BRugs' ** Removing '/home/paul/toolchain/R/Linux-2.6.7-mm6/R-2.3.0/site-library/BRugs' * Installing *source* package 'mimR' ... Package 'mimR' can only be installed/used under Windows. ERROR: configuration failed for package 'mimR' ** Removing '/home/paul/toolchain/R/Linux-2.6.7-mm6/R-2.3.0/site-library/mimR' ================================================================================...
2005 Feb 10
1
rats in survival package
Dear R-listers, Does anybody know what is the correct source of "rats" dataset in survival package? The help gives the following information: Rat data from survival5 Description: 48 rats were injected with a carcinogen, and then randomized to either drug or placebo. The number of tumors ranges from 0 to 13; all rats were censored at 6 months after randomization.
2005 Sep 01
1
controlling where *.Rout gets printed. Possible?
...exclude because they don't work or we don't want them. options(repos = "http://lib.stat.cmu.edu/R/CRAN/") update.packages(ask=F) theNew <- new.packages() failPackages <- c("BRugs","GDD","gtkDevice","gap","gnomeGUI","mimR","ncdf","pathmix","rcdd","rgdal","rpvm", "Rmpi","RQuantLib","RMySQL", "RNetCDF","RODBC","ROracle","RScaLAPACK","rsprng","RWinEdt","taskPR") sh...
2006 Apr 05
2
Problems in package management after Linux system upgrade
...d for various reasons #rejected because they don't build on my system as of July, 2005, or are obviously not needed failPackages1 <- c("BRugs","tclkt2","cyclones","rpvm","ncdf","gtkDevice","gap","gnomeGUI","mimR","pathmix","rcdd","rgdal","rpvm","Rmpi","RQuantLib","RMySQL", "RNetCDF","RODBC","ROracle","rsprng","RWinEdt","taskPR") #rejected because I subjectively think we do...
2006 Oct 19
1
bi-directional sockets
Hello R-helpers! I am new to R, but having a rough time with the socketConnection function. I cannot seem to get bi-directional communication to work. I have tried loads of possible ways, based on the manual's examples, but the result is always one or the other process hanging. Could anyone give me a working example of R code that: - creates a socket, - listens for data , - reads the data, -
2004 Dec 02
0
Quantian 0.6.9.2 with over 500 CRAN / BioC packages
...alled directly as Debian packages, and 478 more are installed directly into /usr/local/lib/R/site-packages using the mechanisms provided by R, CRAN and BioConductor (and as such, these packages will not appear in the Debian package list). The only missing CRAN packages are mimR (windows-only), ROracle (requires Oracle) and seao.gui which didn't build in batch mode. o Adding the Recommended: packages provides additional documentation, as well as header files, which complements the installed packages. o Total size is 2.0 gb for the comp...
2004 Dec 02
0
Quantian 0.6.9.2 with over 500 CRAN / BioC packages
...alled directly as Debian packages, and 478 more are installed directly into /usr/local/lib/R/site-packages using the mechanisms provided by R, CRAN and BioConductor (and as such, these packages will not appear in the Debian package list). The only missing CRAN packages are mimR (windows-only), ROracle (requires Oracle) and seao.gui which didn't build in batch mode. o Adding the Recommended: packages provides additional documentation, as well as header files, which complements the installed packages. o Total size is 2.0 gb for the comp...
2004 May 18
2
Windows versus Unix packages in CRAN (Was Re: Rmetrics)
> Rmetrics - New Version is available for R 1.9 !! > in R-binary and R-source form from the site "http://www.rmetrics.org", > and install the binary "zip" files in the usual way via the menu I'm confused - does the fact that you are only distributing ".zip" files means that (shudder) I need Microsoft Windows in order to run this? (I hunted on the
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains - all CRAN packages as of December 10, 2005 * except the Windows only ones (BRugs, mimR, rcom, RWinEdt) * and three that would not build (Rlsf, ROracle, rJava) for lack of Java, Oracle or rlsf - all BioC packages for release 1.8 * excecpt RMAGEML (needs Java) - for a total of over 800 R packages - a couple other R niceties: (X)Emacs + ESS, Ggobi, Rpad, RK...
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains - all CRAN packages as of December 10, 2005 * except the Windows only ones (BRugs, mimR, rcom, RWinEdt) * and three that would not build (Rlsf, ROracle, rJava) for lack of Java, Oracle or rlsf - all BioC packages for release 1.8 * excecpt RMAGEML (needs Java) - for a total of over 800 R packages - a couple other R niceties: (X)Emacs + ESS, Ggobi, Rpad, RK...
2007 Apr 09
1
How to solve differential and integral equation using R?
Hello, I want to know if there are some functions or packages to solve differential and integral equation using R. Thanks. Shao chunxuan. [[alternative HTML version deleted]]
2007 Mar 26
1
Problem in loading all packages all at once
...tuar","adapt","ade4","adehabitat","adlift","agce","agsemisc","akima","AlgDesign","allelic","alr3","amap","AMORE","AnalyzeFMRI","aod","ape","mimR","minpack.l m","misc3d","mitools","mix","mixreg") TEMP <- c(TEMP,"mlbench","mlica","mlmRev","mmlcr","mnormt","MNP","moc","modeltools","moments",&quot...
2005 Jul 12
10
Computer algebra in R - would that be an idea??
>From time to time people request symbolic computations beyond what D() and deriv() etc can provide. A brief look at the internet shows that there are many more or less developed computer algebra packages freely available. Therefore, I wondered if it would be an idea to try to 'integrate' one of these packages in R, which I guess can be done in more or less elegant ways... I do not know