Parameter transformation in sbiofitmixed

조회 수: 5 (최근 30일)
Ben
Ben 2021년 3월 24일
댓글: Ben 2021년 3월 25일
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

답변 (1개)

Florian Augustin
Florian Augustin 2021년 3월 24일
Hi Ben,
An alternative idea would be to compute a confidence interval for the fixed effects (for example, estimatedValue + [-1.96, 1.96] * standardError). You can then back-transform the confidence interval to get a confidence interval for the population parameters. Would this give you the information you are looking for?
Best,
Florian
  댓글 수: 1
Ben
Ben 2021년 3월 25일
Hello,
It solves my problem, thank you! However I am still curious if one can obtain the back transformed values with a function, or is it not possible?
Best,
Bence

댓글을 달려면 로그인하십시오.

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Nonlinear Mixed-Effects Modeling에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by