takein: Transfer parameters between models

View source: R/takein.R

takeinR Documentation

Transfer parameters between models

Description

Take in parameters from previous study to the next study with certain assumptions.

Usage

takein(x, ...)

Arguments

x
...

Author(s)

Hao Li

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
takein(Constraint.default,create(Alpha_lin.default))
## The function is currently defined as
function (x, ...)
UseMethod("takein")

HaoLi111/rAviExp documentation built on Oct. 21, 2022, 2:18 a.m.