Displaying 2 results from an estimated 2 matches for "a1c1".
Did you mean:
a101
2006 Apr 10
3
SE estimates for treatment groups from nlme
I am wondering how to obtain SE estimates for fixed effects from a nonlinear mixed effects model?
I have fixed effects corresponding to three factors A, B and C with 2, 3 and 3 levels respectively. I have fit a model of the following general form:
nlme1<-nlme(y~ SasympOrig(x, Asym, lrc), data=df, fixed=list(Asym~A*B*C, lrc~A*B*C),
start=c(fixef(ETR.nlme)[1], rep(0,17), fixef(ETR.nlme)[2],
2013 Dec 10
6
Email out of Rescue
I''m trying to set up a means to automatically send an email from certain
parts of troubled code, that is, very often, code that might appear in the
Rescue predicate of a begin.....rescue, so as to track down issues remotely.
Surely there must be a gem for such? If not, how might one construct
something like this in code? TIA, RVic
--
You received this message because you are