mycpp / myCPP

https://bccpp.shinyapps.io/mycpp/#gh
GNU General Public License v2.0
3 stars 1 forks source link

Change result matrix variables #33

Open mhalsted opened 8 years ago

mhalsted commented 8 years ago

currently the matrix points to variable by use of numbers, indicating the variables place in the matrix. This is difficult to read, complicating trouble shooting. As R allows the programmer to identify the variable by name (rather than position), it is recommended to do this in the code.