  | |  | rhelp |
Dear all
I have a list containing 150 simulated datasets in R. Is there a way to
convert it to the Stata format such that I will be able to apply some Stata
functions on each dataset in the list?
>On Wed 3 Aug 2005 Bernd Weiss wrote
>
> > I am trying to replicate some multilevel models with binary outcomes
> > using R 's "lmer " and "glmmPQL " and Stata 's gllmm respectively.
>
>That 's not goingHello
First thanks for the help for an earlier question about error handling!
I have problem filtering a dataset.
I 'm trying to filter the data in the y columns based on the values in the x
column
hi all
a very simple question once again!!!
can we change the "y " range in a histogram?
e.g.
x rnorm(1000)
hist(x ylim 0.5 prob T) #this does not work
any suggestions???
Hi
I suggest to give a look to
�Practical Regression and Anova using R� by Julian
Faraway
http //cran.r-project.org/doc/contrib/Faraway-PRA.pdf
http //www.stat.lsa.umich.edu/~faraway/book/
see aAm 3 Aug 2005 um 7 52 hat Bernd Weiss geschrieben
[..]
Sorry I forgot to mention which R version I am using
> version
_
platform i386-pc-mingw32
Dear all
I am trying to replicate some multilevel models with binary outcomes
using R 's "lmer " and "glmmPQL " and Stata 's gllmm respectively.
The data can be found at <http //www.uni-koeln.de/~ahTry this. The regular expression says to match
- anything
- followed by a double underscore
- followed by one or more digits
- followed by an underscore
- followed by anything.
The digits have Dear there
I am wondering how to test whether a simple linear regression model
(e.g. y 1.05x) is significantly different from a 1 to 1 line (i.e. y x).
Thanks.
Regards
Jin
[[alternative HTML vDear all--
I am still forging my first arms with R and I am fighting with regexpr() as
well as portability between unix and windoz. I need to extract barcodes from
filenames (which are located betweeCan anyone suggest a simple way to calculate a 'hash code '
from an arbitrary R object?
hash(x) should return an integer or string
with the property that
if hash(x) ! hash(y) then x and y are Hello
Can you get eigenvalues in addition to eigevectors using prcomp? If so how?
I am unable to use princomp due to small sample sizes.
Thank you in advance for your help!
Rebecca Young
--
RebeccHello everybody
I am new to using Windows and R and have been experimenting with various
packages.
I recently installed R 2.1.1 under Windows XP SP2 and tried installing the
latest versions of ScI 'm using R for Mac Aqua version 2.1.1
If at the command line I type
ls(
and then a return the command line prompt changes to
a plus sign indicating that the command has not been
completed. How dHello
I 've encountered the need to cut some chron objects of the form
R > mychron <- chron(sort(runif(10 0 10)))
R > mychron
[1] (01/01/70 16 36 20) (01/02/70 00 08 46) (01/03/70 16 54 49)
[4] (Hi is there an excellent source of documentation for
installation configuration of R packages
(Rmpi snow rsprng etc.) for parallel computing on
linus system?
Thanks
Hi is it possible to increase the memory limit to
infinite so that I don 't need to worry about whether
it is enough or not? In S-plus you can do this by
setting
options( memory as.integer( Inf )Dear everyone
I am a new user would like to combine these code together by using a
loop each function has three value as Tr 1 - 3 how can i combine
together?
logitTr1 <-logit[logit[ "Study "]All
I have been reading Dr. Harrell 's excellent
"Regression Modeling Strategies " book and trying out
the exercises. I understand that contrast( ) is used
to obtain contrasts between two variables Hi all
How does one read in an mps file and store it in a matrix as is. I have
pasted the format of the file. I have implemented an mps writer but would
like to have the capability to read in anI am running R 2.0.1 on Windows trying to import a SAS dataset into R
using sas.get.
It is a small SAS dataset but when I write the command the SAS window
opens but never appears to complete. AmI have been using lmer in lme4() to analyse the effect of dropping a term from
the model as below
anova.name <-anova(m1 m2)
Where m1 is an original model and m2 has one term removed. I can then creat##data
y1 <- matrix(c(3 1 0 1 0 1 1 0 0 0 1 0 0 0 1 1 0 1 1 1)
nrow 5 byrow TRUE)
y2 <- matrix(c
(3 0 10 3 3 0 0 1 1 0 0 0 0 0 1 0 1 0 0 2 1 0 1 1 0 2 1 1 4 1)
nrow Hi all
i need to put on one graph 2 functions who 's x axis is the same and y not.
I mean on horizontal the time and on vertical left pressure on vertical right rpm of a motor is R able to do thDear R-user
I have a simple question I just can 't figure out a easy way to handle it.
My importing data x is like this
COL1 COL2 id
1 12 49 1
2 70 120 1
3 58 124 1
51 14 13 2
52 88 100 2
53 90
What is it?
-----------
mod_R is a project dedicated to embedding the R interpreter inside
the Apache 2.0 (and beyond) web server for the purpose of writing web
applications in R. It 'shi all
I wish to draw on the same graphic device 3 functions.
But i don 't want them to be on different graph i want to compare them on the same
I don 't need mfrow or mfcol I need something else.Dear All
is there a simple way to print a data.frame without its row.names?
example
datum <- as.Date(c( "2004-01-01 " "2004-01-06 " "2004-04-12 "))
content <- c( 'Neujahr ' 'Hl 3 K. ' 'Ostern ')
df1 <-Any suggestions about drawing the ridge line on a response surface
represented as a contour plot?
 |
|
 |