Get prediction dafa of models
get_feasibility(model, newdata)get_entropy(model, newdata)
get_stats(model, newdata, slot = "all", stats = c("mean", "sd"))
suropt model
input data where predictions will be done
character indicating slot, must be 'y', 'g' or 'all' (default)
character indicating statistics to be taken, must be one or some of 'mean', 'sd', 'lower95', 'upper95' or 'trend'
Bla