Code: Select all
Part a) zero conditional mean assumption,$E(S|\epsilon=0)$
Many thanks in advance!
Code: Select all
Part a) zero conditional mean assumption,$E(S|\epsilon=0)$
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\mid
.
Code: Select all
\documentclass{article}
\begin{document}
Part a) zero conditional mean assumption,, $E(S\mid \epsilon=0)$
\end{document}
Code: Select all
multiple linear regression model $S_i = \alpha + \beta_1~Aid_i + \beta_2 inc_i + \beta_3 sts_i + \epsilon_i $
Aid
in your code is typed out as A times i times d, a sequence of factors. If Aid is the word Aid (i.e. help or assistence), you need to use something else.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis