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 8 of 675 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  

parsing an lmer error with interaction term

I 'm trying to specify a model using lmer with a binary response and interaction term but I get an error I can 't parse (see below). Here is some sample data Subject Concord Age Disc SVC999

Error in X11(display, width, height, pointsize, if (is.null(gamma)) 1 else g

Hey I 've been using R for several years and I just upgraded my system and all of a sudden I 'm getting the above message. Here it is again Error in X11(display width height pointsize if (is.nul

Problem with R CMD BATCH on R-2.5.0 due to Sys.unsetenv not available

Hello I am working on an unix SunOS machine ( sun4u sparc) and since the last release of R -R version 2.5.0 (2007-04-23) - I have got troubles during the execution of batch command. For examp

R and batch

hello I wanna know how can I use R in batch if it 's possible thanks

Odp: x axis problems

Hi r-help-bounces@(protected) napsal dne 14.05.2007 13 45 25 > I have been searching for the R manual unable to solve my problem. > > Questions > > 1) How can I put the x axis at the top o

Is data copyrightable?

Hadley The relevant case law in the USA is Feist Publications v. Rural Telephone Corp. (499 U.S. 340 1991). In this case one phone book publisher basically lifted a competing publisher 's listings

x axis problems

I have been searching for the R manual unable to solve my problem. Questions 1) How can I put the x axis at the top of the plot? 2) I am plotting data from a CTD. I want to add series sal obs and

lmer function

Does anyone know if the lmer function of lme4 works fine for unbalanced designs? I have the examination results of 1000 pupils on three subjects one score every term. So I have three scores for Engl

New mailing list: R for psychology research

Hello all There 's a new mailing list for researchers in psychology who are learning and using R. New users of R are especially welcome. To join venture to http //www.jiscmail.ac.uk/archives

Odp: number of days

Hi it will partly depend on which format of dates you use but usually it is as easy as > dates <- c( "02/27/92 " "02/27/92 " "01/14/92 " "02/28/92 " "02/01/92 ") > ddd <-as.Date(dates "%m/%d/%y ") > d

Make sign test show test statistics

When I perform a two-tailed sign test with the following simple syntax binom.test(59 100) R returns a P-value (0.088) but nothing else. As I want the result for a one-tailed test I take P/2 0.04

Dropdown boxes in tcltk and R

Hello I 'm very much a newbie in R and more so in tcltk so apologies if this question is stupid. Basically I am trying to use the combobox example found here http //bioinf.wehi.edu.au/~wettenhal

a question about spatial autocorrelation in R

Dear all I am currently facing a problem related to the spatial autocorrelation of a sample of stations these stations supply weekly data for a fixed time-window during the year (namely 4-6 mont

suppressing outliers in ggboxplot

Hi. How can I suppress those red dots from ggboxplot output in package ggplot? This is especially a nuisance when adding a jitter (as it is done in the end of the package vignette). Bests Antonio. -

Excel data into R

Hello to all How can I make R read the data from an Excel sheet? thanks ozlem [[alternative HTML version deleted]]

adding custom details to ggplot subplots

Hi all. Consider the following example from ggplot vignette ggpoint( ggplot(tips .~sex ae list(y tip x total_bill)) ) You have one scatterplot per sex. With 'ggabline ' I can add one or more line

number of days

Hi some of you knows how to calculate in R the number of days between given dates? issue relevant in option pricing thanks robert -- View this message in context http //www.nabble.com/number-of-

Odp: Conditional Sums for Index creation

Hi there probably is not an easy out of box solution. Some use can be in rle function e.g. > apply(apply(ac 2 function(x) (is.na(x))) 2 function(x) rle(x)$values[1]) V1 V2 V3 V4 V5

logrank

hie is it possible to get the code for the logrank test l just need the chisquared value. thanks

Conditional Sums for Index creation

Hi Apologies for the long mail. I have a data.frame with columns of price/mcap data for a portfolio of stocks and the date. To get the total value of the portfolio on a daily basis I calculate row

Nicely formatted summary table with mean, standard deviation or number

Prof Harrell Thanks for the hint! I am using Hmisc 3.3-2 on R version 2.5.0 with windows XP. I saw the argument "prmsd T " in the help for summary.formula() and couldn 't understand how to make

Nicely formatted summary table with mean, standard deviation or number a

Keith Wong wrote > Dear all > > The incredibly useful Hmisc package provides a method to generate > summary tables that can be typeset in latex. The Alzola and Harrell book > "An introduction t

Nicely formatted summary table with mean, standard deviation or number and p

Dear all The incredibly useful Hmisc package provides a method to generate summary tables that can be typeset in latex. The Alzola and Harrell book "An introduction to S and the Hmisc and Design

Predicted values from a logistic model

Hello - I apologize if this question is simple/obvious but I couldn 't find a satisfactory answer online and I am not very accustomed to working with R (Matlab is my poison. -)). Any help would

Error in dimnames(x) <- dn

Hi everyone I import data from access and make an object (c) store the data when I want to use it in function mnp it gives the below error Error in dimnames(x) <- dn length of 'dimnames ' [2]

") from a character strin

here is one way using 'sub ' > x <- c( "testdata[3] " "testdata[-4] " "testdata[-4g] ") > sub( ".*\\[(.*)\\].* " "\\1 " x perl TRUE) [1] "3 " "-4 " "-4g " > x.func <- function(x){ sub( ".*\\[(.*)\\].* "

factanal

Hello Guys I have problem with the factanal function I dont understand why it tells me everytime "2 factors is too many for 3 variables " data set http //www.statistik.tuwien.ac.at/public/filz/stu

Mclust help

Hi quick question from a social scientist new to R how do I add labels/row names to the nodes in coordProj / plot.Mclust plots? Apologies if this is a silly question... Thanks. --

") from a character string?

I have a text string that contains text within two brackets. e.g. "testdata[3] " "testdata[-4] " "testdata[-4g] " I wish to "extract " the string enclosed in brackets? What is a good way to do this?

Multivariate Outlier Detection - Robust

Dear all Whilst reading a book on robust statistics in particular a section on multivariate outlier detection I came across the functions outmve outmgv and outpro. I tried the help.search comm
Page 8 of 675 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100