We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b042b1 commit 456c301Copy full SHA for 456c301
docs/src/tutorials/construction/construction.md
@@ -1,7 +1,7 @@
1
-# Model construction
+# Model Construction
2
3
There are two different ways of constructing a SEM in our package. You can use the [Outer Constructor](@ref) oder [Build by parts](@ref).
4
The final models will be the same, the outer constructor just has some sensible defaults that make your life easier.
5
All tutorials until now used the outer constructor `Sem(specification = ..., data = ..., ...)`, which is normally the more convenient way.
6
However, our package is build for extensibility, so there may be cases where **user-defined** parts of a model do not work with the outer constructor.
7
-Therefore, building the model by parts is always available as a fallback.
+Therefore, building the model by parts is always available as a fallback.
0 commit comments