primarycensored 0.6.0 #137
seabbs
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release renames the package to
primarycensored
fromprimarycensoredist
and also renames many of the functions to remove thedist
in their name. This was done to make the package name and the functions more consistent and to remove the need to use thedist
suffix. It also aligns it with the newPrimaryCensored.jl
package in our Julia ecosystem.Aside from name changes, this release also adds an analytical solution for the weibull distribution with uniform primary censoring, removes the need to assign functions to the global environment for
fitdistdoublecens()
by usingwithr
, and adds acheck_truncation()
function to check if the truncation time is larger than the maximum observed delay. This is used infitdistdoublecens()
andpcd_as_stan_data()
to ensure that the truncation time is appropriate to maximise computational efficiency.Package
fitdistdoublecens()
by usingwithr
.check_truncation()
function to check if the truncation time is larger than the maximum observed delay. This is used infitdistdoublecens()
andpcd_as_stan_data()
to ensure that the truncation time is appropriate to maximise computational efficiency.pcd_as_cmdstan_data()
has been renamed topcd_as_stan_data()
to better reflect that it is used forStan
models in general rather than just theCmdStan
models.stan
folder and thestan
model has been moved into thestan
folder. All paths to the stan code have been updated to reflect this.primarycensored
as have all functions that use "dist" in their name.Documentation
pdist
,dprimary
,rdist
, andrprimary
arguments in the getting started vignette to make it easier to link to mathematical details.Pull requests
fitdist
call by @sbfnk in use local environment forfitdist
call #113New Contributors
fitdist
call #113Full Changelog: v0.5.0...v0.6.0
This discussion was created from the release primarycensored 0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions