search for: plotseq

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

Did you mean: plots
2012 Apr 20
1
predictOMatic for regression. Please try and advise me
...Matic(m1, fl = list(x2 = c(0.25, 1.0), xcat2 = c("M","D"))) predictOMatic(m1, fl = list(x2 = c(0.25, 1.0), xcat2 = c("M","D")), interval="conf") newdf <- predictOMatic(m1, fl = list(x2 = c(0.25, 1.0), xcat2 = c("M","D"), x1=plotSeq(dat$x1))) plot(y ~ x1, data= model.frame(m1)) by(newdf, list(newdf$x2, newdf$xcat2), function(x) {lines(x$x1, x$fit)}) newdataMaker(m1, fl = list(x2 = c(-1,0, 1), xcat2 = c("M","D"))) predictOMatic(m1, fl = list(x2 = range(dat$x2), xcat2 = c("M","D"))) ne...