calc.DA: Given a design matrix for a linear model, compute the D-A...

Description Usage Arguments Value

View source: R/linear.R

Description

Given a design matrix for a linear model, compute the D-A optimal objective function

Usage

1
calc.DA(mat, A = t(c(0, 0, 1, 0)), epsilon = 1e-05)

Arguments

mat

matrix or dataframe for the design matrix

A

a matrix where each column indicates the linear combination of parameters of interest

epsilon

a small real number used for regularization

Value

value of the D-A optimal objective function


mst1g15/biasedcoin documentation built on Nov. 26, 2019, 4:01 a.m.