Subjects
Home
Reasons to Use R
Block comments in R?
R in Industry
Wikibooks
Conservative "ANOVA tables " in lmer
read spss (package foreign) and SPSS 15 0 files
importing excel file
Ryacas not working properly
Making a case for using R in Academia
eval(parse(text vs get when accessing a function
New project: littler for GNU R
Reading fixed column format
sas get problem
screen resolution effects on graphics
do call( "+ ", )
axis command and excel time format
Making TIFF images with rtiff
Test internet presence
how to get "lsmeans "?
Off topic:Spam on R help increase?
kate editor for R
Install RMySQL with R 2 4 0
Barplot
Rserve and R to R communication
Re: R package development in windows BayesianFilter detected
Statitics Textbook any recommendation?
to draw a smooth arc
regular expression
Hardware for a new Workstation for best performance using R
Bad optimization solution
Suggestions for statistical computing course
Evaluation of defaults in functions
help comparing two median with R
zero random effect sizes with binomial lmer
lattice and several groups
subsetting, aggregating and zoo
Matrix multiplication using apply() or lappy() ?
R package development in windows
Lining up x y datasets based on values of x
Debugging R 's code: boxplot stats
A function for raising a matrix to a power?
subset
Replacement in an expression can 't use parse()
[R] Timings of function execution in R [was Re: R in Industry]
acos(0 5) == pi/3 FALSE
Help with interfacing C & R
R and clinical studies
read fwf and header
setting new working directories
random uniform sample of points on an ellipsoid (e g WG
Weighted least squares
Loop with string variable AND customizable "summary " output
rename cols
Regarding Vista
Multiple Conditional Tranformations
multinomial logistic regression with equality constraints?
A coding question involving variable assignments in ifelse()
help went away from top emacs window : (
Large matrix into a vector
scripts with littler
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
rhelp
Page 495 of 675 Previous 100   Previous 10   491   492   493   494   495   496   497   498   499   500   Next 10   Next 100  

Converting a list from R to Stata

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?

Multilevel logistic regression using lmer vs glmmPQL vs.gllamm in Stata

>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 going

filter data set unique, duplicate..

Hello 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

filtering a dataset, loop,unique duplicate?

R: histograms and ylim

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???

regression data set

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 a

Multilevel logistic regression using lmer vs glmmPQL vs. gllamm   in Stata

Am 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

Multilevel logistic regression using lmer vs glmmPQL vs. gllamm in Stata

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/~ah

regexpr and portability issue

Try 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

how to test this

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 v

regexpr and portability issue

Dear 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 betwee

hash code for arbitrary object

Can 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

prcomp eigenvalues

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 -- Rebecc

Trouble with SciViews-R 0.7-3, SciViews R 0.8-7, and Tinn-R 1.16.1.5

Hello 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 Sc

breaking command in command line in R for Mac Aqua

I '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 d

cut.Date functionality for chron date/time objects

Hello 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] (

parallel computing in R

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

memory limit

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 )

Loop problem

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 "]

Hmisc / Design question

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

reading in and mps file

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 an

Help with sas.get

I 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. Am

simplifying a lmer model

I 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

problem using evaluating a formula

##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

multiple scale

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 th

a question about data manipulation

Dear 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

mod_R: The R/Apache Integration Project

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 's

plotting 3 functions on same graph

hi 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.

how to print a data.frame without row.names

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 <-

Contour plot crest line

Any suggestions about drawing the ridge line on a response surface represented as a contour plot?
Page 495 of 675 Previous 100   Previous 10   491   492   493   494   495   496   497   498   499   500   Next 10   Next 100