Need fresh eyes to see what I'm missing
On Tue, 14 Sep 2021, Bert Gunter wrote:
Remove all your as.integer() and as.double() coercions. They are unnecessary (unless you are preparing input for C code; also, all R non-integers are double precision) and may be the source of your problems.
Bert, Are all columns but the fps factors? Rich