frabjous wrote:The article class does not have chapters.
WinEDT does not generate errors; it just lists the ones LaTeX generates.
Without a proper
minimal working example it is hard to guess how it is possible for you to be using chapters at all. Please click that link and read it, or else it will be hard to help you.
thanks you dear
here is some code
Code: Select all
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[dvips]{graphicx}
%\usepackage{anysize}
\usepackage{setspace}
% Essential packages
\usepackage{amsmath, amssymb, amsthm}
\usepackage{graphicx,color}
\usepackage[paper=a4paper, left=1.5in, right=1in, top=1in, bottom=1in, includefoot,headheight=13.6pt]{geometry}
\usepackage[square, comma, numbers, sort&compress]{natbib}
\usepackage{mathpazo}
\usepackage[hang, small, bf, margin=20pt, tableposition=top]{caption}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\usepackage{subfig}
\parindent=0in
\parskip 8pt
\begin{document}
\doublespacing
\numberwithin{equation}{section}
\numberwithin{table}{section}
\numberwithin{figure}{section}
\pagenumbering{roman}
\tableofcontents
\newpage
\listoftables
\newpage
\listoffigures
\newpage
\pagenumbering{arabic}
\include{chap1}
\end{document}
Chapter 1
Code: Select all
\chapter{\Huge{Chapter 1}}
\section{Introduction}
\subsection{Statement of problem}
For the last many years, the ordinary least squares (OLS) method has become one of the most widely used statistical methods to fit a linear regression model.
The influence measures which are applied to detect influential observations in the OLS regression model are found easily because of the model simplicity.
\begin{enumerate}
\item Chatterjee and Hadi (1986),,,,
\item The issue of discovering influential observation ,,,,,,
\item ,,,,,,
\end{enumerate}
In this research, we address the problems raised above. ....
\subsection{Importance and Scope}
Influence analysis of parametric regression models .....
\begin{enumerate}
\item ....
\item .....
\item ....
\item ....
\item .....
\end{enumerate}
Illustrative examples of these situations are given in the chapters 3-7. ....
\subsection{Methodology}
......................
.....................
Chapter 2
Code: Select all
\chapter{\Huge{Chapter 2}}
\section{The Origin and Developments of Influence Measures in Regression}
\subsection{Introduction}
................
................
\subsection{Ordinary Least Squares Regression}
\subsubsection{Multiple linear regression model and OLS estimation}
The standard multiple linear regression model may be written as
\begin{equation} \label{eq2.1}
y=1\, \beta _{0} + X_{1} \beta _{1} +\varepsilon
\end{equation}
............................
\subsubsection{Ordinary Least Squares Assumptions}
............................
It strange for me that I got final output using article class.