random
Simulate responses with random noise for censored linear regression model
Since R2025a
Syntax
Description
Examples
Input Arguments
Output Arguments
Alternative Functionality
For predictions without random noise, use predict
or feval
. These two
functions give the same predictions.
predict
accepts a single input argument containing all predictor variables, and gives confidence intervals on its predictions.feval
accepts multiple input arguments, with one input for each predictor variable.
Version History
Introduced in R2025a
See Also
fitlmcens
| CensoredLinearModel
| CompactCensoredLinearModel
| predict
| feval