Skip to content
Snippets Groups Projects
Commit 5f870967 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

doc: small fixes to reporting slides

parent d075dccf
Branches
Tags
No related merge requests found
...@@ -436,10 +436,10 @@ would be transformed into ...@@ -436,10 +436,10 @@ would be transformed into
>> ts = dseries(FILENAME); >> ts = dseries(FILENAME);
\end{alltt} \end{alltt}
\myitem File format (\texttt{.csv, .xls}): dates (optional) in first column (using the \myitem File format (\texttt{.csv, .xls}): dates (optional) in first column (using the
standard format: 199Q1 for quarterly data, 1990Y for annual data, \dots) and variable standard format: 1990Q1 for quarterly data, 1990Y for annual data, \dots) and variable
names (optional) in the first row names (optional) in the first row
\myitem File format (\texttt{.m, .mat}): must define the variables \texttt{INIT\_\_}, \myitem File format (\texttt{.m, .mat}): variables \texttt{INIT\_\_},
\texttt{NAMES\_\_}, and, optionally, \texttt{TEX\_\_}. More info in the \texttt{NAMES\_\_}, and \texttt{TEX\_\_} are optional. More info in the
manual. Data are vectors. manual. Data are vectors.
\begin{alltt} \begin{alltt}
INIT__ = `1999q1'; INIT__ = `1999q1';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment