Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 18, 2023
1 parent 192f15a commit 5d0b5d1
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 92 deletions.
2 changes: 1 addition & 1 deletion docs/articles/NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h2 class="unnumbered anchored" data-anchor-id="dev">dev</h2>
<li>Add support for <code>hypotheses()</code> to <code>inferences()</code>. This changes <code>FUN</code> argument name in <code>hypotheses</code> to <code>FUN</code> to not conflict with <code>inferences</code>. Thanks to <a href="https://github.com/Tristan-Siegfried">@Tristan-Siegfried</a> for code contribution <a href="https://github.com/vincentarelbundock/marginaleffects/issues/908">#908</a>.</li>
<li>Support <code>survival::survreg()</code>. Thanks to Carlisle Rainey for Report <a href="https://github.com/vincentarelbundock/marginaleffects/issues/911">#911</a>.</li>
<li><code>column_names</code> argument in <code>print.marginaleffects()</code> to suppress the printed column names at the bottom of the printout.</li>
<li>The function supplied to the <code>comparison</code> argument of the <code>comparisons()</code> function can now operate on <code>newdata</code> directly (e.g., to check the number of observations).</li>
<li>The function supplied to the <code>comparison</code> argument of the <code>comparisons()</code> function can now operate on <code>x</code> and on <code>newdata</code> directly (e.g., to check the number of observations).</li>
</ul>
<p>Bugs:</p>
<ul>
Expand Down
Loading

0 comments on commit 5d0b5d1

Please sign in to comment.