Hello.
I am a graduate student using GLIMMIX to analyze count data. I am
investigating the effects that the point count distance to industrial
disturbance has on bird abundance. Several of my models are bringing
up a note which I have not encountered before. Has anyone encountered
this warning? Any advice? I would appreciate any advice.
Thanks,
Holly
2173 title 'Point Count Distance To DIRT Model';
2174 proc glimmix data=merged method=LAPLACE IC=pq;
2175 class section pasture;
2176 model species=logPCDT_DIRT/ dist=p link=log solution DDFM=BW;
2177 random intercept / subject=section(pasture);
2178 run;
NOTE: Convergence criterion (GCONV=1E-8) satisfied.
NOTE: At least one element of the gradient is greater than 1e-3.
NOTE: PROCEDURE GLIMMIX used (Total process time):
real time 0.28 seconds
cpu time 0.25 seconds
|
|
0
|
|
|
|
Reply
|
holly.bogard (1)
|
3/24/2010 7:42:03 PM |
|
On Mar 24, 3:42=A0pm, Holly Kalyn Bogard <holly.bog...@ec.gc.ca> wrote:
> Hello.
>
> I am a graduate student using GLIMMIX to analyze count data. =A0I am
> investigating the effects that the point count distance to industrial
> disturbance has on bird abundance. =A0Several of my models are bringing
> up a note which I have not encountered before. =A0Has anyone encountered
> this warning? =A0Any advice? =A0I would appreciate any advice.
>
> Thanks,
>
> Holly
>
> 2173 =A0title 'Point Count Distance To DIRT Model';
> 2174 =A0proc glimmix data=3Dmerged method=3DLAPLACE IC=3Dpq;
> 2175 =A0class section pasture;
> 2176 =A0model species=3DlogPCDT_DIRT/ dist=3Dp link=3Dlog solution DDFM=
=3DBW;
> 2177 =A0random intercept / subject=3Dsection(pasture);
> 2178 =A0run;
>
> NOTE: Convergence criterion (GCONV=3D1E-8) satisfied.
> NOTE: At least one element of the gradient is greater than 1e-3.
> NOTE: PROCEDURE GLIMMIX used (Total process time):
> =A0 =A0 =A0 real time =A0 =A0 =A0 =A0 =A0 0.28 seconds
> =A0 =A0 =A0 cpu time =A0 =A0 =A0 =A0 =A0 =A00.25 seconds
Out of curiosity, why didn't you set use the adaptive quadrature
method (method=3Dquad)? -Ryan
|
|
0
|
|
|
|
Reply
|
Ryan
|
3/24/2010 9:11:06 PM
|
|