Macro Name | LogisticHtml |
Description |
This creates an HTML file from the output of (possibly multiple calls of) the Logistic macro. Hyperlinks to explanations of column headings and some rows are given, making the file suitable for providing to clients and collaborators who might otherwise have trouble understanding the output without explanations. This was modeled on the LogisticPrint macro. |
Macro Parameters |
dsname=Name of output data set from Logistic macro Space=Y/N. If Y, then a space is inserted after each variable. Spaces are always inserted after each model (Default = Y) results= Name of folder on PC where results document will be stored filename=Name of html file on PC mytitle = one title line for html file |
Programmer | Chengshi Jin |
Revision | |
Disclaimer | |
Example(s) |
%LogisticHtml(dsname=,Space=Y,results=, filename=,mytitle =); %logisticHtml( dsname=out1 ,Space=Y ,results=C:\000 Grimes Test\Results ,mytitle=Test run of Logistic Macro) |
Special Features | |
Called Macros | |
Notes | |
See Also |