Re: [R] R and Windows Vista

2007-08-31 Thread Prof Brian Ripley
On Thu, 30 Aug 2007, Jan Budczies wrote: Hello group, it is reported (R for Windows FAQ) that R runs under Windows Vista. However, does someone here have experience with R under Vista 64 and large (3 or 4 GB) memory? Yes, the person who wrote the FAQ entry does. Note that the distributed

Re: [R] Incomplete Gamma function

2007-08-31 Thread Prof Brian Ripley
to find out what R package gsl does. Why it differs from the usual references is something for you to explain. Wikipedia http://en.wikipedia.org/wiki/Incomplete_gamma_function distinguishes them, as does MathWorld. I suggest you add a clarification to the gsl package as to what the 'incomplete gamma

[R] by group problem

2007-08-31 Thread Cory Nissen
for percentOld per state, I also want the corresponding County. I think I'm close, but I just can't get it... Thanks cn [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

[R] Automatic anchors for text boxes

2007-08-31 Thread Yves Moisan
the line. TIA -- View this message in context: http://www.nabble.com/Automatic-anchors-for-text-boxes-tf4360108.html#a12426263 Sent from the R help mailing list archive at Nabble.com. __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

[R] Odp: by group problem

2007-08-31 Thread Petr PIKAL
]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. __ R

Re: [R] Saving plot into file

2007-08-31 Thread Yves Moisan
uv wrote: Hello. I am using R with Mac X11. I am looping through a few hundreds of text lines, making a plot() for each of them. I would like to save these plots graphical images into separate graphical files and I didn't succeed doing that. I would be grateful for any suggestion. Use

[R] Variance explained in mixed models

2007-08-31 Thread Simon Pickett
__ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Variance explained in mixed models

2007-08-31 Thread Doran, Harold
Ahh, the key to getting what you want is to ask the same question over and over again. This question is not about R and an answer can be found in all basic books on hierarchical linear models. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon

Re: [R] by group problem

2007-08-31 Thread Gabor Grothendieck
County. I think I'm close, but I just can't get it... Thanks cn [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] Single plot multiple levels in x?

2007-08-31 Thread Uwe Ligges
(The plot was done in another package). The plot is included only to reference the structure of the x-axis. I can't get R to do something similar. State - seq (1:5); posi - seq (0.5,62525,199.233) mydf-NULL; for ( i in 1:5) { df1-data.frame(i,posi); mydf - rbind(mydf,df1

[R] About = in command line in windows.

2007-08-31 Thread Vladimir Eremeev
It seems, I don't understand something, or there is a bug in R. I have made some experiments after my yesterday post about using = with -e switch to the Rscript. Now, I've found: (1) C:\users\wl\trainings\rrscript --verbose -e mean(x=1:3) running 'C:\Program Files\R\bin\Rterm.exe --slave

Re: [R] Incomplete Gamma function

2007-08-31 Thread Robin Hankin
don't *need* this, but you do need the GSL documentation to find out what R package gsl does. Why it differs from the usual references is something for you to explain. Wikipedia http://en.wikipedia.org/wiki/Incomplete_gamma_function distinguishes them, as does MathWorld. I suggest you add

