Re: [R] Question on apply() with more information...

2006-09-19 Thread Petr Pikal
for loop. However maybe some clever use of do.call can help. Best regards Petr On 18 Sep 2006 at 13:26, Gunther Höning wrote: From: Gunther Höning [EMAIL PROTECTED] To: 'Petr Pikal' [EMAIL PROTECTED] Date sent: Mon, 18 Sep 2006 13:26:25 +0200 Copies

Re: [R] R questions

2006-09-19 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. Petr Pikal [EMAIL PROTECTED

Re: [R] Question on apply()

2006-09-18 Thread Petr Pikal
code. Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] Question on apply() with more information...

2006-09-18 Thread Petr Pikal
Höning [EMAIL PROTECTED] To: 'Petr Pikal' [EMAIL PROTECTED], r-help@stat.math.ethz.ch Subject:AW: [R] Question on apply() with more information... Date sent: Mon, 18 Sep 2006 09:26:01 +0200 Ok. I tried this too, but it still doesn't work. Here

Re: [R] Reading fixed column format

2006-09-12 Thread Petr Pikal
-guide.html and provide commented, minimal, self-contained, reproducible code. Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] rename cols

2006-09-12 Thread Petr Pikal
://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. Petr Pikal [EMAIL PROTECTED] __ 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] rename cols

2006-09-12 Thread Petr Pikal
)) Hadley __ 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. Petr Pikal

Re: [R] factor to numeric (no subject)

2006-09-12 Thread Petr Pikal
/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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

Re: [R] augPred plot in nlme library

2006-09-11 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. Petr Pikal [EMAIL

Re: [R] faster way?

2006-09-11 Thread Petr Pikal
://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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Description of x-axis

2006-09-11 Thread Petr Pikal
/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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https

Re: [R] my error with augPred

2006-09-08 Thread Petr Pikal
: Spencer Graves [EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED] Copies to: r-help@stat.math.ethz.ch, Douglas Bates [EMAIL PROTECTED] Subject:Re: [R] my error with augPred Thank you for providing such a complete, self contained example

Re: [R] subsetting a data set

2006-09-08 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. Petr Pikal [EMAIL PROTECTED

Re: [R] subsetting a data set

2006-09-08 Thread Petr Pikal
Sorry, I did not notice that in your case Max is not a function but your data. So probably by(Max[, your.columns], list(Max$status), summary) is maybe what you want. HTH Petr On 8 Sep 2006 at 10:31, Petr Pikal wrote: From: Petr Pikal [EMAIL PROTECTED

Re: [R] subsetting a data set

2006-09-08 Thread Petr Pikal
[EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED] Copies to: r-help@stat.math.ethz.ch Subject:Re: [R] subsetting a data set Petr, Thanks I shall have at look at these options. Sorry about the confusion with the Max, in my example Max

Re: [R] subsetting a data set

2006-09-08 Thread Petr Pikal
Hi On 8 Sep 2006 at 10:33, Graham Smith wrote: Date sent: Fri, 8 Sep 2006 10:33:49 +0100 From: Graham Smith [EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED] Copies to: r-help@stat.math.ethz.ch Subject:Re: [R

Re: [R] abline and plot(augPred) help

2006-09-05 Thread Petr Pikal
- trellis.currentLayout() for(i in 1:nrow(tcL)) for(j in 1:ncol(tcL)) if (tcL[i,j] 0) { trellis.focus(panel, j, i, highlight = FALSE) panel.abline(a=a, b=b, v=v, h=h, ...) trellis.unfocus() } } Best regards. Petr Pikal On 4 Sep 2006 at 16:37, Gabor Grothendieck wrote

Re: [R] plot a new picture against an old one to see the difference between them

2006-09-05 Thread Petr Pikal
, minimal, self-contained, reproducible code. Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] my error with augPred

2006-09-04 Thread Petr Pikal
)) ^^^ and plot(augPred(fm2)) Throws an error. So it is not possible to use augPred with such constructions. Best regards. Petr Pikal On 2 Sep 2006 at 17:58, Spencer Graves wrote: Date sent: Sat, 02 Sep 2006 17:58:05 -0700 From

[R] abline and plot(augPred) help

