Re: [R] Data.frames : difference between x$a and x[, "a"] ? - How set new values on x$a with a as variable ?

2010-09-10 Thread Ista Zahn
e ma boîte mail www.laposte.net > >        [[alternative HTML version deleted]] > > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.

Re: [R] Data.frames : difference between x$a and x[, "a"] ? - How set new values on x$a with a as variable ?

2010-09-10 Thread Ista Zahn
On Fri, Sep 10, 2010 at 9:22 AM, omerle wrote: >> Message du 10/09/10 14:53 >> De : "Ista Zahn" >> A : "omerle" >> Copie à : r-help@r-project.org >> Objet : Re: [R] Data.frames : difference between x$a and x[, "a"] ? - How >> se

Re: [R] ggplot bar geom: control the filling in the colour legend

2010-09-10 Thread Ista Zahn
_ > R-help@r-project.org 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. > -- Is

Re: [R] Where to find R-help options web page

2010-09-10 Thread Ista Zahn
uide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org __

Re: [R] grouping dataframe entries using a categorical variable

2010-09-17 Thread Ista Zahn
function in R that does something > like that but I couldn't find the proper "keyword" to search for it. > > Thanks for your help, > > Bastien > ______ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman

Re: [R] how to seperate " "? or how to do regression on each variable when I have multiple variables?

2010-09-20 Thread Ista Zahn
Soyeon > > __ > R-help@r-project.org 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

Re: [R] speeding up regressions using ddply

2010-09-22 Thread Ista Zahn
> > > > Alison Macalady > Ph.D. Candidate > University of Arizona > School of Geography and Development > & Laboratory of Tree Ring Research > > __ > R-help@r-project.org mailing list > h

Re: [R] Unique subsetting question

2010-09-22 Thread Ista Zahn
g 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. > -- Ista Zahn Graduate student University of Roc

Re: [R] Unique subsetting question

2010-09-22 Thread Ista Zahn
ve at Nabble.com. > > __ > R-help@r-project.org 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 com

Re: [R] Unique subsetting question

2010-09-22 Thread Ista Zahn
ting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org _

Re: [R] formatting data for predict()

2010-09-26 Thread Ista Zahn
gt; > Andrew Miles > Department of Sociology > Duke University > > __ > R-help@r-project.org 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 p

Re: [R] compare a vector and a row of a matrix

2010-09-26 Thread Ista Zahn
LEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org ___

Re: [R] Newbie Correspondence Analysis Question

2010-09-26 Thread Ista Zahn
> 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. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social

Re: [R] Storing CA Results to a Data Frame?

2010-09-26 Thread Ista Zahn
d if so, what > is the correct way to do this? > > Thanks in advance to all for any info. > > > -Vik > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting g

Re: [R] name ONLY one column

2010-09-27 Thread Ista Zahn
equal to array extent > > > > thank you for your help > > > > Lorenzo > > >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-hel

Re: [R] stacked area chart

2010-09-28 Thread Ista Zahn
ives)])) # the min on the y >> axis of the chart >> ylim <- c(y.min, y.max)  # ylim for the stacked area chart >> >> order.positives<-rev(rank(positives)) >> order.negatives<-rev(rank(negatives)) >> order<-c(order.negatives,order.positives) &g

Re: [R] Standard error of forecast

2010-09-28 Thread Ista Zahn
help mailing list archive at Nabble.com. > > __ > R-help@r-project.org 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, reproducibl

Re: [R] String split and concatenation

2010-09-28 Thread Ista Zahn
] > > __ > R-help@r-project.org 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] Understanding linear contrasts in Anova using R

2010-09-30 Thread Ista Zahn
(Means[1] - Means[2])/2, (Means[4] - Means[5])/2, (mean(Means[c(1,2,4,5)]) - Means[3])/5) ## Note that we divide each mean difference by the difference of the contrasts (coef.check.m3 <- rbind(coef(model3), coefs.by.hand.m3)) Hope it he

Re: [R] gridExtra question

2010-10-01 Thread Ista Zahn
/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.

Re: [R] reshape not using as id vars what it is supposed to be using?

2010-10-05 Thread Ista Zahn
you! > -- > Dimitri Liakhovitski > Ninah Consulting > www.ninah.com > > __ > R-help@r-project.org 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] ggplot2 barplot in decreasing frequency

