Skip to content

Commit

Permalink
cant use aligned latex env in 4.1 docs, so use array env instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Feb 4, 2023
1 parent e29cf7b commit 6b8374f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions man-roxygen/details-pred.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#'
#' Consider a model like:
#'
#' \deqn{\begin{aligned}
#' y &\sim \textrm{SomeDist}(\theta_1, \theta_2)\\
#' f_1(\theta_1) &= \alpha_1 + \beta_1 x\\
#' f_2(\theta_2) &= \alpha_2 + \beta_2 x
#' \end{aligned}}{
#' \deqn{\begin{array}{rcl}
#' y &\sim& \textrm{SomeDist}(\theta_1, \theta_2)\\
#' f_1(\theta_1) &=& \alpha_1 + \beta_1 x\\
#' f_2(\theta_2) &=& \alpha_2 + \beta_2 x
#' \end{array}}{
#' y ~ SomeDist(\theta_1, \theta_2),
#' f_1(\theta_1) = \alpha_1 + \beta_1*x,
#' f_2(\theta_2) = \alpha_2 + \beta_2*x
Expand Down
10 changes: 5 additions & 5 deletions man/add_predicted_draws.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/add_predicted_rvars.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b8374f

Please sign in to comment.