| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → SimBiology |
| Contents | Index |
| Learn more about SimBiology |
stop = sbiofitstatusplot(beta, status, state)
stop = sbiofitstatusplot(beta, status, state) initializes or updates a plot with the fixed effects, beta, the log likelihood status.fval, and the variance of the random effects, diag(status.Psi).
The function returns an output (stop) to satisfy requirements for the 'OutputFcn' option of nlmefit. For sbiofitstatusplot, the value of stop is always false.
Specify sbiofitstatusplot in the sbionlmefit function using the optionstruc (options structure) argument, to obtain status information about NLME fitting. Use sbiofitstatusplot or customize your own function to use in the options structure.
beta |
The current fixed effects. |
status |
Structure containing several fields.
|
state |
Either 'init', 'iter', or 'done'. |
Alternating algorithm for the optimization of the LME or RELME approximations
First-order estimate
First-order conditional estimate
Optimization of the Laplacian approximation for FO or FOCE
Linear mixed-effects estimation
Nonlinear mixed effects
Profiled likelihood maximization
Penalized nonlinear least squares
Restricted likelihood for the linear mixed-effects model
Obtain status information for NLME fitting:
% Create options structure with 'OutputFcn'. options.Options.OutputFcn = @sbiofitstatusplot; % Pass options structure with OutputFcn to sbionlmefit function. results = sbionlmefit(..., options);
nlmefit | sbionlinfit | sbionlmefit
![]() | sbioevent | sbiogetmodel | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |