transformMfp {bfp} | R 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.
[Package bfp version 0.0-48 Index]