scale_constraint_matrix function

Scale Linear Constraint Matrix

Scale Linear Constraint Matrix

Auxiliary function to scale the linear constraint matrices to be consistent with the scaled model matrix.

scale_constraint_matrix(L, xs, ys = 1)

Arguments

  • L: a matrix giving the linear constraints.
  • xs: a vector of length ncol(L) giving the scaling of the model matrix.
  • ys: a double giving the scaling of the response.
  • Maintainer: Benjamin Schwendinger
  • License: GPL-3
  • Last published: 2024-12-20

Useful links