Skip to content

Commit

Permalink
vignettes remove one entry
Browse files Browse the repository at this point in the history
  • Loading branch information
eunseopkim committed Mar 4, 2024
1 parent d08955e commit 6cd3f64
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 240 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: melt
Title: Multiple Empirical Likelihood Tests
Version: 1.11.1
Version: 1.11.1.9000
Authors@R: c(
person("Eunseop", "Kim", , "markean@pm.me", role = c("aut", "cph", "cre")),
person("Steven", "MacEachern", role = c("ctb", "ths")),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# melt 1.11.2
## MINOR IMPROVEMENTS
* The package vignette has been updated.


# melt 1.11.1
## MINOR IMPROVEMENTS
* Some function arguments now utilize the checkmate package for validation.
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
* local Arch Linux x86_64, R 4.3.2
* local Arch Linux x86_64, R 4.3.3

## R CMD check results
0 errors | 0 warnings | 1 note
Expand Down
9 changes: 2 additions & 7 deletions vignettes/article.Rnw
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%\VignetteEngine{knitr::knitr}
%\VignetteIndexEntry{melt: Multiple Empirical Likelihood Tests in R}
%\VignetteIndexEntry{melt: Multiple Empirical Likelihood Tests}
\documentclass[nojss]{jss}
\usepackage{amsmath,amssymb,bm,mathtools,booktabs,thumbpdf,lmodern}
\usepackage[linesnumbered, ruled, vlined]{algorithm2e}
Expand Down Expand Up @@ -670,9 +670,7 @@ All model objects inherit from class \class{EL}, and a description of the slots
in \class{EL} is given in Table~\ref{tab:EL}. Notably, the slot \code{optim} is
a \class{list} with the following four components that summarize the
optimization results:

\pagebreak

%
\begin{itemize}
\item \code{par}: A numeric vector for the user-supplied parameter value
\(\theta\) where EL is evaluated.
Expand Down Expand Up @@ -1269,7 +1267,6 @@ references therein]{qin1995estimating}.


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagebreak
\section{Case study}\label{sec:example}
This section presents a more in-depth data analysis using EL with an internal
dataset of \pkg{melt}, \code{thiamethoxam}, from \citet{obregon2022pest}.
Expand Down Expand Up @@ -1442,7 +1439,6 @@ glht_glm <- glht(fit4_glm,
)
summary(glht_glm)
@
\vspace*{-0.1cm}
%
For the hypothesis \code{Seed} vs. \code{None}, the adjusted \({p}\)~values are
\({0.00243}\) for \fct{elmt} and \({0.00563}\) for \fct{glht}. Both procedures
Expand All @@ -1453,7 +1449,6 @@ be applied to produce asymptotic \({95\%}\) simultaneous confidence intervals.
For an object of class \class{ELMT}, \fct{confint} uses the common critical
value computed by \fct{elmt}. Below we give the intervals from the two
procedures.
\vspace*{-0.1cm}
%
<<sci>>=
confint(elmt_glm)
Expand Down
231 changes: 0 additions & 231 deletions vignettes/usage.Rmd

This file was deleted.

0 comments on commit 6cd3f64

Please sign in to comment.