search for: sample_tim

Displaying 5 results from an estimated 5 matches for "sample_tim".

Did you mean: sample_time
2009 Jan 07
1
Parse-Error creates strange function calls (completely different printouts) (PR#13436)
...uts were completely different than expected; and when commenting the new stuff out, the OK-behaviour came back. Here a diff of the code: ===================================== oliver at siouxsie:~/R-BUG$ diff ok.R buggy.R 64c64 < res.txt <- paste(# "\n\n Anzahl der Messungen:", sample_times, "\n", --- > res.txt <- paste("\n\n Anzahl der Messungen:", sample_times, "\n", oliver at siouxsie:~/R-BUG$ ====================================== You see, I only wanted to print out a variable. But the output is much bigger now: ************************...
2009 Jan 08
0
Parse-Error creates strange function calls (completely different (PR#13438)
...d; and when commenting the new stuff out, > the OK-behaviour came back. > > > Here a diff of the code: > > ===================================== > oliver at siouxsie:~/R-BUG$ diff ok.R buggy.R > 64c64 > < res.txt <- paste(# "\n\n Anzahl der Messungen:", sample_times, "\n", > --- > >> res.txt <- paste("\n\n Anzahl der Messungen:", sample_times, "\n", >> > oliver at siouxsie:~/R-BUG$ > ====================================== > > You see, I only wanted to print out a variable. > > &g...
2009 Jan 11
2
Strange behaviour of paste
Hello, here I have some code, which behaves quite strange, IMHO. There is a "res.txt" which will be collected before printing it. There is a paste-statement, which has a comment at the end of the line, which is this one: "# !!!!!HERE!!!!!". If you throw out the first hash-mark "#" on that line, the printout behaves like if it is done for each of the for-loop
2013 Feb 09
3
help on plotting series with different x-axis values on a graph with one x-axis
Hi, I have run into this problem a couple of times now and hope you can help! If I want to plot mulitiple series with differing x-axis values (however, all in the same range) in 1 plot with one common axis R obstruses the plots. E.g. if I plot water content against time and I start with the sampler at 5 cm depth, it plots that one right. But the next depth, 15 cm, is measured at slightly
2012 Sep 13
0
split plot experiment with a repeated measure
...and how I might viably analyse this dataset: The experiment has 3 blocks with a three level main plot treatment, split to a two level treatment. In this case most parameters are also measured repeatedly at 1-3 monthly intervals. Ideally I would like to test the full response~treatment_1*treatment_2*sample_time model, but don't know what the structure should be, or even whether this is a viable analysis. I should probably add that neither the main or sub plots are randomised. Thanks Mike Palmer