solve_lm_for_A: Solve the equation Y = A B for A or B

View source: R/utils.R

solve_lm_for_AR Documentation

Solve the equation Y = A B for A or B

Description

Solve the equation Y = A B for A or B

Usage

solve_lm_for_A(Y, B, w = NULL)

solve_lm_for_B(Y, A, w = NULL)

Arguments

Y

the left side of the equation

w

a vector with weights. If NULL it is ignored, otherwise it must be of length 1 or have the same length as columns in Y. Default: NULL

A, B

the known matrix on the right side of the equation


const-ae/glmGamPoi documentation built on Feb. 13, 2024, 1:35 a.m.