2010-10-06 Thread Ista Zahn
; R-help@r-project.org 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. > -- Ista Zahn Graduate student University of Rochester Depa

Re: [R] X11 is not available

2010-10-07 Thread Ista Zahn
do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org __

Re: [R] venneuler() - customize a few things.

2010-10-07 Thread Ista Zahn
h/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. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http:

Re: [R] Is there a regression surface demo?

2010-10-11 Thread Ista Zahn
) > with(rock, scatter3d(area, peri, shape)) > > I hope that this helps, > Jay > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-projec

Re: [R] LME with 2 factors with 3 levels each

2010-10-13 Thread Ista Zahn
ction p value (after running pvals.fnc with the MCMC) > for Testtest2:GroupRepNTP is p = .062 which I'm willing to accept and > interpret since speech data with English Language Learners is particularly > variable. > __ > R-help@r-project.org mailing list > https://stat.

Re: [R] R on a ma c

2010-10-14 Thread Ista Zahn
> __ > R-help@r-project.org 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] Time vs Concentration Graphs by ID

2010-10-14 Thread Ista Zahn
ble.com. > > __ > R-help@r-project.org 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, reproducib

Re: [R] Time vs Concentration Graphs by ID

2010-10-15 Thread Ista Zahn
>> >>> >>> >>> >>> On Fri, Oct 15, 2010 at 12:22 AM, Dennis Murphy wrote: >>> >>>> I don't recall that you submitted a reproducible example to use as a >>>> template for assistance. Ista was kind enou

Re: [R] feed cut() output into goodness-of-fit tests

2010-10-15 Thread Ista Zahn
,3.48]"    "(3.48,3.96]" >  [9] "(3.96,4.45]"    "(4.45,4.94]" > > > -- > > Andrei Zorine > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do rea

Re: [R] Error: object 'short' not found

2010-10-19 Thread Ista Zahn
ect.org 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. > -- Ista Zahn Graduate student University of Rochester Departmen

Re: [R] Part time equity tick data high frequency trading research

2010-10-19 Thread Ista Zahn
ml > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > a

Re: [R] scatter.smooth() fitted by loess

2010-10-19 Thread Ista Zahn
her near singularities as well. 1 > > > Thanks, > Phoebe > > __ > R-help@r-project.org 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

Re: [R] How to select not continous rows?

2010-10-20 Thread Ista Zahn
ist > 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. > -- Ista Zahn Graduate student University of Roche

Re: [R] Please help: ANOVA with SS Type III for unequal sample sized data

2010-10-20 Thread Ista Zahn
ov() with type I, not > anova() with type III which is I used. > Please let me know what is the best postHoc test for the results from > anova() with type III. > Is multcomp a way? > > thank you, > > Jeong > >        [[alternative HTML version deleted]] > > __ >

Re: [R] Ordination plot option missing from PCA dialog

2010-10-22 Thread Ista Zahn
posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org

Re: [R] mixed effects regression with weights using lme (lme4)

2010-10-26 Thread Ista Zahn
_ > R-help@r-project.org 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. > -- Ista Zahn Graduate

Re: [R] reading multiple XML files into an R table

2010-10-27 Thread Ista Zahn
_ > R-help@r-project.org 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. > > -- Ista Zahn Graduate student Univ

Re: [R] transforming a dataset for association analysis RESHAPE2

2010-11-01 Thread Ista Zahn
of my query but I am stuck. How can I do >>> this transformation? >>> >>> Regards >>> >>> Ajay >>> >>> >>> >>> Websites- >>> http://decisionstats.com >>> http://dudeofdata.com >>> >>> >&

Re: [R] ggplot map bounds

2010-11-01 Thread Ista Zahn
> R-help@r-project.org 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. > > -- Ista Zahn Graduate stu

Re: [R] ggplot2: facet_grid with different vertical lines on each facet

2010-11-09 Thread Ista Zahn
guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org __ R-

Re: [R] ggplot2 problem in interacting mode

2010-11-10 Thread Ista Zahn
t; >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org 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 commen

Re: [R] New Sampling question

2010-11-18 Thread Ista Zahn
> Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org 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 p

Re: [R] Sweave Dynamic Graph Question

