Displaying 20 results from an estimated 500 matches similar to: "StatsRus and wiki"
2009 Nov 25
3
Random data
Hi,
how can I produce random data which lies around a straight line with angle
45 degree.
Similar to this image: http://zoonek2.free.fr/UNIX/48_R/g134.png
Cheers
--
View this message in context: http://old.nabble.com/Random-data-tp26513822p26513822.html
Sent from the R help mailing list archive at Nabble.com.
2004 May 27
1
Statistics Avec R (Vincente Zoonekynd): portuguese translation
Dears friends,
I have been translating and extended, with educational porposes only, the available material in the www
(http://zoonek2.free.fr/UNIX/48_R/all.html) "Statistcs avec R" for the Portuguese of Brazil.
I consider the material very good and would like to share this work with anothers users R.
Already I translated and I extended two chapters: Introduction to the R and analysis
2010 Jan 13
1
Recommended visualization for hierarchical data
Let's say I have data in the following schema that describes the number of
purchases a company has received from each County in the US:
State | County | Purchases
---------------------------------------
NJ | Mercer | 550
CA | Orange | 23
....
I would like to visualize what states contribute the most to the overall
total, and furthermore within those states, what Counties contribute the
most.
2008 Jul 06
1
Backgrounds in Multiple Plots made with "fig"
The following code was adapted from an example Vincent Zoonekynd gave on his
web site http://zoonek2.free.fr/UNIX/48_R/03.html:
n <- 1000
x <- rnorm(n)
qqnorm(x)
qqline(x, col="red")
op <- par(fig=c(.02,.5,.5,.98), new=TRUE)
hist(x, probability=T,
col="light blue", xlab="", ylab="", main="", axes=F)
lines(density(x),
2009 Dec 15
2
Diagonal Labels on "Beside" Bars in Barplot
My question is based on an example provided in the following:
Referencing:
Statistics with R
Vincent Zoonekynd
<zoonek at math.jussieu.fr>
6th January 2007
URL:
http://zoonek2.free.fr/UNIX/48_R/all.html
data(HairEyeColor)
a <- as.table( apply(HairEyeColor, c(1,2), sum) )
# Provided Example
barplot(a, beside = TRUE,
legend.text = attr(a, "dimnames")$Hair)
# I
2008 Aug 11
4
A comprehensive manual on "How to plot" (a lot of graphical examples welcome)
Hi,
I'm looking for a manual (we based or pdf) which would explain in detail
with graphical examples what all the option can do in plot and par. Does
anybody now anything like this? A couple of manuals to R I went through do
have plot parameters mentioned, but sometimes it is hard to understand or
imagine what the parameter can do (the same with the related help page)
e.g. I met "From
2012 Oct 26
1
Package RODBC sqlQueries
All -
I'm new to SQL and the RODBC package. I've read the documentation
associated with the RODBC package, but I'm still having problems with
my SQL statements; I think my syntax, particularly with respect to my
WHERE statement, is off but I can't find any documentation as to why.
When I run a query from within the Access2007 database, it looks like this:
SELECT
2009 Feb 04
5
Target Plot?
I've done a little snooping around the R Gallery Site (http://addictedtor.free.fr/graphiques/) and the "Statistics with R" site (http://zoonek2.free.fr/UNIX/48_R/all.html), but I can't seem to find what I'm looking for.
Here is the type of plot I would like to draw:
(1) 2-D three axis plot where each axis is separated by 120-degrees (would be great if the number of axis
2004 Mar 04
10
"Statistiques avec R"
Dear R users,
I want to share my joy with you. Please see the following
excellent introduction to R "Statistiques avec R " by
Vincent Zoonekynd
http://zoonek2.free.fr/UNIX/48_R/all.html
In paticular, you can see a lot of fascinating graphics
examples of R from which you can get many hints.
Soryy if this is already well-known, but the CRAN search
did not show nothing with the keyword
2002 Jun 26
0
AW: sapply() and Monte Carlo
What about "Rtips" at http://lark.cc.ukans.edu/~pauljohn/R/statsRus.html ?
Regards,
Heinrich.
> -----Urspr?ngliche Nachricht-----
> Von: rossini at blindglobe.net [mailto:rossini at blindglobe.net]
> Gesendet: Mittwoch, 26. Juni 2002 14:48
> An: r.hankin at auckland.ac.nz
> Cc: r-help at stat.math.ethz.ch
> Betreff: Re: [R] sapply() and Monte Carlo
>
>
>
2004 Oct 16
2
moving functions between namespaces
Hi all,
I'm a newbie wrt R but that's okay, since I don't do any programming
in R. What I do need to do is to administrate the activites of an R
programmer, so my questions will be related to adminning R as opposed
to statistcal programming. I hope that's okay with y'all. :-)
I've been through most of the docs that I could find (the PDFs,
StatsRUs, etc.) and I've
2005 Dec 06
0
Home Directory creation
Hello,
I know this has been asked before but I have yet to find an answer so I'm
sorry in advance to repost the question.
I have Samba 3 installed and have it joined to an AD Domain with Winbind and
such. I also have it creating home folders on the fly using mkhomedir.so and
everything is working!! Now, here is the question, is there away that I can
not have it create a directory for each
2007 Jul 04
1
Lookups in R
Hey all; I'm a beginner++ user of R, trying to use it to do some processing
of data sets of over 1M rows, and running into a snafu. imagine that my
input is a huge table of transactions, each linked to a specif user id. as
I run through the transactions, I need to update a separate table for the
users, but I am finding that the traditional ways of doing a table lookup
are way too slow to
2001 Apr 10
2
clear R-objects inside a function?
Using RedHat Linux 7.0, R-1.2.2, R-hdf5-1.2 library,
I want to load a dataset, do some stuff with it, then erase its objects,
get an other, repeat. My friend wrote a function which tried to clear
away all the objects. At the end, it uses rm() to remove objects. This
is the same way we do it interactively, from the R prompt:
testLoadSeveralHDF <- function(numFiles) {
for (i in
2001 Jul 20
0
A very good R Tips page -- why no link to it?
Dear all,
Once in the past I found somehow a very good R Tips page and I was directed to
it again recently. It is compiled by Paul Johnson and can be found at
http://lark.cc.ukans.edu/~pauljohn/R/statsRus.html It helped me a lot, since
it is thematically structured (as opposed to the mailing list itself) and
answers many questions that occurs to an R beginner who had already done many
operations
2002 May 02
0
tab complete for R under ESS
> System info:
> R Version 1.4.1 (2002-01-30) on Windows 2000
> ESS v. 5.1.20 using emacs ver. 21.1.1
Colleagues
Some time ago I asked about tab complete functionality for R under
ESS on windows. I never got it working as well as I might have liked until
today. It is still slow the first time while all the environments are checked
but after that it works well.
The solution below
2006 Aug 24
6
Intro to Programming R Book
I am new to R and am looking for a book that can help in learning to
program in R. I have looked at the R website suggested books but I am
still not sure which book best suite my needs. I am interesting in
programming, data manipulation not statistics. Any suggestions?
Raphael
2000 Aug 31
0
Re: R-Gnome. I don't want abuse!
I'm getting some abuse for asking about R-Gnome and I don't think it is
fair. I did not create that project, I was just asking how it was going
and whether that other project would help out.
Now I'm getting some email that says some of you don't want a GUI
interface because you think interfaces like that are inconvenient. OK.
I agree, in most cases. I think GUIs for model
2004 Jan 11
0
Top 10 R Features
It seems to be the time of the year for top 10 lists both
looking backwards
(e.g. films: http://www.msnbc.msn.com/id/3660638/ )
and forwards
(e.g. trends: http://www.wfs.org/forecasts.htm )
In this light I think we need a list of the top 10 features
that users think R needs. Some of these are concrete while
others are vague. By R, I am referring to the entire R system
including packages, not
2002 Aug 05
3
Formatting POSIXt values in plot axis labels
Hello.
I have an XYY series that I would like to graph with matplot() or some
other single function that will do the trick.
The X in question is a vector of POSIXt values obtained from strptime().
Is it possible to tell matplot() how to handle POSIXt x values?
I have examined the examples at
http://lark.cc.ukans.edu/~pauljohn/R/statsRus.html#5.22 , but would
prefer not have to overlay the