Displaying 2 results from an estimated 2 matches for "somecolname".
2004 Mar 02
4
how to delete a matrix column
Hello,
I am new to R, How to delete a matrix column.
Thanks,
2012 Aug 01
3
Best Programming Practices regarding data frames
Hello,
I come from using different programming languages (C++, Mathematica, Perl) but have been using R extensively for several months. I see the data frame as a key piece of the language and wanted to inquire people's experience regarding its use.
Say you have a data frame D
D <- data.frame(some columns)
and you define a function that needs the information from this data frame and is