Displaying 1 result from an estimated 1 matches for "gfd73".
Did you mean:
fd73
1998 Sep 15
0
R-beta: data.entry()
...y?
One other question. At the end of term I want to print up the spreadsheet
(name, student#, test1, test2, etc). The marks will all be in a data
frame. Is it possible to get a print out like:
Name Number test1 test2 test3 ...
-----------------------------------------------
bob ads12 10 20 30
joe gfd73 20 30 50
...
(I know this is not using data.entry, but the idea of using data.entry is
to simulate a spreadsheet, and one thing you do with spreadsheets is make
print-outs like this)
Thanks for any help! BTW I think it would be helpful to have a little
write-up in Notes on R, I would do it if y...