diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-16 19:26:08 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-16 19:26:08 +0100 |
commit | f158185b8a7970c22b1feb04f96aa5a23047dd3d (patch) | |
tree | 31b4f5e41e0b47a94224b49292321925f47fd7cd /R/D24_2014.R | |
parent | 22f21badb2733bc6b1d4e1d08ab1afc5ff383b07 (diff) |
And add the second candidate model
Diffstat (limited to 'R/D24_2014.R')
-rw-r--r-- | R/D24_2014.R | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/R/D24_2014.R b/R/D24_2014.R index 0175a7f3..0a111e1c 100644 --- a/R/D24_2014.R +++ b/R/D24_2014.R @@ -28,4 +28,8 @@ #' DCP = mkinsub("SFO", to = "DCA"), #' DCA = mkinsub("SFO")) #' print(m_D24) +#' m_D24_2 = mkinmod(D24 = mkinsub("DFOP", to = "DCP"), +#' DCP = mkinsub("SFO", to = "DCA"), +#' DCA = mkinsub("SFO")) +#' print(m_D24_2) "D24_2014" |