Regressione non lineare
Modelli di regressione non lineare a effetti fissi e misti
In un modello di regressione non lineare, la variabile di risposta non deve necessariamente essere espressa come una combinazione lineare dei coefficienti del modello e delle variabili predittive. È possibile eseguire una regressione non lineare con o senza l'oggetto NonLinearModel oppure utilizzando lo strumento interattivo Nonlinear Regression Fitter Tool.
Funzioni
Oggetti
NonLinearModel | Nonlinear regression model |
Argomenti
Modelli non lineari
- Nonlinear Regression
Parametric nonlinear models represent the relationship between a continuous response variable and one or more continuous predictor variables. - Nonlinear Regression Workflow
Import data, fit a nonlinear regression, test its quality, modify it to improve the quality, and make predictions based on the model. - Weighted Nonlinear Regression
This example shows how to fit a nonlinear regression model for data with nonconstant error variance. - Pitfalls in Fitting Nonlinear Models by Transforming to Linearity
This example shows pitfalls that can occur when fitting a nonlinear model by transforming to linearity. - Nonlinear Logistic Regression
This example shows two ways of fitting a nonlinear logistic regression model.
Effetti misti
- Mixed-Effects Models
Mixed-effects models account for both fixed effects (which represent population parameters, assumed to be the same each time data is collected) and random effects (which act like additional error terms). - Mixed-Effects Models Using nlmefit and nlmefitsa
Fit a mixed-effects model, plot predictions and residuals, and interpret the results. - Examining Residuals for Model Verification
Examine thestatsstructure, which is returned by bothnlmefitandnlmefitsa, to determine the quality of your model.