Bayesrel-deprecated {Bayesrel} | R Documentation |
Deprecated functions in package Bayesrel.
Description
The functions listed below are deprecated and will be defunct in
the near future. When possible, alternative functions with similar
functionality are also mentioned. Help pages for deprecated functions are
available at help("<function>-deprecated")
.
Usage
omega_fit(x, data, ppc = TRUE, cutoff = 0.08, ci = 0.9)
seco_fit(x, data, ppc = TRUE, cutoff = 0.08, ci = 0.9)
p_strel(x, estimate, low.bound)
p_omegas(x, cutoff.t = 0.8, cutoff.h = 0.6)
secoFit(x, data, ppc = TRUE, cutoff = 0.08, ci = 0.9)
omega_fit
For omega_fit
, use omegaFit
.
seco_fit
For seco_fit
, use multiFit
.
p_strel
For p_strel
, use pStrel
.
p_omegas
For p_omegas
, use pOmegas
.
secoFit
For secoFit
, use multiFit
.
[Package Bayesrel version 0.7.7 Index]