View source: R/rrwConvertFreeRRWModelToFixedRRWModel.r
rrwConvertFreeRRWModelToFixedRRWModel | R Documentation |
Function that modifies the parameter values of an rrwModelList to those of a runStats list.
rrwConvertFreeRRWModelToFixedRRWModel(rrwModelList, runStatsList)
rrwModelList |
A list that specifies the rrw model. Build the rrwModelList useing rrwAddEffectToRRWModel |
runStats |
A list that contains the output of a single run of the kFold cross validation of the RRW. It is output by rrw fit functions and used in the rrwKfoldStatsToDataframe, etc. ' |
a rrwModelList that has the parameters values are fixed to the output of the parameter values in a runStats list.
rrwConvertFreeRRWModelToFixedRRWModel (rrwModelList,runStats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.