Skip to content

Commit

Permalink
Update the links to external functions
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Jul 10, 2024
1 parent 87cfb40 commit e17b798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/graphcompcens.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ppcompcens(ft, xlim, ylim, xlogscale = FALSE, ylogscale = FALSE, main, xlab, yla
}

\seealso{
\code{\link{plotdistcens}}, \code{\link{survfit.formula}}, \code{\link{legend}} and \code{\link{par}}.
\code{\link{plotdistcens}}, \code{\link[survival]{survfit.formula}}, \code{\link{legend}} and \code{\link{par}}.
}

\references{
Expand Down
4 changes: 2 additions & 2 deletions man/plotdistcens.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ plotdistcens(censdata, distr, para, leftNA = -Inf, rightNA = Inf,
in cdf using the EM approach of Turnbull (Turnbull, 1974)
to compute the overall
empirical cdf curve, with confidence intervals if \code{Turnbull.confint} is \code{TRUE},
by calls to functions \code{\link{survfit}} and \code{\link{plot.survfit}} from the
by calls to functions \code{\link[survival]{survfit}} and \code{\link[survival]{plot.survfit}} from the
\code{survival} package.

If \code{NPMLE} is \code{FALSE} empirical and, if specified, theoretical distributions
Expand All @@ -96,7 +96,7 @@ plotdistcens(censdata, distr, para, leftNA = -Inf, rightNA = Inf,
}

\seealso{
\code{\link{plotdist}}, \code{\link{survfit.formula}}.
\code{\link{plotdist}}, \code{\link[survival]{survfit.formula}}.
}

\references{
Expand Down

0 comments on commit e17b798

Please sign in to comment.