search for: mutati

Displaying 7 results from an estimated 7 matches for "mutati".

Did you mean: mutate
2005 Jun 28
2
Problems with repeated calls to setTimeout?
...or instance in time-based observers. On Konqueror 3.4.1 (possibly other khtml-based browsers, too), these observers reproducibly crash the browser. Just keeping open a browser with such an observer is enough. After some time it invariably segfaults. When I substitute setInterval for setTimeout (mutatis mutandis), no such thing occurs. For instance, when I open http://mir.aculo.us/ in a fresh browser and wait for a couple of minutes, Konqueror crashes. I''ve tried to track the problem down, but it''s not as easy as just looped calls to setTimeout or even a TimedObserver. Ther...
2006 Oct 13
2
cygwin script for Sweave
...Adobe/Acrobat\ 6.0/Reader/AcroRd32.exe fi <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< mutatis mutandis for your own Adobe Reader. here is the script: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>&gt...
2011 Apr 19
0
Error message in package:bayesSurv. Why?
...on following the birth of initial and up to 3 subsequent children (4 children in all, with all subjects having a first child). I've regarded these as equivalent to tooth eruption and subsequent caries in the tandmobile example the package gives. As near as I can make out, the sole difference (mutatis mutandis) is that my data has precise dates of birth of children and onset of depression, rather than the data being interval-censored as in the tandmobile dataset. I've set up survreg3 as follows sample.childmdd <- bayessurvreg3( formula=Surv(childtime+.01,childevent)~nchild+clus...
2001 Jul 10
1
gls function, very old results
Hello R-users, I am currently trying to learn how to use the function gls of the nlme library. I fitted the following model: Generalized least squares fit by REML Model: response ~ array + dye + genes + variety + variety * genes + array * genes + dye * genes Data: data I have 11 arrays, 2 dyes, 2 varieties, 3200 genes, and 2 replications for each. Therefore I should have the corresponding
2004 Jul 06
5
Converting S-Plus Libraries to R
Dear all! I'd like to do multiple imputation of missing values with s-plus libraries that are provided by Shafer (http://www.stat.psu.edu/~jls/misoftwa.html). I wonder, whether these libraries are compatible or somehow convertible to R (because I don't have S-plus), so that I can use this functions using the R Program. I would be happy if you could tell me, -if it is possible to use
2002 Jun 10
4
R search applet initialization
R 1.5.1 is due to come out ... and I've just noticed that the R help.start page search applet doesn't work on my Mandrake 8.2 system even though I've upgraded mozilla to version 1.0 and I have a perfectly working java (all right, I'm using 1.4.0 now, but with mozilla 0.98 and java 1.3.1 it still didn't work). I had thought the problem due to a too-old mozilla version, but it
2011 May 20
3
Downloading a csv from Dropbox using the shareable link
Hello Kindred R Spirits... I'm trying to get a file (csv) from Dropbox using their shareable link concept. They issue a short URL that goes to a web page where you see a button that says "Download File". They don't really give you the URL of the file itself, just this page. Is there a way to coax R into getting such a file? I don't even really want the file per