scalingFactorTransformation: The transformation that is applied to the scaling parameter...

Description Usage Arguments Value Author(s) Examples

View source: R/vsn2.R

Description

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

Usage

1

Arguments

b

Real vector.

Value

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

Author(s)

Wolfgang Huber

Examples

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

vsn documentation built on Nov. 8, 2020, 8:03 p.m.