module Coefficient: Analysis_result.Coefficienttype t
val predictor : t -> Variable.tval estimate : t -> floatval set_ci95 : t -> Analysis_result.Ci95.t option -> unitval ci95 : t -> Analysis_result.Ci95.t optionval has_ci95 : t -> boolval has_non_trivial_estimate : show_all_values:bool ->
t -> responder:Variable.t -> boolval create : predictor:Variable.t ->
estimate:float ->
?ci95:Analysis_result.Ci95.t -> unit -> tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t