Internals
Contents
Index
Internals
GEEBRA.GEEBRA_results — TypeGEEBRA_results(results::Union{NLsolve.SolverResults, Optim.MultivariateOptimizationResults, Optim.UnivariateOptimizationResults}, theta::Vector, data::Any, data::Any, template::Union{objective_function_template, estimating_function_template}, br::Bool, has_objective::Bool, br_method::String)Composite type for the output of fit for an objective_function_template or an estimating_function_template.
Base.show — Functionshow(io::IO, results::GEEBRA_results; digits::Real = 4)show method for GEEBRA_results objects. If GEEBRA_results.has_object == true, then the result of aic(results) and tic(results) are also printed.