CompactCensoredLinearModel
Description
CompactCensoredLinearModel
is a compact version of a full, censored linear
regression model object CensoredLinearModel
.
Because a compact model does not store the input data used to fit the model or information
related to the fitting process, a CompactCensoredLinearModel
object uses less memory than a
CensoredLinearModel
object. You can still use a compact model to predict
responses using new input data, but some CensoredLinearModel
object functions
do not work with a compact model.
Creation
Create a CompactCensoredLinearModel
model from a full, trained CensoredLinearModel
object by
using compact
.
Properties
Object Functions
plotSlice | Plot of slices through fitted censored linear regression surface |
predict | Predict responses of censored linear regression model |
partialDependence | Compute partial dependence |
plotPartialDependence | Create partial dependence plot (PDP) and individual conditional expectation (ICE) plots |
feval | Predict responses of censored linear regression model using one input for each predictor |
random | Simulate responses with random noise for censored linear regression model |
coefCI | Confidence intervals of coefficient estimates for censored linear regression model |
coefTest | Linear hypothesis test on censored linear regression model coefficients |
Examples
References
[1] Allison, P. D. Measures of Fit for Logistic Regression, Statistical Horizons LLC and the University of Pennsylvania, 2014.
[2] Law, M., and Jackson, D. Residual Plots for Linear Regression Models with Censored Outcome Data: A Refined Method for Visualizing Residual Uncertainty, Communications in Statistics - Simulation and Computation, vol. 46, no. 4, pp. 3159–71, 2017.
Version History
Introduced in R2025a