dynamite-deprecated {dynamite} | R Documentation |
Deprecated Functions in the dynamite Package
Description
These functions are provided for compatibility with older versions of the package. They will eventually be completely removed.
Usage
plot_betas(x, ...)
plot_deltas(x, ...)
plot_nus(x, ...)
plot_lambdas(x, ...)
plot_psis(x, ...)
Arguments
x |
[ |
... |
Not used. |
Value
A ggplot
object.
Details
-
plot_betas
is now called viaplot(., types = "beta")
-
plot_deltas
is now called viaplot(., types = "delta")
-
plot_nus
is now called viaplot(., types = "nu")
-
plot_lambdas
is now called viaplot(., types = "lambda")
-
plot_psis
is now called viaplot(., types = "psi")
See Also
See plot.dynamitefit()
for documentation of the
parameters of these functions
[Package dynamite version 1.5.2 Index]