[R] grofit package problem inputting dataset

2014-08-08 Thread Fethe, Michael
I've recently wanted to analyze some data sets of growth curves; so, I decided to try out the grofit package the dataset inputting gave me some issues. I've been trying to replicate the example from the grofit package with R > foo <- ran.data(100, 25) > time <- foo$time > data <- foo$data

[R] If else loop problem: the condition has length > 1 and only the first element will be used

2013-08-25 Thread Fethe, Michael
Hi all, I'm running an if else loop to normalize my data to a known control. I have calculated values that need to be subtracted from each treatment applied. I'm trying this within a for loop with if and else commands to apply to correct subtraction. This is done as follows: attach(data.2013)

Re: [R] If else loop problem: the condition has length > 1 and only the first element will be used

2013-08-26 Thread Fethe, Michael
a-j)? This code produces : In Ops.factor(signal2, 10.465507) : - not meaningful for factors Thanks for the input. ____ From: Dennis Murphy Sent: Monday, August 26, 2013 4:59 AM To: Fethe, Michael Subject: Re: [R] If else loop problem: the condition has length > 1 and

Re: [R] If else loop problem: the condition has length > 1 and only the first element will be used

2013-08-26 Thread Fethe, Michael
689 -43.47 645.53 > #4 Pto 72 624 -68.17 555.83 > #5 Pto 72 666 -68.17 597.83 > #6 Pto 24 620 -29.39 590.61 > > > #or ?merge() > > A.K. > > > > > - Original Message - > From: Bert Gunter > To: arun > Cc: &q