Matrix Elements VB-800 User Manual Page 97

  • Download
  • Add to my manuals
  • Print
  • Page
    / 172
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 96
Modelbase::GetBatchModelSettings 89
The call corresponds to
BatchVarStatus("YZ", <1,4>);
It is used, for example, by PcGive: when there is more then one Y variable, and
no A in the type, PcGive can default to multivariate estimation.
Modelbase::GetBatchModelSettings
virtual GetBatchModelSettings();
Return value
It should return the correct batch code as a string, but need not write the com-
mands which are listed in Table A3.1.
Description
This function is called whenever OxPack needs the batch code for the current
model.
A3.4 Adding support for Help
Help is implemented through HTML files. An example help file, accompanying the
next section, is given in ox/tutorial/bprobitex.html.
..............................................outline of ox/tutorial/bprobitex.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>BprobitEx Help</title>
<meta name="author" lang="en" content="Jurgen A Doornik">
<meta name="copyright" content="&copy Jurgen A Doornik">
<!--<base target="content">-->
</head>
<body>
<!------------------------------- contents ---------------------------->
<h1>BprobitEx: menus and dialogs</h1><p>
<p><hr><h2><a name="index">Contents</a></h2><p>
<!-------------------------------- menus ------------------------------>
<p><hr><h3><a name="menu_file">File Menu</a></h3><p>
<p><hr><h3><a name="menu_modelclass">Model Class Menu</a></h3><p>
<p><hr><h3><a name="menu_model">Model Menu</a></h3><p>
<p><hr><h3><a name="menu_test"></a>
Page view 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 171 172

Comments to this Manuals

No comments