richelbilderbeek / raket

What is the error we make, when nature has protracted speciation, and inference ignore this?
GNU General Public License v3.0
0 stars 0 forks source link

Prerequisite: can create such a big data frame #9

Closed richelbilderbeek closed 6 years ago

richelbilderbeek commented 6 years ago

A data.frame has its limits. Check these.

richelbilderbeek commented 6 years ago

R struggled with this: need to call gc() after removing the data frames from memory.

richelbilderbeek commented 6 years ago

Needed to decrease the number of rows by a factor of 2. This is fair: in testing it needs two data frames to compare (the one saved, and the one loaded).

This results in 20K rows.

richelbilderbeek commented 6 years ago

Use rkt_get_max_n_cols and rkt_get_max_n_rows to determine this size.