Learn R Programming

vsn (version 3.40.0)

scalingFactorTransformation: The transformation that is applied to the scaling parameter of the vsn model

Description

The transformation that is applied to the scaling parameter of the vsn model

Usage

scalingFactorTransformation(b)

Arguments

b
Real vector.

Value

A real vector of same length as b, with transformation f applied (see vignette Likelihood Calculations for vsn).

Examples

Run this code
b  = seq(-3, 2, length=20)
fb = scalingFactorTransformation(b)
if(interactive())
  plot(b, fb, type="b", pch=16)

Run the code above in your browser using DataLab