Changes between Version 30 and Version 31 of ModelConvInst


Ignore:
Timestamp:
Dec 24, 2015 5:51:27 AM (8 years ago)
Author:
smk78
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v30 v31  
    11'''INTRODUCTION''' 
    22 
    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.''  
    44 
    55In the new sasmodels package there are three ways of writing models: 
     
    166166 
    167167{{{ 
    168 ./multi_compare.sh modelname 200 -1d100 0 double > modelname-1d.csv 
     168./multi_compare.sh modelname 200 1d100 0 double > modelname-1d.csv 
    169169}}} 
    170170 
     
    172172 
    173173{{{ 
    174 ./multi_compare.sh modelname 20 -2d32 0 double > modelname-2d.csv 
     174./multi_compare.sh modelname 20 2d32 0 double > modelname-2d.csv 
    175175}}} 
    176176 
     
    178178 
    179179{{{ 
    180 ./multi_compare.sh modelname 20 -2d32 mono double > modelname-2d.csv 
     180./multi_compare.sh modelname 20 2d32 mono double > modelname-2d.csv 
    181181}}} 
    182182