search for: aoeo

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

Did you mean: aoe
2012 May 23
0
gam (mgcv) vs. multiple regression breakpoint analysis: inconsistencies?
...39;d really appreciate it if someone could help shed light on these findings... Perhaps I'm doing something wrong, but the results go against my intuition. With kind regards, Martijn Wieling, University of Groningen ### breakpoint analysis using lm, both with and without covariate # note that AoEO indicates the AOA # LR denotes Length of Residence deviances1 = rep(Inf, 20) deviances2 = rep(Inf, 20) for (breakpoint in 6:20) { spk$ShiftedAoEO = spk$AoEO - breakpoint; spk$PastBreakPoint = as.factor(spk$ShiftedAoEO > 0); m1 = lm(LDlog ~ ShiftedAoEO:PastBreakPoint,data=spk) m2 = lm(LDlog...