transformMfp: Transform a fitted mfp model into a BayesMfp model

View source: R/transformMfp.R

transformMfpR Documentation

Transform a fitted mfp model into a BayesMfp model

Description

Transform a fitted mfp model into a BayesMfp model with the correct powers etc. to compare with other (true) BayesMfp models fitted to the same (!) data.

Usage

transformMfp(mfpObject, BayesMfpObject)

Arguments

mfpObject

the original mfp object

BayesMfpObject

BayesMfp object, from which the first model is used for imputation of the powers from mfpObject

Value

A BayesMfp object with the converted model.


bfp documentation built on March 19, 2024, 3:07 a.m.

Related to transformMfp in bfp...