This function edits an mrbin object and returns it. This is the only documented way to edit mrbin objects, all other ways of editing such object might cause warning message
editmrbin(
mrbinObject,
functionName = "mrbin::editmrbin",
versionNumber = as.character(utils::packageVersion("mrbin")),
bins = NULL,
parameters = NULL,
metadata = NULL,
transformations = NULL,
comment = "",
verbose = TRUE
)
An (invisible) mrbin object
An mrbin object
Name of the package and function calling this command
Version number of the package calling this command
A matrix containing values to be written to the mrbin object
A list containing values to be written to the mrbin object parameters, names must be names of the mrbin object, e.g. dimension
A list containing values to be written to the mrbin object parameters, names must be names of the mrbin object
An optional character vector describing any used data transformations or scaling such as reference scaling, PQN, log, atnv, etc.
An optional character vector describing the change
Should a summary be displayed?
mrbinObject<-createmrbin()
mrbinObject<-editmrbin(mrbinObject)
Run the code above in your browser using DataLab