combine_coefs: Combine coefficients

View source: R/coef_compare.R

combine_coefsR Documentation

Combine coefficients

Description

Combine coefficients and standard errors from two fitted models

Usage

combine_coefs(i, a, b, digits = NULL)

Arguments

i

Index of coefficients

a

Coefficients and standard errors from Model 1

b

Coefficients and standard errors from Model 2

digits

A positive integer indicating how many significant digits are to be used for numeric and complex numbers. This argument is passed to format.

Value

A character matrix


api2lm documentation built on July 9, 2023, 5:52 p.m.