Skip to content

Commit 0f46b74

Browse files
committed
Vignette p8. Fix typo.
1 parent b098543 commit 0f46b74

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
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: vibass
33
Title: Materials for Introductory Course on Bayesian Learning
4-
Version: 1.0.1
4+
Version: 1.0.2
55
Authors@R:
66
c(person(given = "VIBASS Team",
77
role = c("aut", "cph")),

vignettes/p8.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ $$
945945
Y_{ij} = X_{ij}\beta +\phi_i+\epsilon_{ij}
946946
$$
947947

948-
Here, Y_{ij} represents observation $j$ in group $i$, X_{ij} are a vector of
948+
Here, $Y_{ij}$ represents observation $j$ in group $i$, $X_{ij}$ is a vector of
949949
covariates with coefficients $\beta$, $\phi_i$ i.i.d. random effects and
950950
$\epsilon_{ij}$ a Gaussian error term. The distribution of the random effects
951951
$\phi_i$ is Gaussian with zero mean and precision $\tau_{\phi}$.

0 commit comments

Comments
 (0)