Peter,
There is a function called codebook as part of the memisc package that probably
does what you want.
See also the package vignette:
http://cran.r-project.org/web/packages/memisc/vignettes/anes48.pdf
library(memisc)
fn <- "NILT12w2.por"
dat <- spss.portable.file(fn)
codebook(dat)
names(dat
Here is an example using grid functions, based on an example from Deepayan
(https://stat.ethz.ch/pipermail/r-help/2005-April/069459.html)
I hope this helps.
library(grid)
library(lattice)
ft <-
grid.layout(nrow = 2, ncol = 4,
heights = unit(rep(1, 2), "lines"),
widt
Hi Lucas,
A similar question was raised on R-help about 10 years ago.
Take a look at David Firth's amended "quasipoisson" function here:
https://stat.ethz.ch/pipermail/r-help/2003-January/028743.html
I hope this helps
Markus
-Original Message-
From: r-help-boun...@r-project.org [mailto:
Hi Matt,
In general my first approach would be to contact the package maintainer/author
with questions.
The World Bank example with monthly data runs quite smoothly on my PC using
Windows XP and IE7.
However, I can see that the performance deteriorates compared to the original
demo.
The gvisM
Salaam,
If you would like to display the chart online than the googleVis package might
be helpful.
The package provides you with an interface to the Google Visualisation API.
Here is an example with a map of the population on the central Asian countries:
library(googleVis)
## googleVis comes wit
Hi Mark,
I believe the argument you are looking for is column not ncol.
Try the following:
library(lattice)
xyplot(1~1,
auto.key=list(
bty='n',
pch=rep(c(15,17),2),
col=c('brown','green','blue','red'),
columns=4,
text=c('How','to make','this into', 'a grob?'),
space="top"
))
Regards
Mar
ts ",
footer=map1$html$footer)),
class=c("gvis", "list")
)
plot(ComboChart)
I hope this helps.
Kind regards,
Markus
-----Original Message-
From: Mike Marchywka [mailto:marchy...@hotmail.com]
Sent: 09 June 201
Hi all,
This issue occurs with googleVis 0.2.4 and RJSONIO > 0.7.1.
Version 0.2.5 of the googleVis package has been uploaded to CRAN two
days ago and should have fixed this issue.
Can you please try to update to that version, e.g. from
http://cran.r-project.org/web/packages/googleVis/
Further ver
I think, you are looking for ?llist in the package Hmisc.
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Rune Schjellerup Philosof
Sent: 12 March 2010 09:46
To: Linlin Yan
Cc: r-help@r-project.org
Subject: Re: [R] Creating named li
You could send a message to Twitter, see:
http://finzi.psych.upenn.edu/R/Rhelp08/2009-February/187822.html
Regards
Markus
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On Behalf Of Charles C. Berry
Sent: 05 March 2009 17:03
To: nhawrylyshyn
Hi all,
A colleague of mine wrote a little function to send messages to twitter:
update <- function(status){
method <- "http://twitter.com/statuses/update.xml?status=";
encoded_status <- URLencode(status)
request <- paste(method,encoded_status,sep = "")
postForm(request,.opts = opts)
}
See also:
Dear Eleni,
Maybe the participants of the useR conferences are a good start, see
e.g.
http://www.r-project.org/useR-2006/participants.html
Kind regards,
Markus Gesmann
FPMA
Lloyd's Market Analysis
Lloyd's * One Lime Street * London * EC3M 7HA
Telephone +44 (0)20 7327 6472
Fax +44 (0)20 73
12 matches
Mail list logo