solve_lm_for_A | R Documentation |
Solve the equation Y = A B for A or B
solve_lm_for_A(Y, B, w = NULL)
solve_lm_for_B(Y, A, w = NULL)
Y |
the left side of the equation |
w |
a vector with weights. If |
A , B |
the known matrix on the right side of the equation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.