# A regression model using the ozone example
data(airquality)
ozone.rp <- rfPermute(
Ozone ~ ., data = airquality, ntree = 100,
na.action = na.omit, nrep = 50, num.cores = 1
)
# Plot the null distributions and observed values.
plotNull(ozone.rp)
Run the code above in your browser using DataLab