Displaying 20 results from an estimated 20000 matches similar to: "how to search r-help?"
2018 Jan 19
0
how to search r-help?
Also https://www.r-project.org/posting-guide.html indicates that
RSiteSearch() within R searches R-help but in my install (3.4.3)
RSiteSearch() only searches? "help pages, vignettes or taskviews"
On 19/01/18 10:47, Mark Dwyer wrote:
>
> I am new to this listand am unable to get the search tools listed on
> https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people
2018 Jan 19
0
how to search r-help?
On Fri, 19 Jan 2018 10:47:56 -0800
Mark Dwyer via R-help <r-help at r-project.org> wrote:
> I am new to this listand am unable to get the search tools listed on
> https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people
> use to search the help archives?
>
> 1. The google search box on http://tolstoy.newcastle.edu.au/~rking/R/
> returns a 404 error.
>
2018 Jan 19
1
how to search r-help?
Thank you all for these suggestions. The nabble and markmail links are
focus(able) on r-help and easy (for me) to use.
- Mark
On 19/01/18 14:04, John wrote:
> On Fri, 19 Jan 2018 10:47:56 -0800
> Mark Dwyer via R-help <r-help at r-project.org> wrote:
>
>> I am new to this listand am unable to get the search tools listed on
>>
2008 Feb 25
1
Read.xport function in package foreign
Hi All,
Sorry that I didn't provide enough information.
I've been trying to import SAS xport files that contain multiple files
using package foreign's read.xport. I first attempted this back in 2005
and had problems. Some of files that were present in the SAS xport file
weren't being created in R. I submitted my problem to the community:
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 Mar 04
2
Alternative mail archives?
I have no solution. However I wonder why the mail archives at
https://www.stat.math.ethz.ch/pipermail/r-help/ are not searchable by
Google. That would perhaps be a solution otherwise, since you can restrict
Google to search within just one site. (This applies to some other search
engines too.)
Since I am also interested in the possibility to search the archive I have
just sent a question to
2005 Mar 27
1
p values when using rlm
R 2.0.1
Linux
I am using rlm() to fit a model, e.g. fit1<-rlm(y~x). My model is more
complex than the one shown.
When I enter summary(fit1)
I get estimates for the model's coefficients along with their SEs, and
t values, but no p values. The p value column is blank.
Similarly, when I enter anova(fit1) I get DF, Sum Sq, Mean Sq, but the
column for F value and Pr(>F) are blank.
Any
2005 Nov 16
1
RODBC help
I am using the RODBC package to read data from an Excel file. An excerpt of
the file looks like this:
00103V206 AES Corporation 6.00% 42.87
00808N202 AES Trust III 6.75% 34.98
03748R861 Apartment Investment & Management 9.00% #ERROR (I)
039380209 Arch Coal, Inc. 5.00% 61.51
My problem appears to be related to specification of data types by column.
For instance, the CUSIPS in column 1 are
2005 Apr 11
1
??
R people,
I'd like to know how can I make inequations with are, specially work
with lineal programming.
Thanks for your unvaluable help
Adri?n
2013 Mar 27
1
Archieve of mails from R forum
Dear R helpers,
Everyday I do receive many many mails from R forum and after some period of times, INBOX is filled with numerous mails. At times if for some period of time, I haven't accessed mails, it becomes difficult to keep track of mails and many times simply due to the volume (and owing to the lack of time due to office constraints), I have to simply delete the mails without opening
2006 Nov 10
2
Simplifying Sweave graphics
Een ingesloten tekst met niet-gespecificeerde tekenset is
van het bericht gescrubt ...
Naam: niet beschikbaar
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061110/9afb0083/attachment.pl
2010 Mar 25
1
Read SAS data
Hi!
I need to import in R some SAS dataset (sas7bdat). I found two functions to
do it:
"read.ssd" from the package "foreign" and "sas.get" from "Hmisc".
df = read.ssd(libname = path2data, sectionnames = "sasSmallDataset",
tmpXport = path2data, tmpProgLoc = path2data, sascmd = path2sas)
sas.get(libraryName = path2data, member =
2003 Sep 17
3
Fractals in R and having fun! (and more persp and color)
Well, I started playing with fractals in R, and wrote a function to
generate de Mandelbrot set, which might
be of interest to some people
###########################################################################
# Mandelbrot set
###########################################################################
mandelbrot <- function(x = c(-3.0, 1.0), # x coordinates
y =
2006 Mar 11
6
is there a formatted output in R?
something like "sprintf" in C?
so I can do:
print(sprintf("the correct result is %3.4f\n", myresult));
-------
Also, I am desperately looking for a "clear console screen" function in
R...
thanks a lot!
[[alternative HTML version deleted]]
2006 Sep 19
4
How to draw a per mille symbol?
Dear list,
Following advice posted to this list a while back by Prof Ripley [1], I
have been trying to draw a per mille character [2] in an axis label.
This should give the correct character:
plot(1:10, ylab = "\u2030")
but all I get is '"S'. I'm running linux (FC5) and have fonts installed
that have the correct character (viewed in the Gnome character map at
least).
2004 Jun 25
7
circle / oval / semicircle ?
hi: where would I find facilities to draw circles, ovals, and
semicircles? (or should I construct them myself using curve?)
regards, /ivo
2005 May 10
2
R Greenhouse-Geiser correction?
Is there a function in R for doing Greenhouse-Geiser correction in ANOVA
models?
Is it already available in the aov function? How do we use it?
Best, Darren
[[alternative HTML version deleted]]
2006 Apr 26
2
program and comment
Hi. I am a newbie to R. I need to do a courses
projects with some manipulation lots of data record
and some back-and-forth linear regression. I do not
want to spend $100 for a SAS lincence, which professor
used. So I decide to start to learn R to finish it.
I am using R in Windows. I feel it is somehow works
like mathemica. I try to write the work into a little
program for future reference.
2008 May 31
2
tolstoi.newcastle dead?
Anyone know what's up w/ tolstoi.newcast.edu.au (home of the threaded
R-help archives)? I've got a "can't connect" for several days now.
Carl
2006 Apr 23
1
lme: null deviance, deviance due to the random effects, residual deviance
A maybe trivial and stupid question:
In the case of a lm or glm fit, it is quite informative (to me) to have
a look to the null deviance and the residual deviance of a model. This
is generally provided in the print method or the summary, eg:
Null Deviance: 658.8
Residual Deviance: 507.3
and (a bit simpled minded) I like to think that the proportion of
deviance 'explained' by the