resources.
resources
entries field_coefficient_name, field_estimate,
field_standard_error, and field_submodel_id, respectively. Default
values are variable_name, coefficient_name, equation_id, and
sub_model_id. If there are other fields in the table, the column names are
given in the entry other_fields which is a list of character strings. The
default value is ['t_statistic', 'p_value'].
To store coefficients into a storage, use the method write(resources, out_storage, out_table_name). The behavior is analogous to the load() method.
The class also allows to create a coefficient table in the LATEX format. Method make_tex_table() accepts as arguments the file name (without `.tex'), optionally the directory path and headers for each column.