Save a model from an xml file.

save.model(model, verbose = VERBOSE)

Value

An object of class "model" with those characteristics

xml

list, representation of information stored in the xml file

path

list, useful paths to read and write data

file.name

list, useful file names to read and write data

#

Examples

if (FALSE) {
load.model.from.xml("data/test/building.xml")
}