Description Methods Value See Also
Runs an executable program released by West et al and available here (). Writes out temporary files, passes them to an executable, and reads summary files back into R. Temporary files are discarded once the R session is terminated unless specified otherwise.
signature(data = "matrix", ...)datanumeric matrix with one row per predictor and one column per observation / sample / patient to be passed to the bfrm algorithm
...optional arguments, including:
designdesign argument(s) to be passed to the bfrm algorithm
controlcontrol argument(s) to be passed to the bfrm algorithm (i.e. "assay artifact" variables)
burninnumber of burn-in iterations in the MCMC – default is 2000
nmcsamplesnumber of MCMC iterations – default is 5000
outputDirdirectory for output text files to be stored - default is withing a temporary directory which will be deleted once the R session is terminated.
othernamed arguments overwriting of defaults specified in the slots of class bfrmParam - only for advanced users.
Return value is of class bfrmResult
bfrmModel, evolveModel 
evolve, projection 
bfrmResult 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.