Convert normal to likert
norm2likert(x, prob, labels = names(prob), mu = mean(x), sd = stats::sd(x))
a vector with the specified distribution
the normally distributed vector
a vector of probabilities or counts; if named, the output is a factor
a vector of values, defaults to names(prob) or 1:length(prob), if numeric, the output is numeric
the mean of x (calculated from x if not given)
the SD of x (calculated from x if not given)