R/make_matrix_full_rank.R

make_matrix_full_rank <- function(object, ...){

  # Generic function to make matrix full rank

    UseMethod( "make_matrix_full_rank", object)
}

Try the lmvar package in your browser

Any scripts or data that you put into this service are public.

lmvar documentation built on May 16, 2019, 5:06 p.m.