tests/testthat/_snaps/survival_reg.md

primary argument

Code
  normal
Message
  ! parsnip could not locate an implementation for `survival_reg` model specifications.
  i The parsnip extension package censored implements support for this specification.
  i Please install (if needed) and load to continue.
Output
  Parametric Survival Regression Model Specification (censored regression)

  Main Arguments:
    dist = lnorm

  Computational engine: survival
Code
  dist_v
Message
  ! parsnip could not locate an implementation for `survival_reg` model specifications.
  i The parsnip extension package censored implements support for this specification.
  i Please install (if needed) and load to continue.
Output
  Parametric Survival Regression Model Specification (censored regression)

  Main Arguments:
    dist = tune()

  Computational engine: survival

updating

Code
  survival_reg() %>% update(dist = "lnorm")
Message
  ! parsnip could not locate an implementation for `survival_reg` model specifications.
  i The parsnip extension package censored implements support for this specification.
  i Please install (if needed) and load to continue.
Output
  Parametric Survival Regression Model Specification (censored regression)

  Main Arguments:
    dist = lnorm

  Computational engine: survival


Try the parsnip package in your browser

Any scripts or data that you put into this service are public.

parsnip documentation built on Aug. 18, 2023, 1:07 a.m.