Changes between Version 30 and Version 31 of ModelConvInst
- Timestamp:
- Dec 24, 2015 5:51:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelConvInst
v30 v31 1 1 '''INTRODUCTION''' 2 2 3 ''This wiki page was originally written by our MOST experienced developers, but has subsequently been edited by our LEAST experienced developer who felt some instructions could have been clearer, and learnt one or two things that were missing altogether! But they succeeded in converting a model that passed testing, so there is no reason why should not be able to do the same.''3 ''This wiki page was originally written by our MOST experienced developers, but has subsequently been edited by our LEAST experienced developer who felt some instructions could have been clearer, and learnt one or two things that were missing altogether! But they succeeded in converting a model that passed testing, so there is no reason why you should not be able to do the same.'' 4 4 5 5 In the new sasmodels package there are three ways of writing models: … … 166 166 167 167 {{{ 168 ./multi_compare.sh modelname 200 -1d100 0 double > modelname-1d.csv168 ./multi_compare.sh modelname 200 1d100 0 double > modelname-1d.csv 169 169 }}} 170 170 … … 172 172 173 173 {{{ 174 ./multi_compare.sh modelname 20 -2d32 0 double > modelname-2d.csv174 ./multi_compare.sh modelname 20 2d32 0 double > modelname-2d.csv 175 175 }}} 176 176 … … 178 178 179 179 {{{ 180 ./multi_compare.sh modelname 20 -2d32 mono double > modelname-2d.csv180 ./multi_compare.sh modelname 20 2d32 mono double > modelname-2d.csv 181 181 }}} 182 182