Re: [R] Incomplete output with `sn' library package

2007-08-31 Thread Uwe Ligges
and my code. I'm using R, version 2.5.0. My OS is a Mac, (version Tiger). The sn package is Version 0.4-1 My code was as follows: mydata - read.table(url(http://www.statsci.org/data/oz/ ais.txt), header = T) attach(mydata) a - msn.fit(X = cbind(1,Ht,Wt), y = BMI, control = list

[R] Fwd: data frame row manipulation

2007-08-31 Thread Calle
]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] memory.size help

2007-08-31 Thread Andris Jankevics
__ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] data frame row manipulation

2007-08-31 Thread Calle
help??? [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self

Re: [R] in cor.test, difference between exact=FALSE and exact=NULL

2007-08-31 Thread Peter Dalgaard
__ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- O__ Peter Dalgaard Øster

Re: [R] data frame row manipulation

2007-08-31 Thread Gabor Grothendieck
77 # who can help??? [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] Fwd: data frame row manipulation

2007-08-31 Thread Chuck Cleland
__ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Chuck Cleland, Ph.D. NDRI, Inc

Re: [R] by group problem

2007-08-31 Thread Cory Nissen
) Error in aggregate.data.frame(as.data.frame(x), ...) : 'FUN' must always return a scalar Thanks cn From: Petr PIKAL [mailto:[EMAIL PROTECTED] Sent: Fri 8/31/2007 8:15 AM To: Cory Nissen Cc: r-help@stat.math.ethz.ch Subject: Odp: [R] by group problem Hi

Re: [R] size limitations in R

2007-08-31 Thread Daniel Lakeland
On Fri, Aug 31, 2007 at 01:31:12PM +0100, Fabiano Vergari wrote: I am a SAS user currently evaluating R as a possible addition or even replacement for SAS. The difficulty I have come across straight away is R's apparent difficulty in handling relatively large data files. Whilst I would

Re: [R] About = in command line in windows.

2007-08-31 Thread Prof Brian Ripley
On Fri, 31 Aug 2007, Vladimir Eremeev wrote: It seems, I don't understand something, or there is a bug in R. A limitation in command-line parsing which is Windows-specific. Don't use -e for complex expressions, as the quoting is getting removed by your shell. In Windows both the shell

[R] gsub warning message

2007-08-31 Thread Talbot Katz
Hi. I am using R 2.5.1 on a Windows XP machine. Here is an example of a piece of code I was running in older versions of R on the same machine. I am looking for underscores and replacing them with periods. This result is from R 2.4.1: gsub ( \\_+,\.,AAA_I) [1] AAA.I Here is what I get

[R] Saving plot into file

2007-08-31 Thread uv
Hello. I am using R with Mac X11. I am looping through a few hundreds of text lines, making a plot() for each of them. I would like to save these plots graphical images into separate graphical files and I didn't succeed doing that. I would be grateful for any suggestion. -- View this message

Re: [R] gsub warning message

2007-08-31 Thread Uwe Ligges
Talbot Katz wrote: Hi. I am using R 2.5.1 on a Windows XP machine. Here is an example of a piece of code I was running in older versions of R on the same machine. I am looking for underscores and replacing them with periods. This result is from R 2.4.1: gsub ( \\_+,\.,AAA_I) [1

Re: [R] Bugreport on integration of Sweave and latex beamer

2007-08-31 Thread Friedrich Schuster
} \title{ The R Project ... } \author{ Me } \date{\today} \begin{document} \pgfdeclareimage[height=1cm]{logo}{./img/Rlogo} \logo{\pgfuseimage{logo}} \frame{\titlepage} \section[Übersicht]{} ... snip ... \begin{frame}[containsverbatim] \frametitle{\texttt{search()}} Zeigt geladene

[R] Day Count Convention

2007-08-31 Thread Andreas Wittmann
Hi everybody, i'm working on the next version of the CreditMetrics package. So i have the question, are there any functions or packages which have have the functionality to calculate dates with a certain day count convention like act/360 or 30/360? Intensive search in the r-help archive

Re: [R] size limitations in R

2007-08-31 Thread Gabor Grothendieck
SAS was developed many years ago when computers were far less powerful so its heritage is that it is very efficient and its unlikely that R or other modern software will match SAS in that respect. The development version of the sqldf R package provides an interface which simplifies the use

[R] problem with recursive unlink on Linux Fedora 7

2007-08-31 Thread Mark W Kimpel
behavior? If it will not work on my platform, is there an alternative set of commands that will accomplish the same thing? Thanks, Mark unlink(x = tmp.dir, recursive = TRUE) sessionInfo() R version 2.6.0 Under development (unstable) (2007-08-29 r42686) i686-pc-linux-gnu locale: LC_CTYPE=en_US.UTF-8

Re: [R] Day Count Convention

2007-08-31 Thread Dirk Eddelbuettel
or 30/360? Intensive search in the r-help archive or in the | manuals did not bring any solution. The QuantLib project contains a lot of those, see quantlib.org. So we could write a few more wrappers for RQuantLib to make these functions available in R. Have a look at RQuantLib: currently

Re: [R] Saving plot into file

2007-08-31 Thread Bert Gunter
?Devices e.g. ?pdf Bert Gunter Genentech Nonclinical Statistics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of uv Sent: Friday, August 31, 2007 5:41 AM To: r-help@stat.math.ethz.ch Subject: [R] Saving plot into file Hello. I am using R with Mac X11

Re: [R] by group problem

2007-08-31 Thread Henrique Dallazuanna
(as.data.frame(x), ...) : 'FUN' must always return a scalar Thanks cn From: Petr PIKAL [mailto:[EMAIL PROTECTED] Sent: Fri 8/31/2007 8:15 AM To: Cory Nissen Cc: r-help@stat.math.ethz.ch Subject: Odp: [R] by group problem Hi I am working with census data

Re: [R] Automatic anchors for text boxes

2007-08-31 Thread Greg Snow
: Friday, August 31, 2007 7:21 AM To: r-help@stat.math.ethz.ch Subject: [R] Automatic anchors for text boxes Hi All, I'm struggling to add text automatically to plots. I have a series of scatterplots that I have stored in a script because the underlying data changes often and the plots

Re: [R] memory.size help

2007-08-31 Thread dxc13
I have 512 MB RAM with a 1.5 GHz processor. The dataset I am working with increases with size with every iteration of the function that I am writing. R can handle the input data which is about 10,000 records, and a single iteration with 19,500 observations. After this, I get the memory.size

Re: [R] Bugreport on integration of Sweave and latex beamer

2007-08-31 Thread Ajay Shah
know the answer. __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] size limitations in R

2007-08-31 Thread Wensui Liu
can't agree more with Danial. I love sqlite db and use it to exchange data between R, python, and SAS. data stored in sqlite is 100 times better than in csv, because all data attributes can be preserved. On 8/31/07, Daniel Lakeland [EMAIL PROTECTED] wrote: On Fri, Aug 31, 2007 at 01:31:12PM

Re: [R] multiple colors within same line of text

2007-08-31 Thread David Dailey
such as col='red'Red/col is red and col='blue'Blue/col is blue, then do the same thing as the three mtext calls above... --David Dailey Shoreline, Washington, USA __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Bug?

2007-08-31 Thread Deepayan Sarkar
On 8/31/07, Uwe Ligges [EMAIL PROTECTED] wrote: Johanna Hasmats wrote: Hi! How can I get around in R 2.5.1 in Windows: Error in strsplit(linebuffer, ) : object linebuffer not found Why should this be a bug in R, if you have no object named linebuffer in the environments

Re: [R] gsub warning message

2007-08-31 Thread Talbot Katz
Thank you for the swift response. It looks like the code works the same way with or without the \\ in either the search string: { \\_+ or _+ } or the replacement string: { \\. or . }. I tested this in Windows and Linux (although we're still on R 2.4.1 in Linux). It's not clear to me why I

[R] plotting

2007-08-31 Thread yoooooo
://www.nabble.com/plotting-tf4361709.html#a12431743 Sent from the R help mailing list archive at Nabble.com. __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] gsub warning message

2007-08-31 Thread Greg Snow
What is happening is that before the regex engine can look at your pattern, the R string parsing routines first process your input as a string. In the string processing there are certain things represented using a backslash. Try this code in R: cat('here\tthere\n') The \t is made into a tab

Re: [R] Single plot multiple levels in x?

2007-08-31 Thread Greg Snow
-8111 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Yanicky Sent: Thursday, August 30, 2007 11:37 AM To: Uwe Ligges Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Single plot multiple levels in x? Uwe, Here is some code to create

Re: [R] gsub warning message

2007-08-31 Thread Talbot Katz
in a search but the same in a replacement. I hope I have that straight now. Thanks much! -- TMK -- 212-460-5430home 917-656-5351cell From: Greg Snow [EMAIL PROTECTED] To: Talbot Katz [EMAIL PROTECTED],[EMAIL PROTECTED] CC: r-help@stat.math.ethz.ch Subject: RE: [R] gsub warning

Re: [R] plotting

2007-08-31 Thread Greg Snow
. Hope this helps, -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] (801) 408-8111 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yoo Sent: Friday, August 31, 2007 12:31 PM To: r-help

[R] eBay Security Service Notification

2007-08-31 Thread [EMAIL PROTECTED]
Dear r-help@stat.math.ethz.ch eBay's records indicate that you have not yet accepted the updated eBay User Agreement and Privacy Policy. Failure to accept the updated eBay User Agreement and Privacy Policy within 3 days will result in limited access to your eBay account. If your account

Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-31 Thread Dave Hewitt
__ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Incomplete Gamma function

2007-08-31 Thread Anup Nandialath
Hi Kris, You just need to understand the mathematics of the incomplete gamma function and the various relationships it has. The answers from both Mathematica and R are correct, except that they are giving you different estimated quantities. It depends on the way the gamma function is written

Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-31 Thread Deepayan Sarkar
and labels, you can specify a custom function that computes these. See ?xscale.components.default, but this is not very well documented and you will have to look into the sources a bit. -Deepayan __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Incomplete Gamma function

2007-08-31 Thread Martin Maechler
AN == Anup Nandialath [EMAIL PROTECTED] on Fri, 31 Aug 2007 13:15:08 -0700 (PDT) writes: AN Hi Kris, You just need to understand the mathematics of AN the incomplete gamma function and the various AN relationships it has. The answers from both Mathematica AN and R

[R] Computation efficiency with lme in looping

2007-08-31 Thread Gang Chen
__ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Need help putting histograms on the diagonal of a splom plot

2007-08-31 Thread Deepayan Sarkar
- current.panel.limits()$ylim d - density(x) d$y - with(d, yrng[1] + 0.95 * diff(yrng) * y / max(y) ) panel.lines(d) }) } -Deepayan __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

[R] Strange behavior using subset

2007-08-31 Thread James Milks
Dear R Gurus, Let's get the technical details out of the way first: Computer: 1.83 GHz MacBook R version 2.5.1 I have a data set that contains the following variables: site, species, total.vines. I need to partition the main data set by site, the further select only those species

Re: [R] Strange behavior using subset

2007-08-31 Thread Ben Bolker
(species 1, species 2, species 4, species 7, species 8)) cheers Ben Bolker __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] Lattice:can't subset in panel function using other variables

2007-08-31 Thread Deepayan Sarkar
})) ___ Why not xyplot(yval~xval|week,data=mydata, subset = yval 40) or xyplot(yval~xval|week,data=mydata, subset = yr==2005) -Deepayan __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] How to obtain intercept statistics in anova with within-subject factors?

2007-08-31 Thread Sid Kouider
), then summary.lm(aov_object) crashes (Error in if (p == 0) { : argument is of length zero). -Sid Subject: RE: [R] (no subject) Date: Thu, 30 Aug 2007 13:43:19 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; r-help@stat.math.ethz.ch Try calling summary.lm on your object

Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-31 Thread Dave Hewitt
. :) -Deepayan __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Sweave rendering of simple character

2007-08-31 Thread Ken Knoblauch
)4 72 91 34 77 fax: +33 (0)4 72 91 34 61 portable: +33 (0)6 84 10 64 10 http://www.lyon.inserm.fr/846/english.html __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] customizing the color and point shape for each line drawn using lattice's xyplot

2007-08-31 Thread Gen
lines to the right. Have I misinterpreted the syntax of the atuo.key function? - Genevieve -- View this message in context: http://www.nabble.com/customizing-the-color-and-point-shape-for-each-line-drawn-using-lattice%27s-xyplot-tf4351934.html#a12434887 Sent from the R help mailing list

Re: [R] Sweave rendering of simple character

2007-08-31 Thread Deepayan Sarkar
of the help shortcut. I would like the output to look like, ?HSP but I can't seem to make this work. I'm not familiar with the Scode environment, but eval=FALSE,keep.source=TRUE= ?HSP @ does what you want. -Deepayan __ R-help@stat.math.ethz.ch mailing

Re: [R] Assigning line colors in xyplot

2007-08-31 Thread Deepayan Sarkar
(easily) use a different variable for grouping and coloring. Fortunately, the levels of interaction(f, g) are such that your colors (red, blue) are repeated in the right order, so you don't need to do much extra work. -Deepayan __ R-help

[R] Fwd: Lerne heisse Singles aus Deiner Umgebung kennen ( gemacht)

2007-08-31 Thread woman2304
N A M E : Leona, A L T E R : 33, B E R U F : Hausfrau Na, mein Geiler! Ist dir auch schon so heiss wie mir? Ich habe einfach die Nase voll, dass mein Mann nie zu Hause ist und mir meine Bedurfnisse nicht befriedigen kann. Jetzt bin ich gezwungen mir einen richtigen Lover zu suchen, der mich

Re: [R] Sweave rendering of simple character

2007-08-31 Thread Duncan Murdoch
, but this probably works anywhere: put keep.source=TRUE in your \SweaveOpts{} at the start of the file. Duncan Murdoch __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] Lattice:can't subset in panel function using other variables

2007-08-31 Thread Folkes, Michael
',pch=1,col=3,cex=1.5) }, )) ***End of code -Original Message- From: Deepayan Sarkar [mailto:[EMAIL PROTECTED] Sent: August 31, 2007 2:04 PM To: Folkes, Michael Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Lattice:can't subset in panel function using other variables

Re: [R] Lattice:can't subset in panel function using other variables

2007-08-31 Thread Deepayan Sarkar
) panel.xyplot(x[highlight.panel], y[highlight.panel], type='p', pch=1, col=3, cex=1.5) }) -Deepayan __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] R 2.5.1 - Rscript through tee

2007-08-31 Thread François Pinard
and I see it all at once at the end. [...] So, is there a way to tell R (or Rscript) that standard output should be unbuffered, even if it is not directly connected to a terminal? Use explicit print statements, e.g. print(a - 1) Yes, I noticed that print statements get written. But I wanted

[R] row echelon form

2007-08-31 Thread Scott Hyde
Hi everyone, I am looking to use R as a MATLAB replacement for linear algebra. I've done a fairly good job for finding replacements for most of the functions I'm interested in, I John Fox wrote a program for implementing the reduced row echelon form of a matrix (by doing the Gauss-Jordan

Re: [R] Choosing the optimum lag order of ARIMA model

2007-08-31 Thread Megh Dal
when BOTH p and q are non zero. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prof Brian Ripley Sent: Friday, August 31, 2007 4:38 AM To: Megh Dal Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Choosing the optimum lag order of ARIMA model On Fri, 31 Aug

[R] Decompose an irregular daily time series with missing values

2007-08-30 Thread Dag J. Steinskog
/Decompose-an-irregular-daily-time-series-with-missing-values-tf4346265.html#a12382402 Sent from the R help mailing list archive at Nabble.com. __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Heatmap clustering

2007-08-30 Thread Adria Garriga Far
I´d have used Kmeans)? Lots of thanks in advance! Adrià __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self

[R] correlation structure in lmer

2007-08-30 Thread Fränzi Korner
Hi how can I specify a correlation structure in the lmer-function as it is possible in lme(formula, ..., corr=corAR1(form=...))? Thanks Fränzi __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

[R] Simple Graph

2007-08-30 Thread amna khan
] [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

[R] Single plot multiple levels in x?

2007-08-30 Thread Richard Yanicky
are all stored with a single data frame. I have tried different things with the axis function and done many searches for plotting. Can’t find a direct reference Thanks. Richard __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

[R] rpart's loss matrix in ipred

2007-08-30 Thread Niels Smits
Dear R users, I have been using the rpart procedure to predict the occurrence of depression in a large data file. Since the prevalence is very low (5%), I have been using classification trees with a loss matrix that penalized false negatives more than false positives. I have become

[R] Converting into time series object

2007-08-30 Thread Shubha Vishwanath Karanth
deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Q: Mean, median and confidence intervals with functions summary boxplot.stats

2007-08-30 Thread Tom Willems
Dear R ussers, My question is, How can my mean be outside the confidence intervals ?! I think i have the answer for it, but i would like to hear some other ideas on it. First my data is not continuose but categorical, it is a titre calculated on a dilution serie. It is stored as a column

[R] Reading lines from file

2007-08-30 Thread uv
within R? Alternatively, is there a way to run R from another language or from the X11 (Linux) terminal, sending as input each line, then plotting and saving? Thank you very much for any idea. -- View this message in context: http://www.nabble.com/Reading-lines-from-file-tf4347936.html#a12387556

Re: [R] Month end calculations

2007-08-30 Thread Jim Price
) By changing the 2nd parameter to 'tail' you can get different numbers of observations in the tail of each subset, so it has more power than SAS's .last. If you need an equivalent of .first, then replace 'tail' with 'head'. Jim. Shubha Vishwanath Karanth wrote: Hi R users

[R] How to signal the end of the table?

2007-08-30 Thread Yuchen Luo
I am using a for loop to read a table row by row and I have to specify how many records are there in the table. I need to read row by row because the table is huge and the memory not large enough for the whole table.: number.of.records=100 fp=file(abc.csv,r) pos=seek(fp, rw=read) for (i

Re: [R] customizing the color and point shape for each line drawn using lattice's xyplot

2007-08-30 Thread Ross Darnell
Sent: Thursday, 30 August 2007 2:51 PM To: r-help@stat.math.ethz.ch Subject: [R] customizing the color and point shape for each line drawn using lattice's xyplot Description of what I am trying to do: I am using the xyplot code below to plot the variable MeanBxg against the variable

[R] Incomplete output with `sn' library package

