Skip to content

Commit

Permalink
Merge pull request #8 from joshwlambert/rampal_update
Browse files Browse the repository at this point in the history
Show results of models
  • Loading branch information
rsetienne authored Feb 15, 2024
2 parents e70ae13 + 46c6048 commit 26dbae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DAISIE.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ M1_results <- DAISIE_ML(
parsfix = NULL,
idparsfix = NULL
)
M1_results
```

The output gives the ML parameters values, the loglikelihood, and the number of parameters (df).\
Expand All @@ -178,6 +179,7 @@ M2_results <- DAISIE_ML(
idparsfix = 3,
ddmodel = 0
)
M2_results
```

\
Expand All @@ -197,6 +199,7 @@ M3_results <- DAISIE_ML(
idparsfix = c(3,5),
ddmodel = 0
)
M3_results
```

\
Expand Down

0 comments on commit 26dbae7

Please sign in to comment.