2006-09-04 Thread Petr Pikal
have no clue, which parameter I shall modify to get measured points, fitted lines and vertical lines in panels together. Please help Thank you Best regards. Petr Pikal fm1 - lme(Orthodont) # standard plot plot(augPred(fm1, level = 0:1, length.out = 2)) #plot with vertical but without points

Re: [R] newbie question about index

2006-09-01 Thread Petr Pikal
0 0... 0 1 0 0 0 1 0 0... Is there something like b[a] =1 existing? I could not figure this out myself. - Mp3˙čżńËŃ-иčČȸč¸ßËŮĎ [[alternative HTML version deleted]] Petr Pikal [EMAIL PROTECTED

Re: [R] .Rprofile under Windoze.

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

Re: [R] .Rprofile under Windoze.

2006-08-31 Thread Petr Pikal
and to some of root directories, thank goodness (and Rcore development team :-), I am able to install R elsewhere and use it without some sophisticated hacking. Best regards Petr Pikal On 31 Aug 2006 at 7:50, Prof Brian Ripley wrote: Date sent: Thu, 31 Aug 2006 07:50:44 +0100

[R] plot(augPred) and abline help

2006-08-31 Thread Petr Pikal
(fm1, level = 0:1), panel=function(x,y,...) { panel.xyplot(x,y,...) panel.abline(v=10)} ) I am probably somewhere close but I have no clue, which parameter I shall modify to get measured points, fitted lines and vertical lines in panels together. Please help Thank you Best regards. Petr Pikal

Re: [R] How to iteratively extract elements out of a list

2006-08-28 Thread Petr Pikal
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. Petr Pikal [EMAIL PROTECTED] __ 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] Check values in colums matrix

2006-08-25 Thread Petr Pikal
code. Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] How to compare rows of two matrices

2006-08-24 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. Petr Pikal [EMAIL PROTECTED

[R] my error with augPred

2006-08-24 Thread Petr Pikal
Dear all I try to refine my nlme models and with partial success. The model is refined and fitted (using Pinheiro/Bates book as a tutorial) but when I try to plot plot(augPred(fit4)) I obtain Error in predict.nlme(object, value[1:(nrow(value)/nL), , drop = FALSE], : Levels

Re: [R] help: trouble using lines()

2006-08-24 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. Petr Pikal [EMAIL

Re: [R] help: trouble using lines()

2006-08-24 Thread Petr Pikal
) From: Simon Pickett [EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED] Copies to: r-help@stat.math.ethz.ch, Simon Pickett [EMAIL PROTECTED] Subject:Re: [R] help: trouble using lines() Hi, thanks for replying. No, there arent any

Re: [R] help: trouble using lines()

2006-08-24 Thread Petr Pikal
Pickett [EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED] Hi, I have a model with a three way interaction f2- lmer(late.growth ~ mtf+year+treat+hatch.day+ hatch.day:year+ hatch.day:treat+ mtf:treat+ treat:year+ year:treat:mtf+(1|fybrood), data = A) (one continuous and two

Re: [R] how to complete this task on data management

2006-08-23 Thread Petr Pikal
@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. Petr Pikal [EMAIL PROTECTED

Re: [R] how to complete this task on data management

2006-08-23 Thread Petr Pikal
there is some other solution HTH Petr On 23 Aug 2006 at 19:23, zhijie zhang wrote: Date sent: Wed, 23 Aug 2006 19:23:49 +0800 From: zhijie zhang [EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED] Subject:Re: [R] how to complete

Re: [R] nls

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

Re: [R] question re: summarry.lm and NA values

2006-08-15 Thread Petr Pikal
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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch

Re: [R] question re: summarry.lm and NA values

2006-08-15 Thread Petr Pikal
], wrote: From: Petr Pikal [EMAIL PROTECTED] To: r user [EMAIL PROTECTED], rhelp r-help@stat.math.ethz.ch Subject:Re: [R] question re: summarry.lm and NA values Date sent: Tue, 15 Aug 2006 17:15:01 +0200 Hi On 15 Aug 2006 at 7

Re: [R] bug in interaction order when using drop?

2006-08-11 Thread Petr Pikal
On 11 Aug 2006 at 12:31, Prof Brian Ripley wrote: Date sent: Fri, 11 Aug 2006 12:31:55 +0100 (BST) From: Prof Brian Ripley [EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED] Copies to: r-help@stat.math.ethz.ch Subject

Re: [R] categorical data

2006-08-10 Thread Petr Pikal
-contained, reproducible code. Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] Is there a better way than x[1:length(x)-1] ?

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

[R] bug in interaction order when using drop?

2006-08-10 Thread Petr Pikal
, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196), class = data.frame) Petr Pikal [EMAIL PROTECTED] __ R-help

