How can I restore the usual behaviour of paragraphs whereby only the lead paragraph is indented? Thanks.
Min. example:
Code: Select all
\documentclass[12pt,a4paper,english]{article}
\usepackage{framed}
\begin{document}
\section*{Q5a}
{\bf Why is the data paired? How many soil samples would be required if you wanted to conduct and independent samples t-test to test whether the two machines differed?}\\
\begin{leftbar}
{\bf Ans:} The data are paired because each pair uses the same soil sample and so they are not independent of each other. An enabling assumption of the two-sample t test is that the two samples are independent of each other, and so the two-sample t test is not appropriate for this experimental design.\\
20 (twice as many) unique soil samples would be needed if you wanted to conduct an independent samples sample t-test with the same degree of power.\\
In the context of this experiment, it also makes sense to use a paired samples design as it allows for direct comparison of measurements by the two machines. A related advantage is that between-sample variability doesn't enter into the data being analysed, although this issue is addressed by using a large sample size with the two sample t test because such extraoneous variability balances out over large samples. However, it is often precisely because of the unavailability of samples in large numbers that a paired design is used.
\end{leftbar}
\end{document}