search for: rhelp01

Displaying 10 results from an estimated 10 matches for "rhelp01".

Did you mean: rhelp02
2004 Dec 23
1
searching Jonathan Baron's R Site
...one index - without affecting existing links). This function runs from within R and opens a web page with the results of the search. For example, RSiteSearch("multiple imputation") Jon -- RSiteSearch <- function(string, restrict=c("Rhelp02a","Rhelp01","Rhelp00","functions","docs"), format="normal", sortby="score", matchesPerPage=10) { string <- paste("http://finzi.psych.upenn.edu/cgi-bin/namazu.cgi?query=", gsub(" ", &qu...
2004 Nov 24
2
an R function to search on Prof. Baron's site
...time"), sep="") res <- charmatch(restrict, c("Rhelp", "doc", "function", "doc/fun")) if (res == 0) stop("wrong restriction specified") res <- switch(res, "Rhelp00/archive|Rhelp01/archive|Rhelp02a/archive", "finzi.psych.upenn.edu/R/doc", "finzi.psych.upenn.edu/R/library", "finzi.psych.upenn.edu/R/doc|finzi.psych.upenn.edu/R/library") res <- paste("restrict=", res, sep="")...
2005 Jan 14
1
how to produce 2-d color plots in R
Hello 'R' Users, I am very new on 'R', so excuse me if I ask something wrong. I have ASCII data and the colums of the data are looks like :- !------------------------- time,yr,mo,dy,hr,min,sec,lat,lon,ht,co2obs,sigma,co2model -- - -- !---------------------------- Each column has data value. Now I want to produce 2-d color maps, for example the plot should look like :- on
2005 Nov 08
1
R build under mandriva 10.2
...uillot at laplace src]$ R CMD SHLIB main.f sub.f wrapper.c gcc -shared -L/usr/local/lib -o main.so main.o sub.o wrapper.o -lg2c -lm -lgcc_s /usr//bin/ld: cannot find -lg2c collect2: ld returned 1 exit status make: *** [main.so] Erreur 1 I guess the information in http://finzi.psych.upenn.edu/R/Rhelp01/archive/5146.html are not relevant any longer. What is missing ? Gilles
2002 Nov 06
5
"chemical" plot
Hi all, May be there is a plot which shows 3 variables in a triangle, their sum being constant. I have forgotten its name, and a search in the engine using "plot" did not help. Does anyone know of such a procedure in R or S? Thank you --christian Dr.sc.math.Christian W. Hoffmann Mathematics and Statistical Computing Landscape Dynamics and Spatial Development Swiss Federal Research
2004 Jul 27
1
Underline in expression().
Hello All, Is there an analogue to \underbar or the AMS math \underline in graphical math expressions? Thanks, John. -- ===================================================================================== Dr. John Janmaat Department of Economics Acadia University Wolfville, Nova Scotia, Canada B4P 2R6 TEL: 902-585-1461 WWW: http://ace.acadiau.ca/~jjanmaat/ EMAIL: jjanmaat at acadiau.ca June
2008 May 20
2
Finding functions
Hi All: Can anyone give me a hint about how to find functions built in in R. based on the articule below it should be something called DIYhelp but I can't find it. Thanks Part of the Kickstarting R package is a little text searching facility called DIYHelp. The program is based upon a simple, brute-force search of the directory tree from the point that you specify. The concept is that you
2004 Oct 14
0
plotmath in underlined style; was: Re: [R] Underline in expression(). (PR#7286)
...>>> >>> John. >> >> >> >> Uwe Ligges posted a solution a couple of years ago. I don't know if >> there is anything built in yet. ?plotmath does not seem to say >> anything about underlining. >> >> http://finzi.psych.upenn.edu/R/Rhelp01/archive/7191.html >> >> plot(0:1, 0:1, type="n") >> underlined(0.5, 0.5, expression(widehat(x %*% y))) >> >> --sundar >> >> ______________________________________________ >> R-help@stat.math.ethz.ch mailing list >> https://www.stat.mat...
2004 Dec 29
0
GEE with own link function
Hello, I want to fit a GEE with a user-defined link function. For the user-defined link-function I still read http://finzi.psych.upenn.edu/R/Rhelp01/archive/6555.html and http://finzi.psych.upenn.edu/R/Rhelp02a/archive/25727.html. Only for testing purposes I added a new link function (corlogit) in make.link (as well as in binomial) with exactly the same code as logit before using my code. I tried it with glm() and it works without any prob...
2004 Nov 20
15
SAS or R software
Hi all there Can some one clarify me on this issue, features wise which is better R or SAS, leaving the commerical aspect associated with it. I suppose there are few people who have worked on both R and SAS and wish they would be able to help me in deciding on this. THank you for the help --------------------------------- [[alternative HTML version deleted]]