Skip to content

Commit 962ce38

Browse files
author
kerim aydin
committed
Added mention of EwE import to ModelSetup.Rmd
1 parent cd04b6f commit 962ce38

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

vignettes/ModelSetup.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ Unlike the GUI based EwE software package, Rpath relies on a parameter input fil
3333
This file is actually a list of several different parameter files: model, diet,
3434
stanzas, and pedigree. Parameter files can be created outside of R and read in using
3535
the `read.rpath.params()` function. This function will merge several different flat
36-
files into an R object of the list type. A preferred alternative is to generate
36+
files into an R object of the list type. An alternative is to generate
3737
the list file and populate it completely within R. The function
3838
`create.rpath.params()` will generate an `Rpath.params` list object. This ensures that all
3939
of the correct columns are present in the parameter file.
4040

41+
Additionally, an existing model can be imported from EwE, by first exporting the
42+
model from EwE in .eiixml format via the GUI interface, and using the `create.rpath.from.eiixml` function to read in the exported file (see the vignette `Convert_EwE_to_Rpath`).
43+
4144
The parameter file contains all of the information you would normally enter in the
4245
input data tabs in EwE. There are 2 necessary pieces of information to generate
4346
the parameter file: the group names and their corresponding type. The types are:

0 commit comments

Comments
 (0)