You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to access fit$etaH for a model just now, and I got NULL back. When I tried to access fit$phiRSE I got the helpful warning that I needed to use addCwres() to make it work.
How hard would it be to add that warning to all the related parameters? I'm guessing that it would be all the $phiXXX and $etaXXX calls.
phiH is actually in the object. The rest are derived. It is a bit more difficult to add warnings when accessing actual internal objects instrad of methods accessed by $. Still it is possible....
I tried to access
fit$etaH
for a model just now, and I gotNULL
back. When I tried to accessfit$phiRSE
I got the helpful warning that I needed to useaddCwres()
to make it work.How hard would it be to add that warning to all the related parameters? I'm guessing that it would be all the
$phiXXX
and$etaXXX
calls.nlmixr2est/R/nmObjGet.R
Line 275 in 4841792
The text was updated successfully, but these errors were encountered: