Skip to content

Commit 8a9be04

Browse files
committed
- Fixed ref to chapter
- Clarified that we talk about "previous" example not the example "above"
1 parent 01c72c5 commit 8a9be04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stan-users-guide/algebraic-equations.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A system of algebraic equations is coded directly in Stan as a
3131
function with a strictly specified signature. For example, the
3232
nonlinear system given above can be coded using the
3333
following function in Stan (see the [user-defined functions
34-
section](#functions-programming) for more information on coding
34+
section](#functions-programming.chapter) for more information on coding
3535
user-defined functions).
3636

3737
```
@@ -136,7 +136,7 @@ do so, the current metropolis proposal gets rejected.
136136

137137
## Control Parameters for the Algebraic Solver {#algebra-control.section}
138138

139-
The call to the algebraic solver shown above uses the default control settings. The solver
139+
The call to the algebraic solver shown previously uses the default control settings. The solver
140140
allows three additional parameters, all of which must be supplied if any of them is
141141
supplied.
142142

0 commit comments

Comments
 (0)