transformC: Tranform c matrix and return exponentiated values

Description Usage

View source: R/calcC.R

Description

This function takes in the c matrix from the calcC function, checks to make sure the values aren't below a threshold (default value -600), and returns the exponentiated values. If the values are are below -600, then it adds a scalar. This scalar preserves the relationship between the values, which represent the prior beliefs of individual experts

Usage

1
transformC(cmat, tval = -600)

robschick/eliciteg documentation built on May 27, 2019, 11:58 a.m.