search for: insrow

Displaying 2 results from an estimated 2 matches for "insrow".

Did you mean: inrow
2004 Feb 12
1
suggestion "suggestion" and dataframe operations
...does not seem to have optional parameters to specify what statistics I would like. this could be useful, too. another small enhancement: there are four elementary data frame operations that bedevil novices, so they really should have named function wrappers: delrow( dataframe d, index=45); insrow( dataframe d, (row)vector v); delcol( dataframe d, "name"); inscol( dataframe d, (col)vector v); I looked at my R "bible" (venables&ripley), too, but here too it is not as clear as it needs to be. yes, this may be programmable, but it ain't as obvious as it should...
2004 Feb 24
0
Suggestions ?!?!
...does not seem to have optional parameters to specify what statistics I would like. this could be useful, too. * another small enhancement: there are four elementary data frame operations that bedevil novices, so they really should have named function wrappers: delrow( dataframe d, index=45); insrow( dataframe d, (row)vector v); delcol( dataframe d, "name"); inscol( dataframe d, (col)vector v); Even a simple alias would do (maybe named row.delete, column.delete). I looked at my R "bible" (venables&ripley), too, but here too it is not as clear as it needs to be. yes,...