Re: [R] bug in interaction order when using drop?

2006-08-10 Thread Petr Pikal
Ooops, my first suggestion reorders factor itself but if (drop) factor(ans) else ans instead of whole drop construction shall preserve levels order without changing order of factor Petr On 10 Aug 2006 at 16:32, Petr Pikal wrote: From: Petr Pikal [EMAIL PROTECTED

Re: [R] summary statistics on an entire data frame

2006-08-10 Thread Petr Pikal
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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing

Re: [R] How to export data to Excel Spreadsheet?

2006-08-08 Thread Petr Pikal
-guide.html and provide commented, minimal, self-contained, reproducible code. Petr Pikal [EMAIL PROTECTED] __ 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

[R] (Fwd) Re: paired t-test. Need to rearrange data?

2006-08-08 Thread Petr Pikal
--- Forwarded message follows --- From: Petr Pikal [EMAIL PROTECTED] To: Henrik Parn [EMAIL PROTECTED] Subject:Re: [R] paired t-test. Need to rearrange data? Date sent: Tue, 08 Aug 2006 16:13:47 +0200 Hi Uff, it takes me

Re: [R] paired t-test. Need to rearrange data?

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

Re: [R] (... not defined because of singularities) in lm()

2006-08-07 Thread Petr Pikal
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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing

Re: [R] User input from keyboard

2006-08-04 Thread Petr Pikal
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. Petr Pikal [EMAIL PROTECTED] __ 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] plotting picture data

2006-08-04 Thread Petr Pikal
://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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Vectorizing a for loop

2006-08-03 Thread Petr Pikal
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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing

Re: [R] efficient way to make NAs of empty cells in a factor (or character)

2006-08-03 Thread Petr Pikal
code. Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] Algebraic operation on the missing values

2006-08-01 Thread Petr Pikal
for the answer. The problem is I have to perform a forward selection on the set and in every step construct an orthonormal base for the subspace spanned on the selected vectors. This means that I can use only the full vectors for the constructing a base, or? Joanna --- Petr Pikal

Re: [R] Overlay Boxplot with scatter plot

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

Re: [R] DOE in R

2006-07-31 Thread Petr Pikal
. Dean Vrecko __ 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. Petr

Re: [R] Algebraic operation on the missing values

2006-07-31 Thread Petr Pikal
/posting-guide.html and provide commented, minimal, self-contained, reproducible code. Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] unexpected results

2006-07-21 Thread Petr Pikal
/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. Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

Re: [R] Fitting a distribution to peaks in histogram

2006-07-19 Thread Petr Pikal
would like to fit a distribution to each of the peaks in a histogram, such as this: http://photos1.blogger.com/blogger/7029/2724/1600/DU145-Bax3-Bcl-xL.pn g . The peaks are identified using Petr Pikal peaks function ( http://finzi.psych.upenn.edu/R/Rhelp02a/archive/33097.html), but after that I

Re: [R] How can I extract information from list which class is nls

2006-07-18 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. Petr Pikal [EMAIL PROTECTED

Re: [R] I think this is a bug

2006-07-18 Thread Petr Pikal
code. Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] Excel to R

2006-07-17 Thread Petr Pikal
/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Find peaks in histograms / Analysis of cumulative frequency

2006-07-17 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 Petr Pikal [EMAIL PROTECTED] __ R-help

Re: [R] information about a function

2006-07-17 Thread Petr Pikal
. Thanks in advance for any hints. -- Holger -- Holger __ 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 Petr Pikal

Re: [R] How to get R to ignore certain values when analyzing a column in a data table ?

2006-07-13 Thread Petr Pikal
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] Query : Modification of graphs

2006-07-13 Thread Petr Pikal
positive reply. Regards Priti. __ 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 Petr Pikal [EMAIL PROTECTED

Re: [R] Usage of repeat,while or loop. Documetation?

2006-07-13 Thread Petr Pikal
,homr1,a30,a35, a40,a45,a50,a55,a60,a65,l30,l35,l40,l45,l50,l55,l60,l65) __ 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 Petr Pikal

Re: [R] hopefully my last question on lapply

2006-06-28 Thread Petr Pikal
! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] persp/ scatterplot3d

2006-06-28 Thread Petr Pikal
utilize outer() scatterplot3d(x,y,z) # returns a 3d scatterplot, but not the way I would like to see it fit. Thank you so much for your help and support! mark Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

Re: [R] sapply question

2006-06-28 Thread Petr Pikal
-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] write.table csv help

2006-06-27 Thread Petr Pikal
-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 Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

Re: [R] Boxplot questions.

2006-06-27 Thread Petr Pikal
://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] sort matrix by sum of columns

2006-06-21 Thread Petr Pikal
, Albert. __ 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 Petr Pikal [EMAIL PROTECTED

Re: [R] nested for loop restriction?

2006-06-20 Thread Petr Pikal
://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] Accessing date subfields

2006-06-20 Thread Petr Pikal
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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

Re: [R] Vector Manipulation

2006-06-19 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 Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch

Re: [R] more  of a statistics/display question

2006-06-19 Thread Petr Pikal
! http://www.R-project.org/posting-guide.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-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED

Re: [R] How to change the margin widths in png-plots?

2006-06-19 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 Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing

Re: [R] Border line width?

2006-06-19 Thread Petr Pikal
/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Qurey : How to add trendline( st. line) in Graph

2006-06-19 Thread Petr Pikal
://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] how to do this sum?

2006-06-19 Thread Petr Pikal
/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] saving rounded numbers as a new variable in a dataframe

2006-06-19 Thread Petr Pikal
@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 Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] Graph and function

2006-06-19 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 Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list

Re: [R] Yahoo data download problem

2006-06-16 Thread Petr Pikal
/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] help with table partition

2006-06-15 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 Petr Pikal [EMAIL PROTECTED] __ R-help

Re: [R] Array

2006-06-15 Thread Petr Pikal
the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] matrix selection return types

2006-06-15 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 Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Access and assign list sub-elements using a string such as l$a$b

2006-06-15 Thread Petr Pikal
-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] Access and assign list sub-elements using a string suchas l$a$b

2006-06-15 Thread Petr Pikal
: Dimitris Rizopoulos [EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED], [EMAIL PROTECTED] Copies to: r-help@stat.math.ethz.ch Subject:Re: [R] Access and assign list sub-elements using a string suchas l$a$b Date sent: Thu, 15 Jun 2006 17

Re: [R] missing value where TRUE/FALSE needed

2006-06-14 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 Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing

Re: [R] using several columns from a Table in a procedure

2006-06-12 Thread Petr Pikal
read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] How can i add a color bar with base package

2006-06-12 Thread Petr Pikal
mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Combinig two data frames

2006-06-12 Thread Petr Pikal
://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] NA values

2006-06-12 Thread Petr Pikal
? Thanks and Regards [[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 Petr Pikal [EMAIL PROTECTED

Re: [R] barplot dataframes w/ varying dimensions

2006-06-09 Thread Petr Pikal
://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] help with combination problem

2006-06-08 Thread Petr Pikal
guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] Re-binning histogram data

2006-06-08 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 Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Re-binning histogram data

2006-06-08 Thread Petr Pikal
On 8 Jun 2006 at 11:35, Justin Ashmall wrote: Date sent: Thu, 8 Jun 2006 11:35:46 +0100 (BST) From: Justin Ashmall [EMAIL PROTECTED] To: Petr Pikal [EMAIL PROTECTED] Copies to: r-help@stat.math.ethz.ch Subject:Re

Re: [R] random sample from a file

2006-06-05 Thread Petr Pikal
://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] basic array question

2006-06-02 Thread Petr Pikal
/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] Time rather than dates?

2006-05-30 Thread Petr Pikal
-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] Add text/numbers to x axis?

2006-05-30 Thread Petr Pikal
://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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] factors and ops

2006-05-26 Thread Petr Pikal
guide! http://www.R-project.org/posting-guide.html Petr Pikal [EMAIL PROTECTED] __ 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

<    1   2   3   4   5   6   7   8   >