last_history {mistr} | R Documentation |
Function returns the last element from history list.
last_history(O, t)
O |
transformed distribution object. |
t |
which characterization should be extracted. |
Expression if t is set to "expre", "iexpre", "oldprint" and "oldderiv". Numeric and string if t is equal to "value" and "operation", respectively.
B <- binomdist(10, 0.3)
B2 <- -3*log(B)
last_history(B2, "value")
last_history(B2, "operation")