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 am having trouble getting the standard normal density function from your book to work with the DerivSplines and was wondering if I need to adapt it in some way. I am currently using
<
Running the model with this derivForm returns an error: "Error in integrate(function(s) s^pow * dnorm(t - s), 0, t) :
evaluation of function gave a result of wrong length
In addition: Warning messages:
1: In s^pow :
longer object length is not a multiple of shorter object length
2: In s^pow * dnorm(t - s) :
longer object length is not a multiple of shorter object length"
I haven't been able to find any sample syntax for applying weighting functions to splines for JM and would appreciate any guidance. Thank you!
The text was updated successfully, but these errors were encountered:
Hi Dr. Rizopoulos,
I am having trouble getting the standard normal density function from your book to work with the DerivSplines and was wondering if I need to adapt it in some way. I am currently using
<
corresponding to lme object with code
<
Running the model with this derivForm returns an error: "Error in integrate(function(s) s^pow * dnorm(t - s), 0, t) :
evaluation of function gave a result of wrong length
In addition: Warning messages:
1: In s^pow :
longer object length is not a multiple of shorter object length
2: In s^pow * dnorm(t - s) :
longer object length is not a multiple of shorter object length"
I haven't been able to find any sample syntax for applying weighting functions to splines for JM and would appreciate any guidance. Thank you!
The text was updated successfully, but these errors were encountered: