search for: lrm2

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

Did you mean: lrm
2012 Jul 31
2
phantom NA/NaN/Inf in foreign function call (or something altogether different?)
...lrm(Target.ACC ~ (Target.RESP + Word.Order)^2, sample1, x=T, y=T) Error in lrm(Target.ACC ~ (Target.RESP + Word.Order)^2, dat, x = T, y = T) : Unable to fit model using ?lrm.fit? unproblematic: > sample1.lrm1 = lrm(Target.ACC ~ (L1 + Relation + Target.RESP)^2, sample1, x=T, y=T) > sample1.lrm2 = lrm(Target.ACC ~ (L1 + Relation + Word.Order)^2, sample1, x=T, y=T) When running the problematic analysis on a smaller sample of the same data, I get a different (more precise?) error message: > sample2 <- sample1[1:500,] > sample2.lrm = lrm(Target.ACC ~ (Target.RESP + Word.Order)^2, s...