2010-11-19 Thread Ista Zahn
),] >                 > plot(time(Temp2),Temp2,type="l",main=paste(factor(as.numeric(i), labels = > month.name[as.numeric(i)]),yr,sep="-")) > >        } > > } > > > @ > > -- > View this message in context:

Re: [R] Alternatives to image(...) and filled.contour(...) for 2-D filled Plots

2010-11-22 Thread Ista Zahn
X Position (FT)", > ylab > = "Room Y Position (FT)", main = "Room Temp vs Position") > > grid() > > # filled.contour(ak.fan, col = color_vals_red_to_yellow_to_green) > # filled.contour(ak.fan, col = color_vals_green_to_yellow_to_red) > > # image(ak.fan, col = color_vals_red_to_yellow_to_gr

Re: [R] "negative alpha" or custom gradient colors of data dots in scatterplot ?

2010-11-22 Thread Ista Zahn
__ > R-help@r-project.org 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. > -- Ista Zahn Graduate student Univ

Re: [R] I need a very specific unique like function and I don't know even how to properly call this

2010-11-22 Thread Ista Zahn
on-and-I-don-t-know-even-how-to-properly-call-this-tp3054427p3054427.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-g

Re: [R] How to start default browser on R

2010-11-22 Thread Ista Zahn
Scott    Department of Statistics >        The University of Auckland, PB 92019 >        Auckland 1142,    NEW ZEALAND > Phone: +64 9 923 5055, or +64 9 373 7599 ext 85055 > Email:    d.sc...@auckland.ac.nz,  Fax: +64 9 373 7018 > > Director of Consulting, Department of Statistics > > > >

Re: [R] Print to console from within Sweave script

2010-11-30 Thread Ista Zahn
question. > > All the best >  Werner > > > > > __ > R-help@r-project.org 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,

Re: [R] Minor warning about seq

2010-11-30 Thread Ista Zahn
t > 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. > -- Ista Zahn Graduate student University of Rochester Depart

Re: [R] Welcome to the "R-help" mailing list

2010-11-30 Thread Ista Zahn
our options page that will email your current password to you. > >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R

Re: [R] Welcome to the "R-help" mailing list

2010-12-01 Thread Ista Zahn
ake such adjustments via email by sending a message to: >> >> >> >>   r-help-requ...@r-project.org >> >> >> >> with the word `help' in the subject or body (don't include the >> >> quotes), and you will get back a message with instructions

Re: [R] ggplot2 histograms

2010-12-01 Thread Ista Zahn
ful. > > Thank you for your co-operation. > > NHSmail is the secure email and directory service available for all NHS staff > in England and Scotland > NHSmail is approved for exchanging patient data and other sensitive > information with NHSmail and GSi recipients > NHSma

Re: [R] Checking for orthogonal contrasts

2010-12-03 Thread Ista Zahn
Hi Steve, The short answer is that there is typically no reason to check (beyond looking to see what contrasts have been defined for the factors in the model; see ?contrasts) because the rules are pretty simple. 1) the design matrix is orthogonal on the row-basis (i.e., the columns sum to zero) whe

Re: [R] How to get 'R' to talk BACK to other languages / scripts??

2010-12-03 Thread Ista Zahn
llapse explained with abstract phase-space maps, > Some x-ray slides, a music score, Minard's Napoleanic war: > The most exciting frontier is charting what's already here." >  -- xkcd > > -- > Help protect Wikipedia. Donate now: > http://wikimediafoundation.org/wik

Re: [R] How to *completely* stop a script after stop()?

2011-01-15 Thread Ista Zahn
anything after that point]. Of course one could use something like "if(there > was an error) do not continue" but that's not really nice. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide ht

Re: [R] Manipulation

2011-01-17 Thread Ista Zahn
brick wall. I feel I have read > something that tackles this some time in the past, but can’t find it again. > Thanks in advance! > > Sincerely, > Michael Hopgood > MRM Konsult AB > > > -- > View this message in context: > http://r.789695.n4.nabble.com/Manipulation-tp3221260p3221260.html > Sent

Re: [R] Odp: Relative frequency on a character vector

2011-01-20 Thread Ista Zahn
gt; View this message in context: > http://r.789695.n4.nabble.com/Relative-frequency-on-a-character-vector-tp3221319p3223966.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/m

Re: [R] select a subset from a sample

2011-01-23 Thread Ista Zahn
3 2 1 > > > > Thanks, > > Peter > >        [[alternative HTML version deleted]] > > ______ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help >

Re: [R] how to get variance?

2011-01-23 Thread Ista Zahn
w.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org __ R-help@r-project.org m

Re: [R] Counting number of rows with two criteria in dataframe

2011-01-25 Thread Ista Zahn
ral research scholar > University of California, Santa Barbara > (724) 272 7769 > >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www

Re: [R] subsetting based on joint values of critera

2011-01-25 Thread Ista Zahn
_ > R-help@r-project.org 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. > -- Ista Zahn Graduate student University of Roc

Re: [R] Predictions with 'missing' variables

2011-01-25 Thread Ista Zahn
e http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org __ R-help@r-project.

Re: [R] removing outlier function / dataset update

2011-01-26 Thread Ista Zahn
        i = with(dataset,length(varstdres > 3 | varstdres < -3)) >   } > } > -- > View this message in context: > http://r.789695.n4.nabble.com/removing-outlier-function-dataset-update-tp3238394p3238394.html > Sent from the R help mailing list archive at Nabble.com. > >

Re: [R] how to test if a vector contain a value?

2010-08-16 Thread Ista Zahn
g/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org __ R-help@r-project.org mailing l

Re: [R] How to Perform CCA in ??!! Help please

2010-08-18 Thread Ista Zahn
36p2329336.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guid

Re: [R] relimp

2010-08-26 Thread Ista Zahn
deleted]] > > __ > R-help@r-project.org 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, reproduc

Re: [R] Help with ddply to eliminate a for..loop

2010-08-26 Thread Ista Zahn
A ddply solution is dat.out <- ddply(dat, .(time), transform, slope = scale(slope)) but this is not faster than the loop, and slower than the ave() solution: > system.time( + for (i in 1:3) { +mat <- dat[dat$time==i, ] +outi <- data.frame(mat$time, mat$id, slope=scale(mat$slope)) +if

Re: [R] Grouping sets of data, performing function and re-assigning values

2010-08-27 Thread Ista Zahn
-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Soci

Re: [R] Three-dimensional contingency table

2010-08-29 Thread Ista Zahn
; frame > attach(frame) > model1 <- glm(Count~MP+wd+wv,poisson) > __ > R-help@r-project.org 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

Re: [R] ggplot sub- and superscript for axis name

2010-08-31 Thread Ista Zahn
-p + geom_point() > p<-p + scale_x_continuous(name='gamma[fi]') > print(p) > > > > Regards > Ben > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the p

Re: [R] date

2010-09-02 Thread Ista Zahn
> Regards, > Dunia > >        [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.h

Re: [R] Levels in returned data.frame after subset

2010-09-04 Thread Ista Zahn
t; > >> cat <- sapply(s, is.factor); s[cat] <- lapply(s[cat], factor) >> dim(s) > [1] 2 3 > >> levels(s$gender) > [1] "M" > > ______ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman

Re: [R] tail.matrix returns matrix, while tail.mts return vector

2010-09-04 Thread Ista Zahn
e also a head.mts or did I misunderstand something? > > Thanks > > __ > R-help@r-project.org 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

Re: [R] converting string vector to integer/numeric vector

2010-09-05 Thread Ista Zahn
www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org __ R-help@r-proje

Re: [R] Percentile rank for each element in list

2010-09-07 Thread Ista Zahn
> 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. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psy

Re: [R] Help with decimal points

2010-09-07 Thread Ista Zahn
gt; > >> as.numeric(MatchedValues[Value2,Value]) > [1] 4420 > > > > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-gui

Re: [R] factors

2011-05-05 Thread Ista Zahn
;        [[alternative HTML version deleted]] > > __ > R-help@r-project.org 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] Summarising by group

2011-05-09 Thread Ista Zahn
ps://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. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology ht

Re: [R] Parantheses highlighting

2011-05-11 Thread Ista Zahn
o/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org ___

Re: [R] lm and anova

2011-05-12 Thread Ista Zahn
_ > R-help@r-project.org 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. > -- Ista Zahn Graduate

Re: [R] (no subject)

2011-05-12 Thread Ista Zahn
8 > > #Is type 3 the Type I should use and why do the results differ if the > design is balanced? I am really confused, it would #be great if someone > could help me out! > > #Thanks a lot for your help! > > #/Fabian > #University of Gothenburg > > > > > > >

Re: [R] How to make array of regression objects

2011-05-18 Thread Ista Zahn
s://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. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychol

Re: [R] identical function names from 2 packages

2011-05-18 Thread Ista Zahn
lp@r-project.org 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. > -- Ista Zahn Graduate student University of Rochester Department

Re: [R] dealing with sweave.sty and pgfSweave

2011-05-22 Thread Ista Zahn
ASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org __

Re: [R] Adding dash-lines in R tables

2011-05-22 Thread Ista Zahn
rd, CT > > ______ > R-help@r-project.org 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 co

Re: [R] R as.numeric()

2011-05-24 Thread Ista Zahn
ric will go as you > expect. (But I haven't tested this.) > > David Scott > -- > _ > David Scott     Department of Statistics >                The University of Auckland, PB 92019 >                Aucklan

Re: [R] JGR/Deducer Installation

2011-05-26 Thread Ista Zahn
allation of package 'rJava' had non-zero exit status > 2: In install.packages(pkgs = c("JGR"), lib = > "/home/vikas/R/i686-pc-linux-gnu-library/2.13",  : >  installation of package 'JavaGD' had non-zero exit status > 3: In install.packages(pkgs = c(&

Re: [R] ggplot pale colors

2011-05-28 Thread Ista Zahn
blue of the line. > I guessing i am duing it wrong but i'm stucked with it. > > Do you have suggestions? > > An additional question is that i want to add text along the blue line (which > is a reference) but i did not understand what geom_text was expecting. see http://had.

Re: [R] qplot fill and colour not working as expected

2011-06-06 Thread Ista Zahn
-as-expected-tp3576949p3576949.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-projec

Re: [R] Merge two columns of a data frame

2011-06-06 Thread Ista Zahn
uto insurance' >        'budget auto insurance' >        'car insurance  quote' >         'auto insurance  quote' >        'car insurance quotes' >        'auto insurance quotes' > > > Help! > WebRep > Overall rating &g

Re: [R] ggplot2 and facet

2011-06-07 Thread Ista Zahn
p, > Jim > > > ______ > R-help@r-project.org 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, reprodu

Re: [R] ggplot2 and facet

2011-06-07 Thread Ista Zahn
acet_wrap(~ runway) >>     print(pp2) > Error in eval(expr, envir, enclos) : object 'error' not found That is _not_ what I suggested. I said pp2 = qplot(time, error, data = times) pp2 + facet_wrap(~ runway) You are missing the data = part. > > So I am confused. > > Tha

Re: [R] The simplest bar graph with ggplot is difficult to realize

2011-06-08 Thread Ista Zahn
t; > __ > R-help@r-project.org 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] How to suppress factor labels

2011-06-08 Thread Ista Zahn
__ > R-help@r-project.org 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. > -- Ista

Re: [R] How to suppress factor labels

2011-06-08 Thread Ista Zahn
"10", > "15","20","25","30","35","40","45","50","55","60"), >            labels=c("0", "5", "10", > "15","20","25","30&

Re: [R] ggplot2 avoid automatic color selection

2011-06-10 Thread Ista Zahn
_ > R-help@r-project.org 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. > -- Ista Zahn Graduate student Un

Re: [R] empty matrix

2010-05-10 Thread Ista Zahn
/www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org [[alternative HTML version deleted]] __

Re: [R] Dataframe horizontal scrolling

2010-05-10 Thread Ista Zahn
Hi Mike, You can set options(width = x), where x equals the number of columns. -Ista On Monday 10 May 2010 16:06:54 Michael H wrote: > R experts, > > I am working with large multivariable data frames (> 50 variables) > and I would like to scroll horizontally across my output > to view each data

Re: [R] Pairwise combination

2010-05-11 Thread Ista Zahn
combn(1:4, 2) will do it. -Ista On Tuesday 11 May 2010 1:45:14 pm chen jia wrote: > Hi there, > > I am looking for a function that takes a vector as input and generates > all pair wise combination of the elements of the input vector. > > For example, the input vector is c(1,2,3,4). The output v

<    3   4   5   6   7   8   9   10   11   >