Build objects of class alpha_estimate from their components. alpha_estimate() is a constructor method
alpha_estimate(
estimate = NULL,
error = NULL,
estimand = NULL,
name = NULL,
interval = NULL,
interval_type = NULL,
type = NULL,
model = NULL,
warnings = NULL,
frequentist = NULL,
parametric = NULL,
plot = NULL,
reasonable = NULL,
other = NULL,
...
)The estimate
The standard error in the estimate
What is the estimate trying to estimate? (richness, Shannon...)
The name of the method
An interval estimate
Type of interval estimate
TODO(Amy): Deprecate?
What model is fit
Any warnings?
Logical. Frequentist or Bayesian?
Logical. Parametric or not?
A ggplot associated with the estimate
Is the estimate likely to be reasonable?
Any other relevant objects
Any other objects
An object of class alpha_estimate