Skip to content

Commit

Permalink
fix usage of survival::ovarian data (closes #994)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Feb 19, 2021
1 parent 443ebd9 commit fccc36f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ To be released as broom 0.7.5.

* Fixed bug in the `nnet::multinom` tidier in the case that the response
variable has only two levels (`#993` by `@vincentarelbundock` and `@hughjonesd`)
* Various bug fixes and improvements to documentation

# broom 0.7.4

Expand Down
5 changes: 2 additions & 3 deletions R/muhaz-tidiers.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
#' )
#'
#' @examples
#'
#' library(muhaz)
#' library(survival)
#'
#' data(ovarian, package = "survival")
#' x <- muhaz::muhaz(ovarian$futime, ovarian$fustat)
#' x <- muhaz(ovarian$futime, ovarian$fustat)
#' tidy(x)
#' glance(x)
#' @aliases muhaz_tidiers
Expand Down
5 changes: 2 additions & 3 deletions man/glance.muhaz.Rd

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

5 changes: 2 additions & 3 deletions man/tidy.muhaz.Rd

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

0 comments on commit fccc36f

Please sign in to comment.