similar to: ".Rhistory in Mac OS X"

Displaying 20 results from an estimated 300 matches similar to: "".Rhistory in Mac OS X""

2010 Apr 04
2
"mantel.haenszel.test for trend in S-plus doesn't work i R"
Dear R'ers, When I used S-plus i wrote a small program for a Mantel-Haenszel test for trend (I think it worked). Unfortunately I can't get it working in R. It appears as if my use of 'el' is the problem but I can't sort it out. Error in apply(array, c(, 2, 3), function(el) el * 1:s) : argument is missing, with no default Further down in the program I use 'el'
2010 Mar 24
1
"methods with * how to see"
Dear R-gurus, When I use methods(general method) I sometimes get 'sub-methods marked with a *. How can see the code of such *-marked methods? Sincerly Fredrik ######################## Fredrik Lundgren fredrik.bg.lundgren at gmail.com Engelbrektsgatan 31 582 21 Link?ping tel 013 - 47 30 117 mob 0706 - 86 39 29 Sommarhus: Ljungn?s 158 380 30 Rockneby 0480 - 650 98
2008 Dec 16
2
"Dotted lines at the end of the KM-curve"
R-ers! Referees demand that the line in the KM-curve should be changed to dotted at the point where standarerror is <= 10 %. I don't think it's a good habit but I urgently need to implement such a thing in R with survfit, survplot or another program. They also want numbers at risk below the curve Some help, please.... Fredrik ######################## Fredrik Lundgren
2008 Oct 05
3
"Update in Mac OS"
Dear R-ers, I'm using R 2.7.1 Mac OS. What is the best way for update to 2.7.2 to keep my previous libraries? Fredrik ######################## Fredrik Lundgren fredrik.bg.lundgren at gmail.com Obs! Ny adress och mail Engelbrektsgatan 31 582 21 Link?ping 013 - 47 30 117 0706 - 86 39 29 Sommarhus: Ljungn?s 158 380 30 Rockneby 0480 - 650 98
2004 Dec 13
3
bootstrap package
Hello R'ers In previous versions of R (I now use 2.0.1) there was a package "bootstrap". I wrote some programs that depended heavily on this package but can unfortunately not find it on Cran today. Is there any way to find an older version of "bootstrap" and use it with the new version - 2.0.1? Sincerely Fredrik Lundgren Norrk??ping Sweden
2005 Jan 08
2
translate nroff .d or .sgml files to .rd files
Dear list, I have some help file for S-Plus 2000 in .d and .sgml format. Is there a way to translate these files to .Rd files to use in an R package? Thanks Fredrik Lundgren
2003 May 04
2
'rush of graphs on the screen'
Hello R experts, When I try e. g. example(plot) in R 1.7.0 on Linux, the example graphs rush away on the screen before my eyes. How can I see them one at a time? Sincerely Fredrik Lundgren
2004 Jan 01
4
force fixed format
Hello, A small problem I can't solve > p <- 0.0001 > p [1] 1e-04 How can I force the printout of p to 0.0001? I have tried 'format', 'round', 'signif', 'print' in different combinations without success. Fredrik Lundgren
2006 Jan 06
1
"Missing value representation in Excel before extraction to R with RODBC"
Dear list, How should missing values be expressed in Excel before extraction to R via RODBC. I'm bewildered. Sometimes the representation with NA in Excel appears to work and shows up in R as <NA> but sometimes the use of NA in Excel changes the whole vector to NA's. Blank or nothing or NA as representation for missing values in Excel with dateformat gives NA's of the whole
2008 Feb 13
2
How can I stop the eject of the DVD after install?
I have created my own install DVD with a custom kickstart file and modified the isolinux.cfg file to allow the system to boot off of the hard disk as the default mode. It will also use my kickstart file if I select it. Now I would like to make the system not eject the DVD after reboot. The machines I am installing on do not have a motorized tray that can automatically pull the DVD back in when a
2002 Jun 29
3
Scripts in R?
Hello, In S-Plus for windows there is a possibility to work with 'scripts' (at least from version 4.5). Is there an equivalent 'function' in R or is there a simular way to work in R Sincerely Fredrik Lundgren -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2003 Jan 05
1
.Rprofile problems
Hello, I''m using _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 6.1 year 2002 month 11 day 01 language R and can''t get a .Rprofile file into my workspaces. The system
2004 Dec 13
1
random effect in logistisk regression
Dear R-gurus, Where can I find a simple logistic regression model which can handle random effects as well among all the R-packages? With thansk in advance Fredrik Lundgren Norrk??ping, Sweden
2006 Jan 10
1
"Missing value representation in Excel before
I reproduce from memory my exhaustive look into this issue. RODBC uses the Microsoft ODBC DLL's developed by Microsoft. These DLL's perform an automatic determination of column type based on the contents of the first N rows of cells in each column, where N [0,16]. N may be set in the Windows system registry, and there are a few other things that may be set in the system registry which
2006 Jan 12
4
edit.data.frame
Dear list, Sometimes I have huge data.frames and the small spreadsheetlike edit.data.frame is quite handy to get an overview of the data. However, when I close the editor all data are rolled over the console window, which takes time and clutters the window. Is there a way to avoid this? Fredrik
2003 Mar 15
2
Help.start, .Renviron , and .Rprofile
Hello experienced R-ers, I'm converting from S-Plus Win 98SE to SuSE 8.1, R 1.62 and have run into som problems. 1) When I use help.start() netscape comes up OK and all links are accessible except "Search Engine & Keywords" : search doesn't work and the keywords from base doesn't respond either. ?command within R gets netscape running and works OK. 2) I haven't
2007 Jul 01
2
package with roc, sensitivity, specificity, kappa etc
Dear Guru's, Is there a package (R of course) with programs for diagnostics - roc, sens , spec, kappa etc? Best wishes Fredrik L
2003 Apr 05
3
slides in linux R
Hello, In S-Plus Windows you can transform graphics to Powerpoint very easily, in R Windows you can use enhanced metafiles (.emf) and Powerpoint almost as easy. Is there a simular way with R in Linux to transform to the presentation program in StarOffice or OpenOffice or are you stuck with the pdf device? Fredrik Lundgren
2003 Mar 31
4
"font problems in X11 with linux R"
Hello, I''m inexperienced with linux, X11 and R. A font problem have surfaced. When I use pairs in John Fox''s car library e.g.: > pairs(cbind(prestige, income, education, women)) Error in text.default(x, y, txt, cex = cex, font = font) : X11 font at size 16 could not be loaded In addition: Warning message: freeing previous text buffer in GText > Evidently
2001 Mar 01
5
Bandwidth limiting a MASQed network.
Hi! I just recently entered the wonderful world of the so called "advanced routing" and decided to try and limit the bandwidth of a MASQed network here and ended up in trouble :(. The setup is (as far as I can tell) pretty straightforward. eth0 is connected to the "real" network with a proper IP, and eth2 is 192.168.10.x (the MASQed network). All of it is basicly right out of