powered by
Function returns the last element from history list.
last_history(O, t)
Expression if t is set to "expre", "iexpre", "oldprint" and "oldderiv". Numeric and string if t is equal to "value" and "operation", respectively.
transformed distribution object.
which characterization should be extracted.
B <- binomdist(10, 0.3) B2 <- -3*log(B) last_history(B2, "value") last_history(B2, "operation")
Run the code above in your browser using DataLab