Andy in MATLAB Answers
Letzte Aktivitätam 14 Okt. 2019

Hi Simbiology Team: I wanted to complete a visual predictive check (VPC) following a popPK analysis using the sbionlmefitsa. I brought this up to the Simbiology team some years ago and explained that it is generally standard practice to complete a VPC following NLME population pharmacokinetics. I thought to adapt this example that used sbiofit - the nonlinear least-squares regression - for the sbionlmefitsa and it did not work: https://www.mathworks.com/help/simbio/ref/simbiology.fit.parameterconfidenceinterval.html ci = sbioparameterci(fitResults) ci_results= sbiopredictionci(ci); Plot Confidence Intervals for Model Predictions plot(ci_results) I understand there is a SimFunction tool as well. Is there way, I can simply export Simbiology results or the results as fitResults.m to do a VPC from a PopPK Example in Matlab Simbiology? Thank you.