Displaying 1 result from an estimated 1 matches for "colum_a".
Did you mean:
column_a
2005 Mar 21
1
working with tables
...oops.
Each loop will generate a few outputs. Finally I have to combine them to get
something like a "spreadsheet" that my colleagues can import in EXCEL.
Up to now I'm doing it as follows:
With each loop-step I assign new values for each "column" of my desired
output like
colum_A=c(column_A,new_value)
At the end I combine all columns: my_table=cbind(column_A,column_B ... )
I think there should be another easier way to assign the new lines directly,
isn't it?
(2) I often have to use the "fitdistr" function included in library MASS.
The generated output for...