Displaying 1 result from an estimated 1 matches for "allofmyx".
Did you mean:
allofmyxs
2012 Nov 08
3
Beginner help about output in R
Dear R experts,
I am a beginner with R and I have a question regarding the output of a
function.
Basically, I created 2 functions, value1 and value2, that calculate two
values, and I would like to print those two values to an output datafile. I
tryed the following function:
function (x) {write.table(data.frame(value1(x),value2(x)),file=output.txt)}
My problem is that I would like to calculate