Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

last_history

Returns the Last Element from History List


Description

Function returns the last element from history list.

Usage

last_history(O, t)

Arguments

O

transformed distribution object.

t

which characterization should be extracted.

Value

Expression if t is set to "expre", "iexpre", "oldprint" and "oldderiv". Numeric and string if t is equal to "value" and "operation", respectively.

Examples

B  <- binomdist(10, 0.3)
B2 <- -3*log(B)
last_history(B2, "value")
last_history(B2, "operation")

mistr

Mixture and Composite Distributions

v0.0.4
GPL-3
Authors
Lukas Sablica [aut, cre] (<https://orcid.org/0000-0001-9166-4563>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.