| Contents | Index |
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 or nlmefitsa. For sbiofitstatusplot, the value of stop is always false.
Use sbiofitstatusplot to obtain status information about NLME fitting when using the sbionlmefit or sbionlmefitsa function . Specify sbiofitstatusplot as a function handle by using the optionStruct (options structure) input argument to sbionlmefit or sbionlmefitsa. Use sbiofitstatusplot or customize your own function to use in the options structure.
beta |
The current fixed effects. |
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'. optionStruct.Options.OutputFcn = @sbiofitstatusplot; % Pass options structure with OutputFcn to sbionlmefit function. results = sbionlmefit(..., optionStruct);
nlmefit | sbionlinfit | sbionlmefit | sbionlmefitsa

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |