Skip to content
Prev 386600 / 398502 Next

making code (loop) more efficient

Hi Ana,
My guess is that in your second code fragment you are assigning the
rownames of "a" and the _values_ contained in a$blup to the data.table
"data". As I don't have much experience with data tables I may be
wrong, but I suspect that the column name "blup" may not be visible or
even present in "data". I don't see it in "dd" above this code
fragment.

Jim
On Wed, Dec 16, 2020 at 11:12 AM Ana Marija <sokovic.anamarija at gmail.com> wrote: