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 /man | |
parent | 22f21badb2733bc6b1d4e1d08ab1afc5ff383b07 (diff) |
And add the second candidate model
Diffstat (limited to 'man')
-rw-r--r-- | man/D24_2014.Rd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/D24_2014.Rd b/man/D24_2014.Rd index d30666ac..8d0e632c 100644 --- a/man/D24_2014.Rd +++ b/man/D24_2014.Rd @@ -41,5 +41,9 @@ m_D24 = mkinmod(D24 = mkinsub("SFO", to = "DCP"), 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) } \keyword{datasets} |