<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gretlwiki.econ.univpm.it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DeFeroci</id>
	<title>GretlWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://gretlwiki.econ.univpm.it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DeFeroci"/>
	<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php/Special:Contributions/DeFeroci"/>
	<updated>2026-06-03T06:47:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=120</id>
		<title>Blog</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=120"/>
		<updated>2025-01-30T23:27:00Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: New 2024b&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New features, fixed bugs, and software news are shown here&lt;br /&gt;
&lt;br /&gt;
A good concise list is provided in the official [https://gretl.sourceforge.net/ChangeLog.html changelog], here the aim is to be more explicit and sometimes give some examples. Before the respective new gretl version is released, the examples will only work in snapshots that are recent enough, or with self-compiled bleeding-edge versions. &lt;br /&gt;
&lt;br /&gt;
=== New in what will be gretl 2024b ===&lt;br /&gt;
&lt;br /&gt;
==== gridplot title ====&lt;br /&gt;
You can add a title to a gridplot now.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open bikesharing&lt;br /&gt;
gpbuild bikers&lt;br /&gt;
    gnuplot temp --time-series&lt;br /&gt;
    gnuplot casual --time-series&lt;br /&gt;
end gpbuild&lt;br /&gt;
&lt;br /&gt;
gridplot bikers --title=&amp;quot;Cool bikers&amp;quot; --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Dynamic scaling of fonts in many gretl windows ====&lt;br /&gt;
 &lt;br /&gt;
You can enlarge or shrink the font size very much like in a web browser, for example using ctrl_+ or ctrl_- keys.&lt;br /&gt;
&lt;br /&gt;
==== Gamma distribution in distribution plotting tools ====&lt;br /&gt;
&lt;br /&gt;
he distribution plotting tool (under the Tools menu) now also supports the Gamma distribution.&lt;br /&gt;
&lt;br /&gt;
==== Panel dataset subsampling ====&lt;br /&gt;
&lt;br /&gt;
If you&#039;re subsampling a panel dataset with the graphical dialogs, telling gretl to maintain the panel structure is now easier.&lt;br /&gt;
&lt;br /&gt;
=== New in what will be gretl 2024a ===&lt;br /&gt;
(as always, just a selection)&lt;br /&gt;
&lt;br /&gt;
==== more flexible &#039;&#039;info&#039;&#039; command ====&lt;br /&gt;
&lt;br /&gt;
Not a huge new feature, but the &#039;&#039;info&#039;&#039; command now offers a scripting way to editing the meta data of a dataset. The GUI analog (which has always been possible) is to go to Data / Dataset info.&lt;br /&gt;
&lt;br /&gt;
The relevant new options are &#039;&#039;--to-file&#039;&#039; and &#039;&#039;--from-file&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==== matrix and time-series in &#039;&#039;gnuplot&#039;&#039; command ====&lt;br /&gt;
&#039;&#039;gnuplot&#039;&#039; command with --matrix and --time-series options show&lt;br /&gt;
dataset time on x-axis if possible.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
m = {LRM}&lt;br /&gt;
gnuplot --matrix=m --time-series --with-lines --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And also related to time series plots with matrices, you can now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
m = {dataset}&lt;br /&gt;
tsplots --matrix=m --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===New in gretl 2023c===&lt;br /&gt;
(this is just a selection, not exhaustive)&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;gridplot&#039;&#039; command====&lt;br /&gt;
This new native command makes it possible to arrange several subplots in a grid (rectangular) layout. As such it will pretty much replace the contributed function package &#039;&#039;multiplot&#039;&#039;. There are basically two ways of using it:&lt;br /&gt;
&lt;br /&gt;
First, using some other plotting commands, redirect the output to a string buffer inside a strings array. Then execute the gridplot command on that array. Example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open australia&lt;br /&gt;
strings temparr = array(2)&lt;br /&gt;
qqplot IAU --outbuf=temparr[1]&lt;br /&gt;
kdplot E --outbuf=temparr[2]&lt;br /&gt;
gridplot temparr --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Secondly, use the companion command &#039;&#039;gpbuild&#039;&#039; in a block format, and then define the individual parts:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open data4-10&lt;br /&gt;
gpbuild MyPlots&lt;br /&gt;
    gnuplot ENROLL CATHOL&lt;br /&gt;
    gnuplot ENROLL INCOME&lt;br /&gt;
    gnuplot ENROLL COLLEGE&lt;br /&gt;
end gpbuild&lt;br /&gt;
gridplot MyPlots --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;tsplots&#039;&#039; (virtual) command====&lt;br /&gt;
You can now use the new &#039;&#039;tsplots&#039;&#039; command to create several joint time-series plots easily. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
tsplots LRM LRY --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This has actually &amp;quot;always&amp;quot; been possible with the &#039;&#039;scatters&#039;&#039; command --and was duly documented-- but it was somewhat counterintuitive to use a command for scatter plots to draw time-series lines.&lt;br /&gt;
&lt;br /&gt;
====plot multiple bands====&lt;br /&gt;
Plotting a single band to represent a confidence area or something similar has been possible for a long long time. Now you can also insert more than one band into a plot. The syntax relies on specifying a hansl bundle for each band and then passing all of them inside an array of bundles to the gnuplot call. Meaningless example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# create artificial data &lt;br /&gt;
nulldata 50&lt;br /&gt;
setobs 1 1 --time-series &lt;br /&gt;
series y = log(time)	# main line to be plotted&lt;br /&gt;
series w = normal()	# example width series &lt;br /&gt;
series x1 = y + 0.1 	# optional center different from y&lt;br /&gt;
series x2 = y - 0.1	# ditto&lt;br /&gt;
&lt;br /&gt;
# specify the band specs &lt;br /&gt;
bundle b1 = _(center=&amp;quot;x1&amp;quot;, width=&amp;quot;w&amp;quot;, style=&amp;quot;bars&amp;quot;) &lt;br /&gt;
bundle b2 = _(center=&amp;quot;x2&amp;quot;, width=&amp;quot;w&amp;quot;, factor=0.2, style=&amp;quot;fill&amp;quot;, color=&amp;quot;grey&amp;quot;)&lt;br /&gt;
bundles bandspecs = defarray(b1,b2)&lt;br /&gt;
&lt;br /&gt;
# execute the plot &lt;br /&gt;
gnuplot y --time-series --with-lines --output=display --bands=bandspecs &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====cluster-robust standard errors generalized for panel models====&lt;br /&gt;
For the &#039;&#039;panel&#039;&#039; command, the &#039;&#039;--robust&#039;&#039; option has always given you robust standard errors in the sense that clustering by panel units (groups, whatever you want to call them) is done by gretl. Several generalizations are now possible with the &#039;&#039;--cluster&#039;&#039; option; see also ch. 22 of the user guide.&lt;br /&gt;
&lt;br /&gt;
*clustering by time period, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=$time&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*clustering by a user-defined variable, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=IND&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* two-way clustering, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=$time,IND&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(If you want to combine clustering by panel units/groups with another variable, you can use the keyword &amp;lt;code&amp;gt;$unit&amp;lt;/code&amp;gt; just like &amp;lt;code&amp;gt;$time&amp;lt;/code&amp;gt;.)&lt;br /&gt;
&lt;br /&gt;
Please also check out the &#039;&#039;--no-df-corr&#039;&#039; option if you want to compare results with other software.&lt;br /&gt;
&lt;br /&gt;
*Driscoll-Kraay robust standard errors, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
set panel_robust scc # scc: spatial-correlation consistent&lt;br /&gt;
panel WAGE const INDOUTPT --robust&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Driscoll-Kraay standard errors have also been available in the contributed package &#039;&#039;CSDpanel&#039;&#039;, now they are natively implemented. This is not the same as two-way clustering, but they are related. This is also available in the GUI by selecting the corresponding SCC option for the robust variance estimation. For scripting, the &#039;&#039;hac_lag&#039;&#039; setting is also relevant. See section 22.4. of the guide.&lt;br /&gt;
&lt;br /&gt;
====panel data handling: convert side-by-side time series in the GUI====&lt;br /&gt;
This is not so easy to explain, but suppose you have a variable &#039;GDP&#039; as several time series for several countries, say for France and the US. Then you want to convert this from a time-series dataset to a panel dataset with a single series spanning the two units (countries). This has always been possible with scripting, see section 4.5 of the user guide. Now you can also do it in the menu GUI interface.&lt;br /&gt;
[[File:Panel dataset structure dialog.png|left|thumb]]&lt;br /&gt;
&lt;br /&gt;
====dark theme on Windows and MacOS====&lt;br /&gt;
An experimental dark theme option is now available on non-Linux systems.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=119</id>
		<title>Blog</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=119"/>
		<updated>2025-01-30T23:21:11Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New features, fixed bugs, and software news are shown here&lt;br /&gt;
&lt;br /&gt;
A good concise list is provided in the official [https://gretl.sourceforge.net/ChangeLog.html changelog], here the aim is to be more explicit and sometimes give some examples. Before the respective new gretl version is released, the examples will only work in snapshots that are recent enough, or with self-compiled bleeding-edge versions. &lt;br /&gt;
&lt;br /&gt;
=== New in what will be gretl 2024a ===&lt;br /&gt;
(as always, just a selection)&lt;br /&gt;
&lt;br /&gt;
==== more flexible &#039;&#039;info&#039;&#039; command ====&lt;br /&gt;
&lt;br /&gt;
Not a huge new feature, but the &#039;&#039;info&#039;&#039; command now offers a scripting way to editing the meta data of a dataset. The GUI analog (which has always been possible) is to go to Data / Dataset info.&lt;br /&gt;
&lt;br /&gt;
The relevant new options are &#039;&#039;--to-file&#039;&#039; and &#039;&#039;--from-file&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==== matrix and time-series in &#039;&#039;gnuplot&#039;&#039; command ====&lt;br /&gt;
&#039;&#039;gnuplot&#039;&#039; command with --matrix and --time-series options show&lt;br /&gt;
dataset time on x-axis if possible.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
m = {LRM}&lt;br /&gt;
gnuplot --matrix=m --time-series --with-lines --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And also related to time series plots with matrices, you can now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
m = {dataset}&lt;br /&gt;
tsplots --matrix=m --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===New in gretl 2023c===&lt;br /&gt;
(this is just a selection, not exhaustive)&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;gridplot&#039;&#039; command====&lt;br /&gt;
This new native command makes it possible to arrange several subplots in a grid (rectangular) layout. As such it will pretty much replace the contributed function package &#039;&#039;multiplot&#039;&#039;. There are basically two ways of using it:&lt;br /&gt;
&lt;br /&gt;
First, using some other plotting commands, redirect the output to a string buffer inside a strings array. Then execute the gridplot command on that array. Example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open australia&lt;br /&gt;
strings temparr = array(2)&lt;br /&gt;
qqplot IAU --outbuf=temparr[1]&lt;br /&gt;
kdplot E --outbuf=temparr[2]&lt;br /&gt;
gridplot temparr --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Secondly, use the companion command &#039;&#039;gpbuild&#039;&#039; in a block format, and then define the individual parts:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open data4-10&lt;br /&gt;
gpbuild MyPlots&lt;br /&gt;
    gnuplot ENROLL CATHOL&lt;br /&gt;
    gnuplot ENROLL INCOME&lt;br /&gt;
    gnuplot ENROLL COLLEGE&lt;br /&gt;
end gpbuild&lt;br /&gt;
gridplot MyPlots --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;tsplots&#039;&#039; (virtual) command====&lt;br /&gt;
You can now use the new &#039;&#039;tsplots&#039;&#039; command to create several joint time-series plots easily. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
tsplots LRM LRY --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This has actually &amp;quot;always&amp;quot; been possible with the &#039;&#039;scatters&#039;&#039; command --and was duly documented-- but it was somewhat counterintuitive to use a command for scatter plots to draw time-series lines.&lt;br /&gt;
&lt;br /&gt;
====plot multiple bands====&lt;br /&gt;
Plotting a single band to represent a confidence area or something similar has been possible for a long long time. Now you can also insert more than one band into a plot. The syntax relies on specifying a hansl bundle for each band and then passing all of them inside an array of bundles to the gnuplot call. Meaningless example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# create artificial data &lt;br /&gt;
nulldata 50&lt;br /&gt;
setobs 1 1 --time-series &lt;br /&gt;
series y = log(time)	# main line to be plotted&lt;br /&gt;
series w = normal()	# example width series &lt;br /&gt;
series x1 = y + 0.1 	# optional center different from y&lt;br /&gt;
series x2 = y - 0.1	# ditto&lt;br /&gt;
&lt;br /&gt;
# specify the band specs &lt;br /&gt;
bundle b1 = _(center=&amp;quot;x1&amp;quot;, width=&amp;quot;w&amp;quot;, style=&amp;quot;bars&amp;quot;) &lt;br /&gt;
bundle b2 = _(center=&amp;quot;x2&amp;quot;, width=&amp;quot;w&amp;quot;, factor=0.2, style=&amp;quot;fill&amp;quot;, color=&amp;quot;grey&amp;quot;)&lt;br /&gt;
bundles bandspecs = defarray(b1,b2)&lt;br /&gt;
&lt;br /&gt;
# execute the plot &lt;br /&gt;
gnuplot y --time-series --with-lines --output=display --bands=bandspecs &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====cluster-robust standard errors generalized for panel models====&lt;br /&gt;
For the &#039;&#039;panel&#039;&#039; command, the &#039;&#039;--robust&#039;&#039; option has always given you robust standard errors in the sense that clustering by panel units (groups, whatever you want to call them) is done by gretl. Several generalizations are now possible with the &#039;&#039;--cluster&#039;&#039; option; see also ch. 22 of the user guide.&lt;br /&gt;
&lt;br /&gt;
*clustering by time period, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=$time&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*clustering by a user-defined variable, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=IND&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* two-way clustering, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=$time,IND&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(If you want to combine clustering by panel units/groups with another variable, you can use the keyword &amp;lt;code&amp;gt;$unit&amp;lt;/code&amp;gt; just like &amp;lt;code&amp;gt;$time&amp;lt;/code&amp;gt;.)&lt;br /&gt;
&lt;br /&gt;
Please also check out the &#039;&#039;--no-df-corr&#039;&#039; option if you want to compare results with other software.&lt;br /&gt;
&lt;br /&gt;
*Driscoll-Kraay robust standard errors, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
set panel_robust scc # scc: spatial-correlation consistent&lt;br /&gt;
panel WAGE const INDOUTPT --robust&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Driscoll-Kraay standard errors have also been available in the contributed package &#039;&#039;CSDpanel&#039;&#039;, now they are natively implemented. This is not the same as two-way clustering, but they are related. This is also available in the GUI by selecting the corresponding SCC option for the robust variance estimation. For scripting, the &#039;&#039;hac_lag&#039;&#039; setting is also relevant. See section 22.4. of the guide.&lt;br /&gt;
&lt;br /&gt;
====panel data handling: convert side-by-side time series in the GUI====&lt;br /&gt;
This is not so easy to explain, but suppose you have a variable &#039;GDP&#039; as several time series for several countries, say for France and the US. Then you want to convert this from a time-series dataset to a panel dataset with a single series spanning the two units (countries). This has always been possible with scripting, see section 4.5 of the user guide. Now you can also do it in the menu GUI interface.&lt;br /&gt;
[[File:Panel dataset structure dialog.png|left|thumb]]&lt;br /&gt;
&lt;br /&gt;
====dark theme on Windows and MacOS====&lt;br /&gt;
An experimental dark theme option is now available on non-Linux systems.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=118</id>
		<title>Blog</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=118"/>
		<updated>2025-01-30T23:20:15Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: /* New in what will be gretl 2024a */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New features, fixed bugs, and software news are shown here&lt;br /&gt;
&lt;br /&gt;
A good concise list is provided in the official [https://gretl.sourceforge.net/ChangeLog.html changelog], here the aim is to be more explicit and sometimes give some examples. Before the respective new gretl version is released, the examples will only work in snapshots that are recent enough, or with self-compiled bleeding-edge versions. &lt;br /&gt;
&lt;br /&gt;
=== New in what will be gretl 2024a ===&lt;br /&gt;
(as always, just a selection)&lt;br /&gt;
&lt;br /&gt;
==== more flexible &#039;&#039;info&#039;&#039; command ====&lt;br /&gt;
&lt;br /&gt;
Not a huge new feature, but the &#039;&#039;info&#039;&#039; command now offers a scripting way to editing the meta data of a dataset. The GUI analog (which has always been possible) is to go to Data / Dataset info.&lt;br /&gt;
&lt;br /&gt;
The relevant new options are &#039;&#039;--to-file&#039;&#039; and &#039;&#039;--from-file&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== matrix and time-series in &#039;&#039;gnuplot&#039;&#039; command ===&lt;br /&gt;
&#039;&#039;gnuplot&#039;&#039; command with --matrix and --time-series options show&lt;br /&gt;
dataset time on x-axis if possible.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
m = {LRM}&lt;br /&gt;
gnuplot --matrix=m --time-series --with-lines --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And also related to time series plots with matrices, you can now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
m = {dataset}&lt;br /&gt;
tsplots --matrix=m --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===New in gretl 2023c===&lt;br /&gt;
(this is just a selection, not exhaustive)&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;gridplot&#039;&#039; command====&lt;br /&gt;
This new native command makes it possible to arrange several subplots in a grid (rectangular) layout. As such it will pretty much replace the contributed function package &#039;&#039;multiplot&#039;&#039;. There are basically two ways of using it:&lt;br /&gt;
&lt;br /&gt;
First, using some other plotting commands, redirect the output to a string buffer inside a strings array. Then execute the gridplot command on that array. Example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open australia&lt;br /&gt;
strings temparr = array(2)&lt;br /&gt;
qqplot IAU --outbuf=temparr[1]&lt;br /&gt;
kdplot E --outbuf=temparr[2]&lt;br /&gt;
gridplot temparr --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Secondly, use the companion command &#039;&#039;gpbuild&#039;&#039; in a block format, and then define the individual parts:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open data4-10&lt;br /&gt;
gpbuild MyPlots&lt;br /&gt;
    gnuplot ENROLL CATHOL&lt;br /&gt;
    gnuplot ENROLL INCOME&lt;br /&gt;
    gnuplot ENROLL COLLEGE&lt;br /&gt;
end gpbuild&lt;br /&gt;
gridplot MyPlots --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;tsplots&#039;&#039; (virtual) command====&lt;br /&gt;
You can now use the new &#039;&#039;tsplots&#039;&#039; command to create several joint time-series plots easily. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
tsplots LRM LRY --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This has actually &amp;quot;always&amp;quot; been possible with the &#039;&#039;scatters&#039;&#039; command --and was duly documented-- but it was somewhat counterintuitive to use a command for scatter plots to draw time-series lines.&lt;br /&gt;
&lt;br /&gt;
====plot multiple bands====&lt;br /&gt;
Plotting a single band to represent a confidence area or something similar has been possible for a long long time. Now you can also insert more than one band into a plot. The syntax relies on specifying a hansl bundle for each band and then passing all of them inside an array of bundles to the gnuplot call. Meaningless example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# create artificial data &lt;br /&gt;
nulldata 50&lt;br /&gt;
setobs 1 1 --time-series &lt;br /&gt;
series y = log(time)	# main line to be plotted&lt;br /&gt;
series w = normal()	# example width series &lt;br /&gt;
series x1 = y + 0.1 	# optional center different from y&lt;br /&gt;
series x2 = y - 0.1	# ditto&lt;br /&gt;
&lt;br /&gt;
# specify the band specs &lt;br /&gt;
bundle b1 = _(center=&amp;quot;x1&amp;quot;, width=&amp;quot;w&amp;quot;, style=&amp;quot;bars&amp;quot;) &lt;br /&gt;
bundle b2 = _(center=&amp;quot;x2&amp;quot;, width=&amp;quot;w&amp;quot;, factor=0.2, style=&amp;quot;fill&amp;quot;, color=&amp;quot;grey&amp;quot;)&lt;br /&gt;
bundles bandspecs = defarray(b1,b2)&lt;br /&gt;
&lt;br /&gt;
# execute the plot &lt;br /&gt;
gnuplot y --time-series --with-lines --output=display --bands=bandspecs &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====cluster-robust standard errors generalized for panel models====&lt;br /&gt;
For the &#039;&#039;panel&#039;&#039; command, the &#039;&#039;--robust&#039;&#039; option has always given you robust standard errors in the sense that clustering by panel units (groups, whatever you want to call them) is done by gretl. Several generalizations are now possible with the &#039;&#039;--cluster&#039;&#039; option; see also ch. 22 of the user guide.&lt;br /&gt;
&lt;br /&gt;
*clustering by time period, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=$time&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*clustering by a user-defined variable, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=IND&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* two-way clustering, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
panel WAGE const INDOUTPT --cluster=$time,IND&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(If you want to combine clustering by panel units/groups with another variable, you can use the keyword &amp;lt;code&amp;gt;$unit&amp;lt;/code&amp;gt; just like &amp;lt;code&amp;gt;$time&amp;lt;/code&amp;gt;.)&lt;br /&gt;
&lt;br /&gt;
Please also check out the &#039;&#039;--no-df-corr&#039;&#039; option if you want to compare results with other software.&lt;br /&gt;
&lt;br /&gt;
*Driscoll-Kraay robust standard errors, example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open abdata&lt;br /&gt;
set panel_robust scc # scc: spatial-correlation consistent&lt;br /&gt;
panel WAGE const INDOUTPT --robust&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Driscoll-Kraay standard errors have also been available in the contributed package &#039;&#039;CSDpanel&#039;&#039;, now they are natively implemented. This is not the same as two-way clustering, but they are related. This is also available in the GUI by selecting the corresponding SCC option for the robust variance estimation. For scripting, the &#039;&#039;hac_lag&#039;&#039; setting is also relevant. See section 22.4. of the guide.&lt;br /&gt;
&lt;br /&gt;
====panel data handling: convert side-by-side time series in the GUI====&lt;br /&gt;
This is not so easy to explain, but suppose you have a variable &#039;GDP&#039; as several time series for several countries, say for France and the US. Then you want to convert this from a time-series dataset to a panel dataset with a single series spanning the two units (countries). This has always been possible with scripting, see section 4.5 of the user guide. Now you can also do it in the menu GUI interface.&lt;br /&gt;
[[File:Panel dataset structure dialog.png|left|thumb]]&lt;br /&gt;
&lt;br /&gt;
====dark theme on Windows and MacOS====&lt;br /&gt;
An experimental dark theme option is now available on non-Linux systems.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=SQLite&amp;diff=117</id>
		<title>SQLite</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=SQLite&amp;diff=117"/>
		<updated>2024-08-10T00:38:15Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: fixed environment variable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.sqlite.org/ SQLite] is a lightweight, serverless database engine often used for small-scale applications and embedded systems.&lt;br /&gt;
==Setup==&lt;br /&gt;
===GNU/Linux===&lt;br /&gt;
To connect to the database Gretl uses the [https://en.wikipedia.org/wiki/Open_Database_Connectivity ODBC] driver . The process for setting it up is described by Andrew B. Collier in an [https://datawookie.dev/blog/2015/09/setting-up-odbc-for-sqlite-on-ubuntu/ article on his blog]. The article describes how to set it up on a computer running Ubuntu but it also works for other distributions.&lt;br /&gt;
&lt;br /&gt;
====Packages download====&lt;br /&gt;
You need to download and install the [https://www.unixodbc.org/odbcinst.html unixODBC] and [http://ch-werner.de/sqliteodbc/html/index.html SQLiteODBC] packages depending on the distribution you use.&lt;br /&gt;
&lt;br /&gt;
====Setup files====&lt;br /&gt;
If it is not already present you need to create an odbcinst.ini file in the &amp;lt;code&amp;gt;/etc&amp;lt;/code&amp;gt; folder as shown below&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; /etc/odbcinst.ini file content&lt;br /&gt;
&lt;br /&gt;
[SQLite]&lt;br /&gt;
Description=SQLite ODBC Driver&lt;br /&gt;
Driver=libsqliteodbc.so&lt;br /&gt;
Setup=libsqliteodbc.so&lt;br /&gt;
UsageCount=1&lt;br /&gt;
&lt;br /&gt;
[SQLite3]&lt;br /&gt;
Description=SQLite3 ODBC Driver&lt;br /&gt;
Driver=libsqlite3odbc.so&lt;br /&gt;
Setup=libsqlite3odbc.so&lt;br /&gt;
UsageCount=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and an &amp;lt;code&amp;gt;.odbc.ini&amp;lt;/code&amp;gt; file in the home directory that specifies the name and path to the database file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; ~/.odbc.ini file content&lt;br /&gt;
&lt;br /&gt;
[databaseFileName]&lt;br /&gt;
Description = Database description&lt;br /&gt;
Driver = SQLite3&lt;br /&gt;
Database = /path/to/database/file&lt;br /&gt;
Timeout = 2000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a final step, you need to create an environment variable that points to the &amp;lt;code&amp;gt;/etc&amp;lt;/code&amp;gt; folder.&lt;br /&gt;
In the example, a global environment variable is created by adding a line to the &amp;lt;code&amp;gt;/etc/environment&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
# Content of /etc/environment&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
ODBCSYSINI=/etc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Connecting via Gretl====&lt;br /&gt;
Once everything is set up to create a connection via Gretl and be able to retrieve data, simply use the &amp;lt;code&amp;gt;open&amp;lt;/code&amp;gt; command with the &amp;lt;code&amp;gt;--odbc&amp;lt;/code&amp;gt; flag specifying the database name given in the &amp;lt;code&amp;gt;.odbc.ini&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open dsn=databaseFileName --odbc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point you can use the &amp;lt;code&amp;gt;open&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; commands as specified in the command reference.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=SQLite&amp;diff=116</id>
		<title>SQLite</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=SQLite&amp;diff=116"/>
		<updated>2024-08-10T00:36:01Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Page created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.sqlite.org/ SQLite] is a lightweight, serverless database engine often used for small-scale applications and embedded systems.&lt;br /&gt;
==Setup==&lt;br /&gt;
===GNU/Linux===&lt;br /&gt;
To connect to the database Gretl uses the [https://en.wikipedia.org/wiki/Open_Database_Connectivity ODBC] driver . The process for setting it up is described by Andrew B. Collier in an [https://datawookie.dev/blog/2015/09/setting-up-odbc-for-sqlite-on-ubuntu/ article on his blog]. The article describes how to set it up on a computer running Ubuntu but it also works for other distributions.&lt;br /&gt;
&lt;br /&gt;
====Packages download====&lt;br /&gt;
You need to download and install the [https://www.unixodbc.org/odbcinst.html unixODBC] and [http://ch-werner.de/sqliteodbc/html/index.html SQLiteODBC] packages depending on the distribution you use.&lt;br /&gt;
&lt;br /&gt;
====Setup files====&lt;br /&gt;
If it is not already present you need to create an odbcinst.ini file in the &amp;lt;code&amp;gt;/etc&amp;lt;/code&amp;gt; folder as shown below&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; /etc/odbcinst.ini file content&lt;br /&gt;
&lt;br /&gt;
[SQLite]&lt;br /&gt;
Description=SQLite ODBC Driver&lt;br /&gt;
Driver=libsqliteodbc.so&lt;br /&gt;
Setup=libsqliteodbc.so&lt;br /&gt;
UsageCount=1&lt;br /&gt;
&lt;br /&gt;
[SQLite3]&lt;br /&gt;
Description=SQLite3 ODBC Driver&lt;br /&gt;
Driver=libsqlite3odbc.so&lt;br /&gt;
Setup=libsqlite3odbc.so&lt;br /&gt;
UsageCount=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and an &amp;lt;code&amp;gt;.odbc.ini&amp;lt;/code&amp;gt; file in the home directory that specifies the name and path to the database file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; ~/.odbc.ini file content&lt;br /&gt;
&lt;br /&gt;
[databaseFileName]&lt;br /&gt;
Description = Database description&lt;br /&gt;
Driver = SQLite3&lt;br /&gt;
Database = /path/to/database/file&lt;br /&gt;
Timeout = 2000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a final step, you need to create an environment variable that points to the .ini file.&lt;br /&gt;
In the example, a global environment variable is created by adding a line to the &amp;lt;code&amp;gt;/etc/environment&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
# Content of /etc/environment&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
ODBCSYSINI=/etc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Connecting via Gretl====&lt;br /&gt;
Once everything is set up to create a connection via Gretl and be able to retrieve data, simply use the &amp;lt;code&amp;gt;open&amp;lt;/code&amp;gt; command with the &amp;lt;code&amp;gt;--odbc&amp;lt;/code&amp;gt; flag specifying the database name given in the &amp;lt;code&amp;gt;.odbc.ini&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open dsn=databaseFileName --odbc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point you can use the &amp;lt;code&amp;gt;open&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; commands as specified in the command reference.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=115</id>
		<title>Resources</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=115"/>
		<updated>2024-02-21T00:12:18Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Add cheat sheet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Useful links:&lt;br /&gt;
&lt;br /&gt;
* [https://gretl.sourceforge.net/ Gretl page on sourceforge]&lt;br /&gt;
* Download gretl:&lt;br /&gt;
** [https://gretl.sourceforge.net/win32/ For Windows]&lt;br /&gt;
** [https://gretl.sourceforge.net/osx.html For macOS]&lt;br /&gt;
** [https://gretl.sourceforge.net/#dl Source package]&lt;br /&gt;
** [https://sourceforge.net/projects/gretl/files/snapshots/ Current snapshot]&lt;br /&gt;
* [http://sourceforge.net/projects/gretl/files/manual/ Manual and learning resources]&lt;br /&gt;
* [https://gretl.sourceforge.net/cgi-bin/gretldata.cgi?opt=SHOW_FUNCS Gretl function packages]&lt;br /&gt;
* [https://gretlml.univpm.it/postorius/lists/ Gretl mailing list]&lt;br /&gt;
* [https://www.youtube.com/channel/UCM-s19lycOv9ZKX1K_KROIA/featured%7C Gretl Team YouTube channel]&lt;br /&gt;
* [https://github.com/gretl-project Gretl project on GitHub]&lt;br /&gt;
* [https://github.com/gretl-project/material-on-gretl/wiki Parallel wiki on GitHub]&lt;br /&gt;
&lt;br /&gt;
Cheat sheets:&lt;br /&gt;
*https://github.com/gretl-project/gretl_cheatsheet/blob/master/datahandling.pdf&lt;br /&gt;
&lt;br /&gt;
Social:&lt;br /&gt;
* https://econtwitter.net/@gretl&lt;br /&gt;
* https://twitter.com/gretl_stats&lt;br /&gt;
&lt;br /&gt;
Other projects:&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnu.org/ Free Software Foundation]&lt;br /&gt;
* [http://www.gnu.org/ Gnuplot]&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=114</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=114"/>
		<updated>2024-02-21T00:07:41Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Change month&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== February 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Wiki&amp;diff=113</id>
		<title>Wiki</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Wiki&amp;diff=113"/>
		<updated>2024-01-29T18:18:28Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Chenge of registration procedure&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here you can find some useful information on using the wiki.&lt;br /&gt;
&lt;br /&gt;
==Contribute==&lt;br /&gt;
Contributions are welcome, but only registered users can make changes.&lt;br /&gt;
&lt;br /&gt;
If you are new to MediaWiki consult the [[mediawikiwiki:Help:Contents|User&#039;s Guide]].&lt;br /&gt;
&lt;br /&gt;
==Registration==&lt;br /&gt;
It is not possible to self-register.&lt;br /&gt;
&lt;br /&gt;
To apply to be registered write at gretlwiki[at]deferoci[dot]mozmail[dot]com&lt;br /&gt;
&lt;br /&gt;
The mail must contain:&lt;br /&gt;
&lt;br /&gt;
*A valid username (start with capital letter and available) under which you want to be registered.&lt;br /&gt;
*Whether or not you want to be registered by the e-mail you write from.&lt;br /&gt;
*Some generic information of yours to make sure you are part of the gretl community.&lt;br /&gt;
&lt;br /&gt;
==Changing Password==&lt;br /&gt;
To modify your password go to &#039;&#039;Preferences&#039;&#039; (upper right) -&amp;gt; &#039;&#039;User profile&#039;&#039; -&amp;gt; &#039;&#039;Password&#039;&#039; -&amp;gt; &#039;&#039;Change password&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Enter the new password and then click &amp;quot;Change password&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
If administrators have created your account manually remember to change it!&lt;br /&gt;
&lt;br /&gt;
==Admins Section==&lt;br /&gt;
&lt;br /&gt;
===Add user===&lt;br /&gt;
To add a user:&lt;br /&gt;
&lt;br /&gt;
#go to [[Special:CreateAccount]]&lt;br /&gt;
#Enter the username the user has chosen.&lt;br /&gt;
##If you want create the account manually enter a sufficiently secure temporary password.&lt;br /&gt;
##Otherwise check the &amp;quot;Use a temporary random password and send it to the specified email address&amp;quot; checkbox and enter new user&#039;s email.&lt;br /&gt;
#Click &amp;quot;Create Account&amp;quot; button.&lt;br /&gt;
#After that a page with &amp;quot;Account created - The user account for &#039;&#039;ChosenUsername&#039;&#039; (talk) has been created.&amp;quot; should be displayed.&lt;br /&gt;
# Edit the new user&#039;s page with &amp;quot;NewUser&amp;quot; template:&lt;br /&gt;
##Click on &#039;&#039;ChosenUsername&#039;&#039; (should open &amp;lt;nowiki&amp;gt;https://gretlwiki.econ.univpm.it/index.php?title=User&amp;lt;/nowiki&amp;gt;:&#039;&#039;ChosenUsername&#039;&#039;&amp;amp;action=edit&amp;amp;redlink=1)&lt;br /&gt;
##Add the following text to the new page &amp;lt;nowiki&amp;gt;{{NewUser|&amp;lt;/nowiki&amp;gt;&#039;&#039;ChosenUsername&#039;&#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#Save the page and send the credential to the new user if you create account manually.&lt;br /&gt;
&lt;br /&gt;
===Delete user===&lt;br /&gt;
To delete a user:&lt;br /&gt;
&lt;br /&gt;
#First, look for contributions to be deleted.&lt;br /&gt;
# Go to [[Special:UserMerge]].&lt;br /&gt;
# In &amp;quot;Old user (merge from)&amp;quot; insert the username you want to delete, in &amp;quot;New user (merge to)&amp;quot; insert &#039;&#039;&#039;DeleteUser&#039;&#039;&#039; username. &#039;&#039;DeleteUser&#039;&#039; is a special user created to this scope.&lt;br /&gt;
#Check the &amp;quot;Delete old user&amp;quot; checkbox.&lt;br /&gt;
#Click on &#039;&#039;Merge user&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=User:Atecon&amp;diff=112</id>
		<title>User:Atecon</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=User:Atecon&amp;diff=112"/>
		<updated>2024-01-29T14:53:52Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Created page with &amp;quot;{{NewUser|Atecon}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NewUser|Atecon}}&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=User:TheoPanagiotidis&amp;diff=109</id>
		<title>User:TheoPanagiotidis</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=User:TheoPanagiotidis&amp;diff=109"/>
		<updated>2023-12-23T00:16:45Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Created page with &amp;quot;{{NewUser|TheoPanagiotidis}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NewUser|TheoPanagiotidis}}&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=99</id>
		<title>Blog</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=99"/>
		<updated>2023-10-31T18:39:09Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Fixed formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New features, fixed bugs, and software news are shown here&lt;br /&gt;
&lt;br /&gt;
A good concise list is provided in the official [https://gretl.sourceforge.net/ChangeLog.html changelog], here the aim is to be more explicit and sometimes give some examples. Before the respective new gretl version is released, the examples will only work in snapshots that are recent enough, or with self-compiled bleeding-edge versions. &lt;br /&gt;
&lt;br /&gt;
=== New in what will be gretl 2023c ===&lt;br /&gt;
(this is just a selection, not exhaustive)&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;gridplot&#039;&#039; command ====&lt;br /&gt;
This new native command makes it possible to arrange several subplots in a grid (rectangular) layout. As such it will pretty much replace the contributed function package &#039;&#039;multiplot&#039;&#039;. There are basically two ways of using it:&lt;br /&gt;
&lt;br /&gt;
First, using some other plotting commands, redirect the output to a string buffer inside a strings array. Then execute the gridplot command on that array. Example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open australia&lt;br /&gt;
strings temparr = array(2)&lt;br /&gt;
qqplot IAU --outbuf=temparr[1]&lt;br /&gt;
kdplot E --outbuf=temparr[2]&lt;br /&gt;
gridplot temparr --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Secondly, use the companion command &#039;&#039;gpbuild&#039;&#039; in a block format, and then define the individual parts:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open data4-10&lt;br /&gt;
gpbuild MyPlots&lt;br /&gt;
    gnuplot ENROLL CATHOL&lt;br /&gt;
    gnuplot ENROLL INCOME&lt;br /&gt;
    gnuplot ENROLL COLLEGE&lt;br /&gt;
end gpbuild&lt;br /&gt;
gridplot MyPlots --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;tsplots&#039;&#039; (virtual) command ====&lt;br /&gt;
You can now use the new &#039;&#039;tsplots&#039;&#039; command to create several joint time-series plots easily. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
open denmark&lt;br /&gt;
tsplots LRM LRY --output=display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This has actually &amp;quot;always&amp;quot; been possible with the &#039;&#039;scatters&#039;&#039; command --and was duly documented-- but it was somewhat counterintuitive to use a command for scatter plots to draw time-series lines.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=96</id>
		<title>Resources</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=96"/>
		<updated>2023-10-26T13:20:59Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Added GitHub sources&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Useful links:&lt;br /&gt;
&lt;br /&gt;
* [https://gretl.sourceforge.net/ Gretl page on sourceforge]&lt;br /&gt;
* Download gretl:&lt;br /&gt;
** [https://gretl.sourceforge.net/win32/ For Windows]&lt;br /&gt;
** [https://gretl.sourceforge.net/osx.html For macOS]&lt;br /&gt;
** [https://gretl.sourceforge.net/#dl Source package]&lt;br /&gt;
** [https://sourceforge.net/projects/gretl/files/snapshots/ Current snapshot]&lt;br /&gt;
* [http://sourceforge.net/projects/gretl/files/manual/ Manual and learning resources]&lt;br /&gt;
* [https://gretl.sourceforge.net/cgi-bin/gretldata.cgi?opt=SHOW_FUNCS Gretl function packages]&lt;br /&gt;
* [https://gretlml.univpm.it/postorius/lists/ Gretl mailing list]&lt;br /&gt;
* [https://www.youtube.com/channel/UCM-s19lycOv9ZKX1K_KROIA/featured%7C Gretl Team YouTube channel]&lt;br /&gt;
* [https://github.com/gretl-project Gretl project on GitHub]&lt;br /&gt;
* [https://github.com/gretl-project/material-on-gretl/wiki Parallel wiki on GitHub]&lt;br /&gt;
&lt;br /&gt;
Social:&lt;br /&gt;
* https://econtwitter.net/@gretl&lt;br /&gt;
* https://twitter.com/gretl_stats&lt;br /&gt;
&lt;br /&gt;
Other projects:&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnu.org/ Free Software Foundation]&lt;br /&gt;
* [http://www.gnu.org/ Gnuplot]&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=95</id>
		<title>Blog</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=95"/>
		<updated>2023-10-25T11:30:35Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Removed Blog title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New features, fixed bugs, and software news are shown here&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=94</id>
		<title>Blog</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Blog&amp;diff=94"/>
		<updated>2023-10-25T11:30:02Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Page creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Blog=&lt;br /&gt;
New features, fixed bugs, and software news are shown here&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=93</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=93"/>
		<updated>2023-10-25T11:24:01Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Rename “What’s new” and add Blog page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;MainPageLogo&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;gretlwiki&amp;lt;/div&amp;gt;&lt;br /&gt;
the gretl software wiki&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Gretl (Gnu Regression, Econometrics and Time-series Library) is a cross-platform software package for econometric analysis, written in the C programming language.&lt;br /&gt;
&lt;br /&gt;
This wiki was created for the purpose of extending the information given in the manual and documentation, and for easy access.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageContainer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Learn gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Get into|Get into gretl]]&lt;br /&gt;
* [[Code examples for beginners]]&lt;br /&gt;
* [[Gretl for programmers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Use gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Tips and tricks]]&lt;br /&gt;
* [[Replication papers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Resources&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[Resources|External resources]]&lt;br /&gt;
*[[Books]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;About the wiki&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Wiki rules]]&lt;br /&gt;
* [[Wiki| How to]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;What’s new&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Blog]]&lt;br /&gt;
* [[Gretlwiki café|The wiki café]]. Where to share ideas and make suggestions.&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=92</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=92"/>
		<updated>2023-10-23T08:22:21Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Change month&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== October 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=91</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=91"/>
		<updated>2023-09-10T13:48:55Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Change month&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== September 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=90</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=90"/>
		<updated>2023-05-04T12:29:58Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Month discussions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== May 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=89</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=89"/>
		<updated>2023-04-02T20:18:14Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: chenge month&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== April 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=88</id>
		<title>Resources</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=88"/>
		<updated>2023-03-13T10:24:11Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Add socials&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Useful links:&lt;br /&gt;
&lt;br /&gt;
* [https://gretl.sourceforge.net/ Gretl page on sourceforge]&lt;br /&gt;
* Download gretl:&lt;br /&gt;
** [https://gretl.sourceforge.net/win32/ For Windows]&lt;br /&gt;
** [https://gretl.sourceforge.net/osx.html For macOS]&lt;br /&gt;
** [https://gretl.sourceforge.net/#dl Source package]&lt;br /&gt;
** [https://sourceforge.net/projects/gretl/files/snapshots/ Current snapshot]&lt;br /&gt;
* [http://sourceforge.net/projects/gretl/files/manual/ Manual and learning resources]&lt;br /&gt;
* [https://gretl.sourceforge.net/cgi-bin/gretldata.cgi?opt=SHOW_FUNCS Gretl function packages]&lt;br /&gt;
* [https://gretlml.univpm.it/postorius/lists/ Gretl mailing list]&lt;br /&gt;
* [https://www.youtube.com/channel/UCM-s19lycOv9ZKX1K_KROIA/featured%7C Gretl Team YouTube channel]&lt;br /&gt;
&lt;br /&gt;
Social:&lt;br /&gt;
* https://econtwitter.net/@gretl&lt;br /&gt;
* https://twitter.com/gretl_stats&lt;br /&gt;
&lt;br /&gt;
Other projects:&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnu.org/ Free Software Foundation]&lt;br /&gt;
* [http://www.gnu.org/ Gnuplot]&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=87</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=87"/>
		<updated>2023-03-05T19:44:05Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Change month&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== March 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Get_into&amp;diff=86</id>
		<title>Get into</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Get_into&amp;diff=86"/>
		<updated>2023-02-27T23:37:20Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download and install Gretl ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
You can download Gretl from this page: [https://gretl.sourceforge.net/win32/ Gretl for Microsoft Windows]&lt;br /&gt;
&lt;br /&gt;
If you have no specific needs, simply download the &#039;&#039;latest release&#039;&#039; of &#039;&#039;self installer&#039;&#039; according to the processor you have. (&#039;&#039;Note:&#039;&#039; if you don&#039;t know what type of processor you have, go to &#039;&#039;Settings → System → About&#039;&#039; and under &#039;&#039;System type&#039;&#039; you can see whether your processor is 32-bit or 64-bit.)&lt;br /&gt;
&lt;br /&gt;
After downloading the &#039;&#039;installation file&#039;&#039;, run it.&lt;br /&gt;
&lt;br /&gt;
==== System requirements ====&lt;br /&gt;
As of version 1.9.4, gretl requires Windows XP or higher and a processor that supports the SSE2 instruction set. SSE2 support is found in all modern processors; it is absent in AMD CPUs prior to the Athlon 64, and in Intel CPUs prior to the Pentium 4.&lt;br /&gt;
&lt;br /&gt;
=== MacOS === &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://gretl.sourceforge.net/osx.html Gretl for for macOS]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re running OS X 10.6, 10.7 or 10.8 (&amp;quot;Snow Leopard&amp;quot;, &amp;quot;Lion&amp;quot; or &amp;quot;Mountain Lion&amp;quot;) we suggest trying the 2021a release of gretl. If you&#039;re running OS X 10.5 or earlier please see our gretl for legacy Macs page.&lt;br /&gt;
&lt;br /&gt;
== Compile Gretl ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Get_into&amp;diff=85</id>
		<title>Get into</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Get_into&amp;diff=85"/>
		<updated>2023-02-27T14:28:29Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Download and install Gretl === &lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://gretl.sourceforge.net/win32/ Gretl for Microsoft Windows]:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
System requirements. As of version 1.9.4, gretl requires Windows XP or higher and a processor that supports the SSE2 instruction set. SSE2 support is found in all modern processors; it is absent in AMD CPUs prior to the Athlon 64, and in Intel CPUs prior to the Pentium 4.&lt;br /&gt;
&lt;br /&gt;
==== MacOS ==== &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://gretl.sourceforge.net/osx.html Gretl for for macOS]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re running OS X 10.6, 10.7 or 10.8 (&amp;quot;Snow Leopard&amp;quot;, &amp;quot;Lion&amp;quot; or &amp;quot;Mountain Lion&amp;quot;) we suggest trying the 2021a release of gretl. If you&#039;re running OS X 10.5 or earlier please see our gretl for legacy Macs page.&lt;br /&gt;
&lt;br /&gt;
=== Compile Gretl ===&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=User:SvenS&amp;diff=84</id>
		<title>User:SvenS</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=User:SvenS&amp;diff=84"/>
		<updated>2023-02-27T14:10:34Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Created page with &amp;quot;{{NewUser|SvenS}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NewUser|SvenS}}&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=83</id>
		<title>Tips and tricks</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=83"/>
		<updated>2023-02-25T21:51:53Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=== Step monitor ===&lt;br /&gt;
It is sometimes irritating when a calculation takes very long and nothing appears to happen. In such cases a step monitor may be useful to indicate the state of the calculations. It is a simple gimmick.&lt;br /&gt;
&lt;br /&gt;
Take, as an example, a modification of the Listing 37.1: Finding the minimum of the Rosenbrock function with the BFGSmax routine given in Gretl&#039;s user guide. The &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt;  command prints the values of x and y and ends with a carriage return. The command &amp;lt;code&amp;gt;flush&amp;lt;/code&amp;gt; induces printing at each step. To simulate a time consuming routine, a delay of .003 has been inserted by giving the command &amp;lt;code&amp;gt;sleep(.003)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Open the the gretl script editor (File → Script files → New script) and paste the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set verbose off&lt;br /&gt;
# This defines the function to be maximized&lt;br /&gt;
function scalar Rosenbrock( const matrix param &amp;quot;parameters&amp;quot; )&lt;br /&gt;
scalar x = param[1]&lt;br /&gt;
scalar y = param[2]&lt;br /&gt;
printf &amp;quot;x =%7.4f, y =%7.4f \r&amp;quot;,x,y            # the information printed at each step&lt;br /&gt;
flush                                         # this induces immediate printing&lt;br /&gt;
sleep(.003)                                   # this simulates a time-consuming process&lt;br /&gt;
return -(1-x)^2 - 100 * (y - x^2)^2&lt;br /&gt;
end function&lt;br /&gt;
&lt;br /&gt;
# This invokes the maximization routine&lt;br /&gt;
matrix theta = {0, 0}                         # initial values for theta&lt;br /&gt;
set max_verbose off&lt;br /&gt;
M = BFGSmax(&amp;amp;theta, Rosenbrock(theta) )&lt;br /&gt;
printf &amp;quot;                      \r&amp;quot;             # destroy the last step message&lt;br /&gt;
flush                                         # flush it&lt;br /&gt;
printf &amp;quot;\ntheta: %8.4f \n&amp;quot;, theta&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now run the script (push the gears button or Ctrl+R). The successive estimates of x and y will be monitored. Other information can easily be monitored as well, the value of the criterion &amp;lt;code&amp;gt;-(1-x)^2 - 100 * (y - x^2)^2&amp;lt;/code&amp;gt; for instance, by simply including it in the &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt; command in the Rosenbrook function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;=&amp;quot; trick for eval ===&lt;br /&gt;
Sometimes you simply need to check the result of an expression in the Gretl console, such as 2+2. To do this you should use the &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt; command like this: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? eval 2+2&lt;br /&gt;
4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Since without the command, gretl raises an error:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? 2+2&lt;br /&gt;
Parse error at unexpected token &#039;2&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
But &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt; is too long to type. You can use an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; before the expression (as in a spreasheet) to get the same result as &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? =2+2&lt;br /&gt;
4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Backslash to split lines===&lt;br /&gt;
In some cases a line of code could be very long. Take for example the declaration of a matrix:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
matrix M = {1,2,3;4,5,6;7,8,9;10;11;12;13,14,15;16,17,18}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is difficult to read rows and columns. You can use the symbol &amp;lt;code&amp;gt;\&amp;lt;/code&amp;gt; to split the line and improve readability.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
matrix M = { \&lt;br /&gt;
  1,2,3; \&lt;br /&gt;
  4,5,6; \&lt;br /&gt;
  7,8,9; \&lt;br /&gt;
  10,11,12; \&lt;br /&gt;
  13,14,15; \&lt;br /&gt;
  16,17,18}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Execute portions of code ===&lt;br /&gt;
You can execute only a portion of code by highlighting it in the &#039;&#039;script editor&#039;&#039; window and running it with &#039;&#039;ctlr+r&#039;&#039; or the &#039;&#039;run&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Custom &#039;&#039;Highlighting style&#039;&#039; ===&lt;br /&gt;
To use custom color highlighting in &#039;&#039;script window&#039;&#039; and &#039;&#039; console&#039;&#039; add the xml style file to &amp;lt;code&amp;gt;PATH/gtksourceview/&amp;lt;/code&amp;gt;; where &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; is main Gretl directory. You can see it in &#039;&#039;Tools -&amp;gt; Preferences -&amp;gt; General&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
After that, go to &#039;&#039;Tools -&amp;gt; Preferences -&amp;gt; Editor&#039;&#039; and select your file name in &#039;&#039;Highlighting style&#039;&#039; drop-down list.&lt;br /&gt;
 &lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=82</id>
		<title>Tips and tricks</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=82"/>
		<updated>2023-02-24T11:50:32Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=== Step monitor ===&lt;br /&gt;
It is sometimes irritating when a calculation takes very long and nothing appears to happen. In such cases a step monitor may be useful to indicate the state of the calculations. It is a simple gimmick.&lt;br /&gt;
&lt;br /&gt;
Take, as an example, a modification of the Listing 37.1: Finding the minimum of the Rosenbrock function with the BFGSmax routine given in Gretl&#039;s user guide. The &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt;  command prints the values of x and y and ends with a carriage return. The command &amp;lt;code&amp;gt;flush&amp;lt;/code&amp;gt; induces printing at each step. To simulate a time consuming routine, a delay of .003 has been inserted by giving the command &amp;lt;code&amp;gt;sleep(.003)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Open the the gretl script editor (File → Script files → New script) and paste the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set verbose off&lt;br /&gt;
# This defines the function to be maximized&lt;br /&gt;
function scalar Rosenbrock( const matrix param &amp;quot;parameters&amp;quot; )&lt;br /&gt;
scalar x = param[1]&lt;br /&gt;
scalar y = param[2]&lt;br /&gt;
printf &amp;quot;x =%7.4f, y =%7.4f \r&amp;quot;,x,y            # the information printed at each step&lt;br /&gt;
flush                                         # this induces immediate printing&lt;br /&gt;
sleep(.003)                                   # this simulates a time-consuming process&lt;br /&gt;
return -(1-x)^2 - 100 * (y - x^2)^2&lt;br /&gt;
end function&lt;br /&gt;
&lt;br /&gt;
# This invokes the maximization routine&lt;br /&gt;
matrix theta = {0, 0}                         # initial values for theta&lt;br /&gt;
set max_verbose off&lt;br /&gt;
M = BFGSmax(&amp;amp;theta, Rosenbrock(theta) )&lt;br /&gt;
printf &amp;quot;                      \r&amp;quot;             # destroy the last step message&lt;br /&gt;
flush                                         # flush it&lt;br /&gt;
printf &amp;quot;\ntheta: %8.4f \n&amp;quot;, theta&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now run the script (push the gears button or Ctrl+R). The successive estimates of x and y will be monitored. Other information can easily be monitored as well, the value of the criterion &amp;lt;code&amp;gt;-(1-x)^2 - 100 * (y - x^2)^2&amp;lt;/code&amp;gt; for instance, by simply including it in the &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt; command in the Rosenbrook function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;=&amp;quot; trick for eval ===&lt;br /&gt;
Sometimes you simply need to check the result of an expression in the Gretl console, such as 2+2. To do this you should use the &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt; command like this: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? eval 2+2&lt;br /&gt;
4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Since without the command, gretl raises an error:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? 2+2&lt;br /&gt;
Parse error at unexpected token &#039;2&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
But &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt; is too long to type. You can use an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; before the expression (as in a spreasheet) to get the same result as &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? =2+2&lt;br /&gt;
4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Backslash to split lines===&lt;br /&gt;
In some cases a line of code could be very long. Take for example the declaration of a matrix:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
matrix M = {1,2,3;4,5,6;7,8,9;10;11;12;13,14,15;16,17,18}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It is difficult to read rows and columns. You can use the symbol &amp;lt;code&amp;gt;\&amp;lt;/code&amp;gt; to split the line and improve readability.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
matrix M = { \&lt;br /&gt;
  1,2,3; \&lt;br /&gt;
  4,5,6; \&lt;br /&gt;
  7,8,9; \&lt;br /&gt;
  10,11,12; \&lt;br /&gt;
  13,14,15; \&lt;br /&gt;
  16,17,18}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Execute portions of code ===&lt;br /&gt;
You can execute only a portion of code by highlighting it in the &#039;&#039;script editor&#039;&#039; window and running it with &#039;&#039;ctlr+r&#039;&#039; or the &#039;&#039;run&#039;&#039; button.&lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=80</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=80"/>
		<updated>2023-02-17T17:05:27Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== February 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Books&amp;diff=79</id>
		<title>Books</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Books&amp;diff=79"/>
		<updated>2023-02-17T16:54:39Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Create table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!Language&lt;br /&gt;
!Link&lt;br /&gt;
|-&lt;br /&gt;
|Using gretl for Principles of Econometrics&lt;br /&gt;
|Lee C. Adkins&lt;br /&gt;
|ENG&lt;br /&gt;
|https://www.learneconometrics.com/gretl/index.html&lt;br /&gt;
|-&lt;br /&gt;
|ANALYSIS OF ECONOMICS DATA: AN INTRODUCTION TO ECONOMETRICS&lt;br /&gt;
|A. Colin Cameron&lt;br /&gt;
|ENG&lt;br /&gt;
|https://cameron.econ.ucdavis.edu/aed/&lt;br /&gt;
|-&lt;br /&gt;
|Introduction to Econometrics&lt;br /&gt;
|Dougherty&lt;br /&gt;
|ENG&lt;br /&gt;
|https://global.oup.com/uk/orc/busecon/economics/dougherty5e/ &lt;br /&gt;
https://global.oup.com/uk/orc/busecon/economics/dougherty5e/&lt;br /&gt;
|-&lt;br /&gt;
|Einführung in die Ökonometrie&lt;br /&gt;
|Peter Hackl&lt;br /&gt;
|GER&lt;br /&gt;
|https://www.pearson.de/einfuehrung-in-die-oekonometrie-9783868941562&lt;br /&gt;
|-&lt;br /&gt;
|Ekonometria Rozwiązywanie problemów z wykorzystaniem programu GRETL&lt;br /&gt;
|Tadeusz Kufel&lt;br /&gt;
|POL&lt;br /&gt;
|https://ksiegarnia.pwn.pl/Ekonometria-Rozwiazywanie-problemow-z-wykorzystaniem-programu-GRETL,68470501,p.html&lt;br /&gt;
|-&lt;br /&gt;
|Эконометрика. Решение задач с применением пакета программ GRETL&lt;br /&gt;
|Tadeusz Kufel&lt;br /&gt;
|RUS&lt;br /&gt;
|http://www.kufel.torun.pl/ru/index.html&lt;br /&gt;
|-&lt;br /&gt;
|Ökonometrie verstehen mit Gretl&lt;br /&gt;
|Jürgen Malitte&lt;br /&gt;
Sven Schreiber&lt;br /&gt;
|GER&lt;br /&gt;
|https://link.springer.com/book/10.1007%2F978-3-662-58275-6&lt;br /&gt;
|-&lt;br /&gt;
|Basic Econometrics&lt;br /&gt;
|Riccardo &amp;quot;Jack&amp;quot; Lucchetti&lt;br /&gt;
|ENG&lt;br /&gt;
|http://www2.econ.univpm.it/servizi/hpp/lucchetti/didattica/basic.pdf&lt;br /&gt;
|-&lt;br /&gt;
|Dealing with Econometrics: Real World Cases with Cross-Sectional Data&lt;br /&gt;
|Jordi Ripollés&lt;br /&gt;
Inmaculada Martínez-Zarzoso&lt;br /&gt;
Maite Alguacil&lt;br /&gt;
|ENG&lt;br /&gt;
|https://www.cambridgescholars.com/product/978-1-5275-8500-3&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=78</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=78"/>
		<updated>2023-02-09T19:16:38Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Add February&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== February 2023 discussions ==&lt;br /&gt;
== January 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=77</id>
		<title>Tips and tricks</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=77"/>
		<updated>2023-01-14T00:17:25Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=== Step monitor ===&lt;br /&gt;
It is sometimes irritating when a calculation takes very long and nothing appears to happen. In such cases a step monitor may be useful to indicate the state of the calculations. It is a simple gimmick.&lt;br /&gt;
&lt;br /&gt;
Take, as an example, a modification of the Listing 37.1: Finding the minimum of the Rosenbrock function with the BFGSmax routine given in Gretl&#039;s user guide. The &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt;  command prints the values of x and y and ends with a carriage return. The command &amp;lt;code&amp;gt;flush&amp;lt;/code&amp;gt; induces printing at each step. To simulate a time consuming routine, a delay of .003 has been inserted by giving the command &amp;lt;code&amp;gt;sleep(.003)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Open the the gretl script editor (File → Script files → New script) and paste the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set verbose off&lt;br /&gt;
# This defines the function to be maximized&lt;br /&gt;
function scalar Rosenbrock( const matrix param &amp;quot;parameters&amp;quot; )&lt;br /&gt;
scalar x = param[1]&lt;br /&gt;
scalar y = param[2]&lt;br /&gt;
printf &amp;quot;x =%7.4f, y =%7.4f \r&amp;quot;,x,y            # the information printed at each step&lt;br /&gt;
flush                                         # this induces immediate printing&lt;br /&gt;
sleep(.003)                                   # this simulates a time-consuming process&lt;br /&gt;
return -(1-x)^2 - 100 * (y - x^2)^2&lt;br /&gt;
end function&lt;br /&gt;
&lt;br /&gt;
# This invokes the maximization routine&lt;br /&gt;
matrix theta = {0, 0}                         # initial values for theta&lt;br /&gt;
set max_verbose off&lt;br /&gt;
M = BFGSmax(&amp;amp;theta, Rosenbrock(theta) )&lt;br /&gt;
printf &amp;quot;                      \r&amp;quot;             # destroy the last step message&lt;br /&gt;
flush                                         # flush it&lt;br /&gt;
printf &amp;quot;\ntheta: %8.4f \n&amp;quot;, theta&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now run the script (push the gears button or Ctrl+R). The successive estimates of x and y will be monitored. Other information can easily be monitored as well, the value of the criterion &amp;lt;code&amp;gt;-(1-x)^2 - 100 * (y - x^2)^2&amp;lt;/code&amp;gt; for instance, by simply including it in the &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt; command in the Rosenbrook function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;=&amp;quot; trick for eval ===&lt;br /&gt;
Sometimes you simply need to check the result of an expression in the Gretl console, such as 2+2. To do this you should use the &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt; command like this: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? eval 2+2&lt;br /&gt;
4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Since without the command, gretl raises an error:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? 2+2&lt;br /&gt;
Parse error at unexpected token &#039;2&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
But &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt; is too long to type. You can use an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; before the expression (as in a spreasheet) to get the same result as &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? =2+2&lt;br /&gt;
4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=76</id>
		<title>Tips and tricks</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=76"/>
		<updated>2023-01-14T00:16:40Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Add &amp;quot;=&amp;quot; trick for eval&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=== Step monitor ===&lt;br /&gt;
It is sometimes irritating when a calculation takes very long and nothing appears to happen. In such cases a step monitor may be useful to indicate the state of the calculations. It is a simple gimmick.&lt;br /&gt;
&lt;br /&gt;
Take, as an example, a modification of the Listing 37.1: Finding the minimum of the Rosenbrock function with the BFGSmax routine given in Gretl&#039;s user guide. The &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt;  command prints the values of x and y and ends with a carriage return. The command &amp;lt;code&amp;gt;flush&amp;lt;/code&amp;gt; induces printing at each step. To simulate a time consuming routine, a delay of .003 has been inserted by giving the command &amp;lt;code&amp;gt;sleep(.003)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Open the the gretl script editor (File → Script files → New script) and paste the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set verbose off&lt;br /&gt;
# This defines the function to be maximized&lt;br /&gt;
function scalar Rosenbrock( const matrix param &amp;quot;parameters&amp;quot; )&lt;br /&gt;
scalar x = param[1]&lt;br /&gt;
scalar y = param[2]&lt;br /&gt;
printf &amp;quot;x =%7.4f, y =%7.4f \r&amp;quot;,x,y            # the information printed at each step&lt;br /&gt;
flush                                         # this induces immediate printing&lt;br /&gt;
sleep(.003)                                   # this simulates a time-consuming process&lt;br /&gt;
return -(1-x)^2 - 100 * (y - x^2)^2&lt;br /&gt;
end function&lt;br /&gt;
&lt;br /&gt;
# This invokes the maximization routine&lt;br /&gt;
matrix theta = {0, 0}                         # initial values for theta&lt;br /&gt;
set max_verbose off&lt;br /&gt;
M = BFGSmax(&amp;amp;theta, Rosenbrock(theta) )&lt;br /&gt;
printf &amp;quot;                      \r&amp;quot;             # destroy the last step message&lt;br /&gt;
flush                                         # flush it&lt;br /&gt;
printf &amp;quot;\ntheta: %8.4f \n&amp;quot;, theta&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now run the script (push the gears button or Ctrl+R). The successive estimates of x and y will be monitored. Other information can easily be monitored as well, the value of the criterion &amp;lt;code&amp;gt;-(1-x)^2 - 100 * (y - x^2)^2&amp;lt;/code&amp;gt; for instance, by simply including it in the &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt; command in the Rosenbrook function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;=&amp;quot; trick for eval ===&lt;br /&gt;
Sometimes you simply need to check the result of an expression in the Gretl console, such as 2+2. To do this you should use the &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt; command like this: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? eval 2+2&lt;br /&gt;
4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Since without the command, gretl raises an error:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? 2+2&lt;br /&gt;
Parse error at unexpected token &#039;2&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
But &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt; is too long to type. You can use an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; before the expression (as in a spreasheet) to get the same result as &amp;lt;code&amp;gt;eval&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
? =2+2&lt;br /&gt;
4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=75</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=75"/>
		<updated>2023-01-13T18:16:30Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: change date&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2023 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=User:DeFeroci&amp;diff=72</id>
		<title>User:DeFeroci</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=User:DeFeroci&amp;diff=72"/>
		<updated>2023-01-10T01:18:47Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: /* Account creation requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I&#039;m Federico. &lt;br /&gt;
&lt;br /&gt;
if you have any advice or suggestions on the wiki please contact me!&lt;br /&gt;
&lt;br /&gt;
== Account creation requests ==&lt;br /&gt;
&lt;br /&gt;
To apply to be registered write me at &#039;&#039;&#039;gre&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;@gmail.com&amp;lt;/span&amp;gt;tl&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;.org&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;wiki&amp;lt;/span&amp;gt;[at]de&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;moz&amp;lt;/span&amp;gt;f&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;moz&amp;lt;/span&amp;gt;er&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;gmail&amp;lt;/span&amp;gt;oci[dot]mo&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;.org&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;zm&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;~&amp;lt;/span&amp;gt;ail[dot]c&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;48&amp;lt;/span&amp;gt;om&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The mail must contain:&lt;br /&gt;
* A valid username (start with capital letter and [[Special:ListUsers|available]]) under which you want to be registered.&lt;br /&gt;
* Whether or not you want to be registered by the e-mail you write from.&lt;br /&gt;
* Some generic information of yours to make sure you are part of the gretl community.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=71</id>
		<title>Tips and tricks</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Tips_and_tricks&amp;diff=71"/>
		<updated>2023-01-04T01:56:31Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: fixed formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=== Step monitor ===&lt;br /&gt;
It is sometimes irritating when a calculation takes very long and nothing appears to happen. In such cases a step monitor may be useful to indicate the state of the calculations. It is a simple gimmick.&lt;br /&gt;
&lt;br /&gt;
Take, as an example, a modification of the Listing 37.1: Finding the minimum of the Rosenbrock function with the BFGSmax routine given in Gretl&#039;s user guide. The &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt;current  command prints the values of x and y and ends with a carriage return. The command &amp;lt;code&amp;gt;flush&amp;lt;/code&amp;gt; induces printing at each step. To simulate a time consuming routine, a delay of .003 has been inserted by giving the command &amp;lt;code&amp;gt;sleep(.003)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Open the the gretl script editor (File → Script files → New script) and paste the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set verbose off&lt;br /&gt;
# This defines the function to be maximized&lt;br /&gt;
function scalar Rosenbrock( const matrix param &amp;quot;parameters&amp;quot; )&lt;br /&gt;
scalar x = param[1]&lt;br /&gt;
scalar y = param[2]&lt;br /&gt;
printf &amp;quot;x =%7.4f, y =%7.4f \r&amp;quot;,x,y            # the information printed at each step&lt;br /&gt;
flush                                         # this induces immediate printing&lt;br /&gt;
sleep(.003)                                   # this simulates a time-consuming process&lt;br /&gt;
return -(1-x)^2 - 100 * (y - x^2)^2&lt;br /&gt;
end function&lt;br /&gt;
&lt;br /&gt;
# This invokes the maximization routine&lt;br /&gt;
matrix theta = {0, 0} # initial values for theta&lt;br /&gt;
set max_verbose off&lt;br /&gt;
M = BFGSmax(&amp;amp;theta, Rosenbrock(theta) )&lt;br /&gt;
printf &amp;quot;                      \r&amp;quot;              # destroy the last step message&lt;br /&gt;
flush                                          # flush it&lt;br /&gt;
printf &amp;quot;\ntheta: %8.4f \n&amp;quot;, theta&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now run the script (push the gears button or Ctrl+R). The successive estimates of x and y will be monitored. Other information can easily be monitored as well, the value of the criterion &amp;lt;code&amp;gt;-(1-x)^2 - 100 * (y - x^2)^2&amp;lt;/code&amp;gt; for instance, by simply including it in the &amp;lt;code&amp;gt;printf&amp;lt;/code&amp;gt; command in the Rosenbrook function.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Books&amp;diff=61</id>
		<title>Books</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Books&amp;diff=61"/>
		<updated>2022-12-27T18:52:55Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Created page with &amp;quot;[https://sourceforge.net/projects/gretl/files/manual/hansl-primer.pdf/download A Hansl Primer - The scripting language of gretl in 55 minutes]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://sourceforge.net/projects/gretl/files/manual/hansl-primer.pdf/download A Hansl Primer - The scripting language of gretl in 55 minutes]&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=60</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=60"/>
		<updated>2022-12-26T15:03:38Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;MainPageLogo&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;gretlwiki&amp;lt;/div&amp;gt;&lt;br /&gt;
the gretl software wiki&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Gretl (Gnu Regression, Econometrics and Time-series Library) is a cross-platform software package for econometric analysis, written in the C programming language.&lt;br /&gt;
&lt;br /&gt;
This wiki was created for the purpose of extending the information given in the manual and documentation, and for easy access.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageContainer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Learn gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Get into|Get into gretl]]&lt;br /&gt;
* [[Code examples for beginners]]&lt;br /&gt;
* [[Gretl for programmers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Use gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Tips and tricks]]&lt;br /&gt;
* [[Replication papers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Resources&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[Resources|External resources]]&lt;br /&gt;
*[[Books]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;About the wiki&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Wiki rules]]&lt;br /&gt;
* [[Wiki| How to]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;gretlwiki café&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Gretlwiki café|The wiki café]]. Where to share ideas and make suggestions.&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_cafe&amp;diff=59</id>
		<title>Gretlwiki cafe</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_cafe&amp;diff=59"/>
		<updated>2022-12-26T14:58:40Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Redirected page to Gretlwiki café&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Gretlwiki café]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_cafe&amp;diff=58</id>
		<title>Gretlwiki cafe</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_cafe&amp;diff=58"/>
		<updated>2022-12-26T14:57:40Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=57</id>
		<title>Gretlwiki café</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Gretlwiki_caf%C3%A9&amp;diff=57"/>
		<updated>2022-12-26T14:56:10Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Created page with &amp;quot;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.  You can start a discussion adding to this page &amp;lt;pre&amp;gt; === DiscussionTitle ~~~~ === Text &amp;lt;/pre&amp;gt;  And comment with &amp;lt;pre&amp;gt; :comment text ~~~~ &amp;lt;/pre&amp;gt;  == December 2022 discussions ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is designed as a meeting and discussion place where we can talk about gretl and how to improve the wiki.&lt;br /&gt;
&lt;br /&gt;
You can start a discussion adding to this page&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=== DiscussionTitle ~~~~ ===&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And comment with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:comment text ~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== December 2022 discussions ==&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=56</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=56"/>
		<updated>2022-12-26T14:55:58Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;MainPageLogo&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;gretlwiki&amp;lt;/div&amp;gt;&lt;br /&gt;
the gretl software wiki&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Gretl (Gnu Regression, Econometrics and Time-series Library) is a cross-platform software package for econometric analysis, written in the C programming language.&lt;br /&gt;
&lt;br /&gt;
This wiki was created for the purpose of extending the information given in the manual and documentation, and for easy access.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageContainer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Learn gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Get into|Get into gretl]]&lt;br /&gt;
* [[Code examples for beginners]]&lt;br /&gt;
* [[Gretl for programmers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Use gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Tips and tricks]]&lt;br /&gt;
* [[Replication papers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Resources&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[Resources|External resources]]&lt;br /&gt;
*Books&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;About the wiki&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Wiki rules]]&lt;br /&gt;
* [[Wiki| How to]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;gretlwiki café&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Gretlwiki café|The wiki café]]. Where to share ideas and make suggestions.&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Replication_papers&amp;diff=55</id>
		<title>Replication papers</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Replication_papers&amp;diff=55"/>
		<updated>2022-12-26T14:11:55Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Fix table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The table collects papers that are replicated or explained in gretl on the pages in the “Link” column.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+Paper list&lt;br /&gt;
!Date&lt;br /&gt;
!Author&lt;br /&gt;
!Title&lt;br /&gt;
!Link&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Replication_papers&amp;diff=54</id>
		<title>Replication papers</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Replication_papers&amp;diff=54"/>
		<updated>2022-12-26T03:01:11Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Created page with &amp;quot;The table collects papers that are replicated or explained in gretl on the pages in the “Link” column. {| class=&amp;quot;wikitable&amp;quot; |+Paper List !Date !Author !Title !Link |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The table collects papers that are replicated or explained in gretl on the pages in the “Link” column.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Paper List&lt;br /&gt;
!Date&lt;br /&gt;
!Author&lt;br /&gt;
!Title&lt;br /&gt;
!Link&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=53</id>
		<title>Resources</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=53"/>
		<updated>2022-12-26T02:43:44Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Useful links:&lt;br /&gt;
&lt;br /&gt;
* [https://gretl.sourceforge.net/ Gretl page on sourceforge]&lt;br /&gt;
* Download gretl:&lt;br /&gt;
** [https://gretl.sourceforge.net/win32/ For Windows]&lt;br /&gt;
** [https://gretl.sourceforge.net/osx.html For macOS]&lt;br /&gt;
** [https://gretl.sourceforge.net/#dl Source package]&lt;br /&gt;
** [https://sourceforge.net/projects/gretl/files/snapshots/ Current snapshot]&lt;br /&gt;
* [http://sourceforge.net/projects/gretl/files/manual/ Manual and learning resources]&lt;br /&gt;
* [https://gretl.sourceforge.net/cgi-bin/gretldata.cgi?opt=SHOW_FUNCS Gretl function packages]&lt;br /&gt;
* [https://gretlml.univpm.it/postorius/lists/ Gretl mailing list]&lt;br /&gt;
* [https://www.youtube.com/channel/UCM-s19lycOv9ZKX1K_KROIA/featured%7C Gretl Team YouTube channel]&lt;br /&gt;
&lt;br /&gt;
Other projects:&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnu.org/ Free Software Foundation]&lt;br /&gt;
* [http://www.gnu.org/ Gnuplot]&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=52</id>
		<title>Resources</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Resources&amp;diff=52"/>
		<updated>2022-12-26T02:42:01Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Useful links:&lt;br /&gt;
&lt;br /&gt;
* [https://gretl.sourceforge.net/ Gretl page on sourceforge]&lt;br /&gt;
* Download gretl:&lt;br /&gt;
** [https://gretl.sourceforge.net/win32/ For Windows]&lt;br /&gt;
** [https://gretl.sourceforge.net/osx.html For macOS]&lt;br /&gt;
** [https://gretl.sourceforge.net/#dl Source package]&lt;br /&gt;
** [https://sourceforge.net/projects/gretl/files/snapshots/ Current snapshot]&lt;br /&gt;
* [http://sourceforge.net/projects/gretl/files/manual/ Manual and learning resources]&lt;br /&gt;
* [https://gretl.sourceforge.net/cgi-bin/gretldata.cgi?opt=SHOW_FUNCS Gretl function packages]&lt;br /&gt;
* [https://gretlml.univpm.it/postorius/lists/ Gretl mailing list]&lt;br /&gt;
* [https://www.youtube.com/channel/UCM-s19lycOv9ZKX1K_KROIA/featured%7C]&lt;br /&gt;
&lt;br /&gt;
Other projects:&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnu.org/ Free Software Foundation]&lt;br /&gt;
* [http://www.gnu.org/ Gnuplot]&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=51</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=51"/>
		<updated>2022-12-26T02:38:48Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;MainPageLogo&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;gretlwiki&amp;lt;/div&amp;gt;&lt;br /&gt;
the gretl software wiki&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Gretl (Gnu Regression, Econometrics and Time-series Library) is a cross-platform software package for econometric analysis, written in the C programming language.&lt;br /&gt;
&lt;br /&gt;
This wiki was created for the purpose of extending the information given in the manual and documentation, and for easy access.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageContainer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Learn gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Get into|Get into gretl]]&lt;br /&gt;
* [[Code examples for beginners]]&lt;br /&gt;
* [[Gretl for programmers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Use gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Tips and tricks]]&lt;br /&gt;
* [[Replication papers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Resources&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[Resources|External resources]]&lt;br /&gt;
*Books&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;About the wiki&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Wiki rules]]&lt;br /&gt;
* [[Wiki| How to]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;gretlwiki café&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Gretlwikicafe|The wiki café]]. Where to share ideas and make suggestions.&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Wiki_rules&amp;diff=50</id>
		<title>Wiki rules</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Wiki_rules&amp;diff=50"/>
		<updated>2022-12-25T16:51:16Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Basic rules&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#You are solely responsible for what you post.&lt;br /&gt;
#Use your best judgment.&lt;br /&gt;
#Respect other users.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=User:DeFeroci&amp;diff=47</id>
		<title>User:DeFeroci</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=User:DeFeroci&amp;diff=47"/>
		<updated>2022-12-23T22:34:30Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Protected &amp;quot;User:DeFeroci&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I&#039;m Federico. &lt;br /&gt;
&lt;br /&gt;
if you have any advice or suggestions on the wiki please contact me!&lt;br /&gt;
&lt;br /&gt;
== Account creation requests ==&lt;br /&gt;
&lt;br /&gt;
To apply to be registered write me at &#039;&#039;&#039;dh&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;@gmail.com&amp;lt;/span&amp;gt;tag&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;.org&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;zr&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;moz&amp;lt;/span&amp;gt;de[at]moz&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;abc&amp;lt;/span&amp;gt;ma&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;48&amp;lt;/span&amp;gt;il[dot]com&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The mail must contain:&lt;br /&gt;
* A valid username (start with capital letter and [[Special:ListUsers|available]]) under which you want to be registered.&lt;br /&gt;
* Whether or not you want to be registered by the e-mail you write from.&lt;br /&gt;
* Some generic information of yours to make sure you are part of the gretl community.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=User:DeFeroci&amp;diff=46</id>
		<title>User:DeFeroci</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=User:DeFeroci&amp;diff=46"/>
		<updated>2022-12-23T22:34:21Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: Created page with &amp;quot;Hi, I&amp;#039;m Federico.   if you have any advice or suggestions on the wiki please contact me!  == Account creation requests ==  To apply to be registered write me at &amp;#039;&amp;#039;&amp;#039;dh&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;@gmail.com&amp;lt;/span&amp;gt;tag&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;.org&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;zr&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;moz&amp;lt;/span&amp;gt;de[at]moz&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;abc&amp;lt;/span&amp;gt;ma&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;48&amp;lt;/span&amp;gt;il[dot]com&amp;#039;&amp;#039;&amp;#039;  The mail must contain: * A valid username (start with capital letter and...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I&#039;m Federico. &lt;br /&gt;
&lt;br /&gt;
if you have any advice or suggestions on the wiki please contact me!&lt;br /&gt;
&lt;br /&gt;
== Account creation requests ==&lt;br /&gt;
&lt;br /&gt;
To apply to be registered write me at &#039;&#039;&#039;dh&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;@gmail.com&amp;lt;/span&amp;gt;tag&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;.org&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;zr&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;moz&amp;lt;/span&amp;gt;de[at]moz&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;abc&amp;lt;/span&amp;gt;ma&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;48&amp;lt;/span&amp;gt;il[dot]com&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The mail must contain:&lt;br /&gt;
* A valid username (start with capital letter and [[Special:ListUsers|available]]) under which you want to be registered.&lt;br /&gt;
* Whether or not you want to be registered by the e-mail you write from.&lt;br /&gt;
* Some generic information of yours to make sure you are part of the gretl community.&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=45</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=Main_Page&amp;diff=45"/>
		<updated>2022-12-23T22:16:24Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;MainPageLogo&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;gretlwiki&amp;lt;/div&amp;gt;&lt;br /&gt;
the gretl software wiki&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Gretl (Gnu Regression, Econometrics and Time-series Library) is a cross-platform software package for econometric analysis, written in the C programming language.&lt;br /&gt;
&lt;br /&gt;
This wiki was created for the purpose of extending the information given in the manual and documentation, and for easy access.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageContainer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Learn gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Get into|Get into gretl]]&lt;br /&gt;
* [[Code examples for beginners]]&lt;br /&gt;
* [[Gretl for programmers]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Use gretl&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Tips and tricks]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;Resources&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[Resources|External resources]]&lt;br /&gt;
*Books&lt;br /&gt;
*[https://www.youtube.com/channel/UCM-s19lycOv9ZKX1K_KROIA/featured| Gretl Team YouTube channel]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;About the wiki&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Wiki rules]]&lt;br /&gt;
* [[Wiki| How to]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;MainPageBlock&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;MainPageBlockTitle&amp;quot;&amp;gt;gretlwiki café&amp;lt;/span&amp;gt;&lt;br /&gt;
* [[Gretlwikicafe|The wiki café]]. Where to share ideas and make suggestions.&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
	<entry>
		<id>https://gretlwiki.econ.univpm.it/index.php?title=MediaWiki:Common.css&amp;diff=44</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://gretlwiki.econ.univpm.it/index.php?title=MediaWiki:Common.css&amp;diff=44"/>
		<updated>2022-12-23T22:14:11Z</updated>

		<summary type="html">&lt;p&gt;DeFeroci: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Main page */&lt;br /&gt;
&lt;br /&gt;
.MainPageLogo {&lt;br /&gt;
text-align:center;&lt;br /&gt;
color:#8a6736;&lt;br /&gt;
font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.MainPageLogo div {&lt;br /&gt;
font-size: 4em; &lt;br /&gt;
font-family:New Century Schoolbook;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.MainPageBlock {&lt;br /&gt;
float: left;&lt;br /&gt;
width: 33%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.MainPageBlockTitle {&lt;br /&gt;
font-weight: bold;&lt;br /&gt;
color: #7d5823;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* CSS for templates */&lt;br /&gt;
&lt;br /&gt;
.WarningTemplate {&lt;br /&gt;
background-color:red; &lt;br /&gt;
color:white; &lt;br /&gt;
font-size:2em; &lt;br /&gt;
text-align:center&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>DeFeroci</name></author>
	</entry>
</feed>