search for: misdefined

Displaying 2 results from an estimated 2 matches for "misdefined".

Did you mean: isdefined
2005 Jun 06
1
Bug from revision 9316: SB_ENC_STACK misdefined
Revision 9316 introduced SB_ENC_STACK and friends, but misdefines SB_ENC_STACK to be too small, resulting in quite noticable artifacts in wideband mode as well as memory corruption and a crash (sooner or later). The patch below should return SB_ENC_STACK to be equal to what it replaced. Index: sb_celp.c =================================================================== --- sb_celp.c
2007 Aug 10
0
half-logit and glm (again)
...(validmu(mu) && valideta(eta))) stop("cannot find valid starting values: please specify some") : missing value where TRUE/FALSE needed In addition: Warning message: NaNs produced in: qlogis(p, location, scale, lower.tail, log.p) ################# It looks like I've misdefined something and it is going outside the specified domains for the functions. I can't find any reference to starting starting values in help for glmmPQL() or lme(). If anyone has any working code where they've done a user defined link function, it would be greatly appreciated. Thanks,...