block: block matrix

Description Usage Arguments Examples

View source: R/block.R

Description

block matrix

Usage

1
2
block(..., param_names, fixed = FALSE, correlation = FALSE,
  comment = NULL)

Arguments

...

elements to coerce into a block matrix

param_names

parameters associated with the elements of the matrix

fixed

whether the values should be fixed

correlation

whether to create as a correlation matrix

comment

comment to append

Examples

1
2
3
block(0.04, 0.01, 0.09, param_names = c("CL", "V"))
# can also set as correlation matrix
block(0.04, 0.61, 0.09, param_names = c("CL", "V"), correlation = TRUE)

dpastoor/blueprint documentation built on May 24, 2019, 4:01 a.m.