rebuildModel: Import a saved model with data files

Description Usage Arguments Value Author(s) See Also Examples

View source: R/create_model.R

Description

Build a fitted model from a .mra file, and import data for this model Does NOT perform any initialisation

Usage

1
rebuildModel(model_file, data_file, var_file = "", rearrange = "no")

Arguments

model_file

A .mra file containing the information on the model, or an R object derived by reading in an .mra file by readLines

data_file

A .csv file with the data for the model

var_file

A .var file with the variation of the data

Value

An MRAmodel object describing the model and its best fit, containing the data

Author(s)

Mathurin Dorel dorel@horus.ens.fr

See Also

importModel, exportModel, createModel

Examples

1
2
3
4
## Not run: 
rebuildModel("model.mra", "data.csv", "data.var")

## End(Not run)

molsysbio/STASNet documentation built on May 29, 2019, 5:45 a.m.