search for: prondist

Displaying 1 result from an estimated 1 matches for "prondist".

Did you mean: probdist
2011 Nov 09
2
Problem with simple random slope in gam and bam (mgcv package)
...n 1.7-10, but problem also occurs with earlier versions (e.g., 1.7-6) > dat = read.csv('dat.csv',header=T) # data available at: http://www.martijnwieling.nl/dat.csv > dim(dat) # the original dataset is larger, but the problem also occurs in this subset [1] 20000 4 > model = bam(PronDist ~ s(Participant,IsDem,bs="re"), data=dat) > print(model) # works fine > summary(model, freq=T) # works fine > summary(model) # the Bayesian p-value estimation does not work: Error in eigen(B, symmetric = TRUE) : infinite or missing values in 'x' I obviously am interested...