# Plot real and randomised data for the Mass dataset
data(MassOutput)
data(MassRand)
plothist(dataset = MassOutput, datasetrand = MassRand, histq = 0.95)
# Plot deltaAICc when no randomised data is provided
data(MassOutput)
plothist(dataset = MassOutput)Run the code above in your browser using DataLab