knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ODBbB

The ODBbBpackage has three core functions. Transposing the data table Block by block, Inversing and taking two different data tables or matrices and executing the product between their blocks. There are also some other functions that return to the user the Mean or the SD of a matrix block by block (even if we have a large data table).

Installation

You can install the released version of ODBbB from CRAN with:

install.packages("ODBbB")


GlenDu/ODBbB documentation built on Dec. 17, 2021, 9:33 p.m.