Skip to content

Commit

Permalink
Update paper/paper.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Nadia <76887318+nadiaenh@users.noreply.github.com>
  • Loading branch information
ayushpatnaikgit and nadiaenh authored May 19, 2024
1 parent fea1f9d commit 65a675d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions paper/paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ \section{Survey design}
% \end{lstlisting}
\section{Estimation}

Survey.jl provides basic univariate and multivariate estimators for efficient survey data analysis.

For univariate statistics such as mean, median, total, and quantiles, the following examples illustrate their usage:
Survey.jl provides a range of estimators for survey data analysis. These include univariate statistics such as mean, median, total, and quantiles, as well as multivariate statistics such as regressions and ratios. For example, to estimate the mean of the \verb|:api99| column in the \verb|design| SurveyDesign:

\begin{lstlisting}
julia> mean(:api99, design)
Expand Down

0 comments on commit 65a675d

Please sign in to comment.