Learn R Programming

nlr (version 0.1-3)

lotsout: Artificially Contaminated Data from Logistic model.

Description

lotsout is artificially Contaminated Data from Logistic model, using the computed parameter values from the estimates of fited chicken growth Weights data.

Usage

data("lotsout")

Arguments

Format

The format is: chr "lotsout"

  • lotsout[,1]: predictors repeated two times.

  • lotsout[,2]: response simulated from the parameter estimates and logistic model.

Details

The predictor is similar to predictor of chicken growth Weights data but only repeated two times. The response is simulated from logistic model using the parameters from estimated fit for chicken growth data. This selection is used to mimic a real data example to have more natural behaviour.

References

Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.

Examples

Run this code
# NOT RUN {
lotsout
# }

Run the code above in your browser using DataLab