combine_coefs {api2lm}R 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


[Package api2lm version 0.2 Index]