| Lemons | R Documentation |
Sales data for the Chrysler Town & Country.
Lemons
VehBCostAcquisition cost paid for the vehicle at time of purchase.
MMRAcquisitionAuctionAveragePriceAcquisition price for this vehicle in average condition at time of purchase.
MMRAcquisitonRetailCleanPriceAcquisition price for this vehicle in the above Average condition at time of purchase.
MMRAcquisitionRetailAveragePriceAcquisition price for this vehicle in the retail market in average condition at time of purchase.
MMRAcquisitonRetailCleanPriceAcquisition price for this vehicle in the retail market in above average condition at time of purchase.
MMRCurrentAuctionAveragePriceAcquisition price for this vehicle in average condition as of current day.
MMRCurrentAuctionCleanPriceAcquisition price for this vehicle in above condition as of current day.
MMRCurrentRetailAveragePriceAcquisition price for this vehicle on the retail market in average condition as of current day.
MMRCurrentRetailCleanPriceAcquisition price for this vehicle on the retail market in above average condition as of current day.
WarrantyCostWarranty price (term=36month and millage=36K).
VehOdoThe vehicle's odometer reading.
data(Lemons)
alpha<-0.5
p<-ncol(Lemons)
ns<-FRCSnumStarts(p=p,eps=(1-alpha)*4/5)
Fit<-FastRCS(x=Lemons[,-1],y=Lemons[,1],nSamp=ns,seed=1)
plot(Fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.