Ben in MATLAB Answers
Last activity on 25 Mar 2021

Hello, I have a question regarding sbiofitmixed. I have fitted a model using log parameter transformation. In the NLMEresults object I can see the transformed values of the fixed effects in conjunction with their standard errors. While I can extract the original non-transformed values of the fixed effect by either using exp to transform them back or extracting them from the NLMEResults.PopulationParameterEstimates field, I can not do the same with the standard errors. I could in theory use the Delta method but I have a small sample size so that is not a proper idea here. My question is if there is a way to extract the back-tranformed Standard Errors of the model fit using sbiofitmixed or the NLMEResults object? Thank you for your answers in advance. Best, Ben