[R] Using randtest in rlq works for one dataset, but not for the other....

2015-04-09 Thread Jacqueline
quot;1","2","3","4",..: 6 4 4 3 3 5 5 4 3 3 ... summary(pres.rlq) Eigenvalues decomposition: eig covar sdR sdQ corr 1 0.6267516 0.7916764 1.724234 2.008068 0.2286511 2 0.2434880 0.4934451 1.153176 1.944874 0.2200148 Inertia & coin

[R] How to apply a function to every element of a dataframe, when the function uses for each colummn and row different values to calculate with?

2013-08-20 Thread Jacqueline Oehri
think Im far away from a solution! Can somebody help me out and give me a hint what to do? does somebody know a clever way to achieve tasks 1) &2) ? Im very glad about every input! Thanks a lot already!!! Have a nice day! Best wishes, Jacqueline > dput(d) structure(list(PL_7_1_7.tx

Re: [R] Fwd: Questions about working with a dataframe

2013-06-27 Thread Jacqueline Oehri
Dear Mr. Kane Thank you very much for your recommendations!!! And I apologise for all circumstances!! I will do so as you said in the future! Have a nice day, Best wishes Jacqueline   Gesendet: Mittwoch, 26. Juni 2013 um 17:34 Uhr Von: "John Kane" An: "Jacqueline Oehri"

[R] 2nd question about adding an additional variable along certain criteria in a dataframe

2013-06-26 Thread Jacqueline Oehri
Hello everybody, I have a question concerning the work with my dataframe and i hope some of you can help me out: I have A data frame called "WWA" that looks like the "testframe" underneath: Additionally, i have a testvector, containing coordinate IDs: testvector <-c("503146","551154","557154")

[R] Replace NaN with zero

2008-11-25 Thread Spilak,Jacqueline [Edm]
I need help with replacing NaN with zero (the value '0') in my dataset. The reason is that I can't get it to graph because of the NaN in the dataset. I have tried: data[is.nan(data)] <- 0 that others have suggested in the help archives but this does nothing so I am not sure what I am doing wrong.

[R] map points from scatterplot3d onto 2d fitted plane

2008-10-23 Thread Jacqueline Hall
plane. Is there a package/function that can help me do this that I have missed? or does anyone have any suggestions / sample code to get me started in the right direction? Thanks very much for your help! Jacqueline #R-2.6 ## example 5 data(trees) s3d <- scatterplot3d(trees, type

[R] (no subject)

2008-04-28 Thread Spilak,Jacqueline [Edm]
match up to the bars already on the graph with the axis for the A_number on the right side of the graph and with a different scale. Any help to do this is greatly appreciated. Thanks in advance Jacqueline [[alternative HTML version deleted]] __

[R] Two graphs on one using barchart

2008-04-28 Thread Spilak,Jacqueline [Edm]
t;, ylab= "Time in Minutes", origin = 0, > groups= Year) > > I want to add the A_number data to the plot that I have so far and I > want it as little line bars that match up to the bars already on the > graph with the axis for the A_number on the right side of the graph >

Re: [R] Bar width and labels in barchart

2008-01-25 Thread Spilak,Jacqueline [Edm]
-Original Message- From: Deepayan Sarkar [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 9:56 AM To: Spilak,Jacqueline [Edm] Cc: r-help@r-project.org Subject: *SPAM* Re: [R] Bar width and labels in barchart On 1/23/08, Spilak,Jacqueline [Edm] <[EMAIL PROTEC

[R] Bar width and labels in barchart

2008-01-23 Thread Spilak,Jacqueline [Edm]
Hi everyone I am using barchart to make my graphs. Here is my code. barchart(percent_below ~ factor(Year)| factor(Season, levels=unique(Season)), data= .season_occurrence, origin = 0, layout = c(4, 1), scales=list(tick.number=ticknum,labels=NULL), ylim=c(0, ymax), group = factor(Yea

Re: [R] adding lines to a barchart

2007-12-21 Thread Spilak,Jacqueline [Edm]
with a legend for it at the side, is this possible? And my other question is that there seems to be a gap between where the bars start and the x-axis, it is kinda funny looking so is there anyway to change this? Thanks for all the help On 12/19/07, Spilak,Jacqueline [Edm] <[EMAIL PROTECTED]>

[R] adding lines to a barchart

2007-12-19 Thread Spilak,Jacqueline [Edm]
Hi all I can't find what I am looking for so I am asking here. I have a dataset that looks something like this. Year season percent_below 2000 Winter 6.9179870 2000 Spring 1.6829436 2000 Summer 1.8463501 2000 Autumn 3.8184993 2001 Winter 2.8832806 2001 Sprin

[R] Subset any value and blanks

2007-09-19 Thread Spilak,Jacqueline [Edm]
Hi everyone I need help with subseting a data set. In my dataset there is a specific row that will either have a value or be blank. I would like to subset (or split) the dataset into one dataset with the row that has the value and another dataset that has just the blanks. Now the thing is that t