Learn R Programming

mrbin (version 1.4.2)

recreatemrbin: A function recreating parameters from previous runs.

Description

This function reads parameters from a text file that was created during a previous run or mrbin(). After reading, the data can be recreated using mrbin(). File names in mrbin$param might need to be updated. using recreatemrbin().

Usage

recreatemrbin(filename = NULL)

Arguments

filename

File path/name of the mrbin parameter file to be loaded

Value

None

Examples

Run this code
# NOT RUN {
# Insert full folder path and file name
recreatemrbin(system.file("extdata/mrbin.txt",package="mrbin"))
# }

Run the code above in your browser using DataLab