Skip to content

Commit

Permalink
Get link functions (but they're names, how to get functions)
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Jul 18, 2024
1 parent 1e088c2 commit d1a283d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-unit-postprocess.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
prep_obs <- as_latent_individual(sim_obs)
fit <- epidist(data = prep_obs, seed = 1)
fit$fit

# Names for the link functions needed
fit$family$link
fit$family$link_sigma

0 comments on commit d1a283d

Please sign in to comment.