Skip to content

Commit bd6ec37

Browse files
committed
Correct typo in vignette
1 parent a2ccd27 commit bd6ec37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: qfratio
22
Type: Package
33
Title: Moments and Distributions of Ratios of Quadratic Forms Using Recursion
44
Version: 1.1.1.9000
5-
Date: 2024-09-20
5+
Date: 2025-12-04
66
Authors@R: c(person("Junya", "Watanabe", email = "Junya.Watanabe@uab.cat",
77
role = c("aut", "cre", "cph"),
88
comment = c(ORCID = "0000-0002-9810-5286")),

vignettes/qfratio.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ these are:
781781
| $\tilde{d}$ | `dtil1_i_*()` | `dtil2_pq_*()` | `dtil3_pqr_*()` |
782782
| $h$ | --- | `h2_ij_*()` | `h3_ijk_*()` |
783783
| $\tilde{h}$ | --- | `htil2_pj_*()` | `htil3_pjk_*()` |
784-
| $\hat{h}$ | --- | `hhat2_pj_*()` | `htil3_pjk_*()` |
784+
| $\hat{h}$ | --- | `hhat2_pj_*()` | `hhat3_pjk_*()` |
785785
| $a$ | `a1_pk()` | --- | --- |
786786

787787
The functions with `*_ij_*` or `*_ijk_*` are to calculate terms in

0 commit comments

Comments
 (0)