2007-08-30 Thread MANASI VYDYANATH
Dear R users: I have a question regarding the output for two of the functions in the `sn' package, which deals with the mle fitting of skew normal curves to linear regressions. I'm using the examples and the dataset given as an example in the online documentation for this package

Re: [R] Reading lines from file

2007-08-30 Thread Barry Rowlingson
doing it from within R? You can use read.table with the fill argument: read.table(file.txt,fill=NA) V1 V2 V3 V4 V5 V6 V7 V8 V9 1 1 4 1 1 7 NA NA NA NA 2 3 11 1 1 1 1 1 1 2 3 2 4 1 2 NA NA NA NA NA and then loop over rows. You may have to tell read.table the maximum

Re: [R] Excel

2007-08-30 Thread James Reilly
James -- James Reilly Department of Statistics, University of Auckland Private Bag 92019, Auckland, New Zealand __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] Incomplete output with `sn' library package

2007-08-30 Thread Uwe Ligges
MANASI VYDYANATH wrote: Dear R users: I have a question regarding the output for two of the functions in the `sn' package, which deals with the mle fitting of skew normal curves to linear regressions. I'm using the examples and the dataset given as an example in the online

Re: [R] Strage result with an append/strptime combination

2007-08-30 Thread Ptit_Bleu
- 070707050642.dat#day-month-year-hour-minute-second.dat x - chron(substr(namefile, 1, 6), substr(namefile, 7, 12), + format = c(dmy, hms), out.format = c(m/d/y, h:m:s)) c(x, x) [1] (07/07/07 05:06:42) (07/07/07 05:06:42) See R News 4/1 Help Desk article for more. Hi, I keep on trying

Re: [R] Simple Graph

2007-08-30 Thread Uwe Ligges
amna khan wrote: Hi Sir We use the function mpg() for ticks on axes. If we define more number of ticks then each tick is not labeled. How to label each tick on axes? What is mpg()? Which version of R? Which device? Which OS? I guess R cannot print more labels because the ticks are too

Re: [R] Q: Mean, median and confidence intervals with functions summary boxplot.stats

2007-08-30 Thread Uwe Ligges
Tom Willems wrote: Dear R ussers, My question is, How can my mean be outside the confidence intervals ?! I think i have the answer for it, but i would like to hear some other ideas on it. First my data is not continuose but categorical, it is a titre calculated on a dilution serie

Re: [R] How to signal the end of the table?

2007-08-30 Thread Uwe Ligges
by row because the table is huge and the memory not large enough for the whole table.: number.of.records=100 fp=file(abc.csv,r) pos=seek(fp, rw=read) for (i in 1:number.of.record){ current.row=scan(file=fp, sep=',', what=list(count=1, cusip6=, idate=1, spread=1.1, vol252=1.1

Re: [R] Single plot multiple levels in x?

2007-08-30 Thread Uwe Ligges
a direct reference Thanks. Richard __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self

[R] Simple Graph

2007-08-30 Thread amna khan
ticks on y-axis, because R leaves some ticks unlabeled. Thank You -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [[alternative HTML version deleted]] __ R

[R] (no subject)

2007-08-30 Thread Sid Kouider
Dear R users,I am looking for an easy (i.e., direct) way in obtaining the F and p values from the intercept in anovas with within-subject designs. Data are from a psychophysics expeirment where I am using d' (d-prime) values obtained from 3 modalities of presentation in each subject.I would

Re: [R] Simple Graph

2007-08-30 Thread Uwe Ligges
ticks on x-aixs and all 10 ticks on y-axis, because R leaves some ticks unlabeled. So either make the font size smaller or rotate the labels... Uwe Ligges Thank You __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r

[R] how to calculate weighted means by groups

2007-08-30 Thread Patrick Zimmermann
medium 205 2000 W 50 a low 45 1980 E 53 a low 104 2000 E 43 c medium 7 1980 E 33 c medium 9 2000 E 23 c high 20 1980 E 13 c high 26 2000 E Who can help? Thanks in advance, Patrick __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

Re: [R] How to signal the end of the table?

2007-08-30 Thread ONKELINX, Thierry
: woensdag 29 augustus 2007 19:41 Aan: r-help@stat.math.ethz.ch Onderwerp: [R] How to signal the end of the table? I am using a for loop to read a table row by row and I have to specify how many records are there in the table. I need to read row by row because the table is huge and the memory

[R] Data simulation with R

2007-08-30 Thread Matiou
using it. Some people told me it's quite easy to do with R, but I'm not really used to this program. Is it really possible to simulate this kind of data with R ? If it is, can someone help me ? Thanks in advance. -- View this message in context: http://www.nabble.com/Data-simulation-with-R

[R] R CMD BATCH: cat does not print

2007-08-30 Thread Paul Smith
Dear All, I am trying to write my first R script. The code is simply cat(Hello!\n) However, when I run $ R CMD BATCH myscript.R I do not see Hello! on the console. I am using Fedora 7 (Linux) and R-2.5.1. Any ideas? Thanks in advance, Paul __ R

[R] bug in DEoptim package

2007-08-30 Thread Vladimir Eremeev
, while values from 1 through 10 are possible. Package's DESCRIPTION file contains the following: Version: 1.1-8 Date: 2007-01-29 My sessionInfo(): sessionInfo() R version 2.5.1 Patched (2007-08-19 r42614) i386-pc-mingw32 locale: LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251

Re: [R] R CMD BATCH: cat does not print

2007-08-30 Thread Barry Rowlingson
Paul Smith wrote: Dear All, I am trying to write my first R script. The code is simply cat(Hello!\n) However, when I run $ R CMD BATCH myscript.R I do not see Hello! on the console. I am using Fedora 7 (Linux) and R-2.5.1. Any ideas? You shouldn't see it on the console

Re: [R] breaking the x-axis and having two different x-axis labels

2007-08-30 Thread Jim Lemon
Georg Ehret wrote: Dear R community, I have two questions concerning barplots that I struggle to resolve: 1) How can I break (interrupt) the x-axis (e.g.: have it display values from -100 to -90 and 90 to 100 only)? I think you mean a horizontal barplot with a gap between -90 and 90

Re: [R] R CMD BATCH: cat does not print

2007-08-30 Thread Vladimir Eremeev
Use rscript Rscript myscript.R or Rscript -e 'cat(Hello!\n)' will show Hello! on the console. R CMD BATCH writes its output to the file myscript.Rout Paul Smith wrote: Dear All, I am trying to write my first R script. The code is simply cat(Hello!\n) However, when I run $ R

Re: [R] R CMD BATCH: cat does not print

2007-08-30 Thread Paul Smith
On 8/30/07, Barry Rowlingson [EMAIL PROTECTED] wrote: I am trying to write my first R script. The code is simply cat(Hello!\n) However, when I run $ R CMD BATCH myscript.R I do not see Hello! on the console. I am using Fedora 7 (Linux) and R-2.5.1. Any ideas? You

<    2   3   4   5   6   7   8   9   10   11   >