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 201 of 675 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  

Probabilites for all groups using knn function in R

Hello dear useR Is there anyways to get the posterior probabilites for each group by using knn() instead of only get the proportions of winning class? Example knn(train Train[ -c(1 3)] test Test

augPred plot in nlme library

All I 'm trying to create an augPred plot in the nlme library similar to the plot on p.43 of Pinheiro & Bates (Mixed Effects Models in S and S-Plus) for their Pixel data. My data structure is th

labeling graphs

I am trying to add text at specific location on my graph. I know this can be done in R but I can 't recollect. I was trying using locator() to identify the position and use identify() but I can get i

reading images in R

Are there functions to read image files in jpg gif or even a pdf file? Thanks ../Murli [[alternative HTML version deleted]]

pairwise.t.test vs. t. test

Hi If I set the p.adjust "none " does it meant that the output p values from the pairwise.t.test will be the same as those from individual t.tests (set var.equal T alternative "t ")? I actually got

Running wilcox.test function on two lists

Dear all I 'm a newbie to R and I would really apperciate any help with the following I have two lists l1 and l2 l1 $ "A*0101 " [1] 0.076 0.109 0.155 0.077 0.09 0 0 0.073 [9] 0.33 0.0034 0.005

October R/Splus course @ 3 locations *** R/Splus Fundamentals and Programmin

XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce our 2-day October 2006 "R/S-plus Fundamentals and Programming Techniques " www.xlsolutions-corp.com/Rfund.htm *** Washington D

Running/submitting script files

All Is there any way to run an R script file (i.e. *.R) from the command prompt in the console window. Ultimately I 'm looking to put such code in a script file so that it can set off other R s

plot image matrix with row/col labels

I 'm working with an historical image that may be (one of?) the first uses of gray-scale shading to show the pattern of values in a matrix/table later used by Bertin in his 'reorderable matrix ' and

Important stat dates

On Thu 2006-09-07 at 11 57 -0500 Erin Hodgess wrote > Dear R People > > Way Off Topic > > Is anyone aware of a website that contains important dates > in statistics history please? > > Maybe

rgdal on a Mac

I am trying to install the rgdal package on my Mac OS X 3.9. I downloaded and installed the GDAL libraries from Fink and then tried to install rgdal and got the following message. I tried to deter

Important stat dates

Dear R People Way Off Topic Is anyone aware of a website that contains important dates in statistics history please? Maybe a sort of "This Day in Statistics " please? I thought that my students

area between two curves, but one is not continuous

Hello I want to colorize the area between two curves but one of these curves isn 't continuous. The best solution I found is the 2nd example in the help of polygon but how can I get no area fillin

Problem with Variance Components (and general glmmconfusion)

Dear Dr Bates Many thanks for such a useful response to my problem. Regarding Variance Components ..... The VarCorr function runs fine for lmer objects once the nlme package is removed.

counting process form of a cox model (cluster(id))?

Hi I am currently analysising a counting process form of a cox model allowing for the inclusion of time dependent covariates. An example model I have fitted is modlqol <-coxph(Surv(Tstart Tstop ce

Axes of a histogram

Hello everyone I would be glad if you could help out an R-beginner here... I have a vector of categorial data like this > v <- c(1 1 2 2 2 3 3 4 4 4) When I do > hist(v) I get the x-axi

merging tables by columns AND rows

Hi everyone! I have 100 tables of the form XCOORD YCOORD OBSERVATION 27.47500 42.52641 177 27.48788 42.52641 177 27.50075 42.52641 179 27.51362 42.52641 178 27.52650 42.52641 180 27.53937 42.52641 17

Stacking a list of data.frames

Dear list I have a list of data.frames (generated by "by ") that I want to "stack " into a single data.frame. I can do this by cbind but only by subsetting the list explicitly like this cbind(l[

Conservative "ANOVA tables " in lmer

Dear lmer-ers My thanks for all of you who are sharing your trials and tribulations publicly. I was hoping to elicit some feedback on my thoughts on denominator degrees of freedom for F ratios i

barplot: different colors for the bar and the strips

Hi I am using barplot and would like to know if it is possible to have bars filled with one color while use a different color for the shading lines. The following code colors the shading lines le

legend problems in lattice

Hi! Im sorry to bother you but I cant fix this. I use the lattice function levelplot and I want the colorkey at the bottom how do I get it there? I have tried changing colorkey.space and changing i

Model vs. Observed for a lme() regression fit using two   variables

Hi CG I think that the best pair of summary plots are 1) the fitted values without random effects against the observed response variable and 2) fitted values with random effects against the o

Model vs. Observed for a lme() regression fit using two variables

Dear all. R 2.3.1 W2k. I am working with a field trial series where for the moment I do regressions using more than one covariate to explain the protein levels in malting barley. To do this I

odfWeave Version 0.4.4

Version 0.4.4 of odfWeave is available from CRAN. A Windows binary should be available shortly. This version requires base R version 2.3.1 or greater. Changes from the last version include - Non-

how to create time series object

hi all i have date and the return series like below but the dates are not in uniform intervals. Please show me the way how to create a time series in 'R ' so that dates are also associated with th

Alternatives to merge for large data sets?

Hello I am trying to merge two very large data sets via pubbounds.prof <- merge(x pubbounds y prof by.x "user " by.y "userid " all TRUE sort FALSE) which gives me an error of Error cannot allocat

stratified poisson regression

Hello I 'm fitting poisson regression to mortality data and wish to stratify by age. Is there any way to perform this stratification and use the glm function in R? Thanks Hannah Murdoch __________

graphics - joining repeated measures with a line

I would like to join repeated measures for patients across two visits using a line. The program below uses symbols to represent each patient. Basically I would like to join each pair of symbols. l

How to get multiple partial matches?

Hi I 'm very new to R and am not at all a software programmer of any sort. I appreciate any help you may have. I have figured out how to get my data into a dataframe and order it alphabetically

continuation lines in R script files

When I have to enter a very large matrix into the R console I can make use of the continuation feature in the console to enter the matrix in pieces (e.g. on a row by row basis). So for example
Page 201 of 675 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100