Skip to content
Prev 12299 / 20628 Next

lqmm - package: Error in f(arg, …) : NA/NaN/Inf in foreign function call (arg 1)

Dear mailing list,

After some requests I finally managed to make my error reproducible -
please find the dataset here:

https://dl.dropboxusercontent.com/u/79415744/mixedModelDataSet.txt

require("lqmm")

stackoverflow <- read.table("mixedModelDataSet.txt",  sep="\t", header
= TRUE ) # import

mixMoGs15 <- lqmm(gsDeviationMio ~ aoi, random =  ~ 1, group = vpName,
data = stackoverflow, tau = 0.15)

Thanks in advance for your help,
Best,
Florian
On Sat, Aug 16, 2014 at 5:57 PM, florian k. <zournyque at gmail.com> wrote: