13 lines
329 B
XML
13 lines
329 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<chapter xml:id="ch-Hypothesis-Testing" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Hypothesis Testing</title>
|
|
|
|
<introduction>
|
|
<p> Text before the first section. </p>
|
|
</introduction>
|
|
|
|
<!-- include sections -->
|
|
<xi:include href="sec-One-Sample-Tests.ptx" />
|
|
|
|
</chapter> |