Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
R - Mortality Tables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R
R - Mortality Tables
Commits
368f05bc
Commit
368f05bc
authored
7 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Make Package checker happy => Submit to CRAN
parent
4562c68a
Branches
Branches containing commit
Tags
V1.0
V1.0.submission
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
DESCRIPTION
+1
-1
1 addition, 1 deletion
DESCRIPTION
MortalityTables.Rproj
+3
-3
3 additions, 3 deletions
MortalityTables.Rproj
R/mortalityTable.Weibull.R
+1
-1
1 addition, 1 deletion
R/mortalityTable.Weibull.R
man/mortalityTable.Weibull-class.Rd
+1
-1
1 addition, 1 deletion
man/mortalityTable.Weibull-class.Rd
with
6 additions
and
6 deletions
DESCRIPTION
+
1
−
1
View file @
368f05bc
Package: MortalityTables
Type: Package
Version: 1.0
Date: 201
6
-0
9-01
Date: 201
8
-0
3-30
Title: A Framework for Various Types of Mortality / Life Tables
Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com"))
Author: Reinhold Kainhofer [aut, cre]
...
...
This diff is collapsed.
Click to expand it.
MortalityTables.Rproj
+
3
−
3
View file @
368f05bc
Version: 1.0
RestoreWorkspace:
Default
SaveWorkspace:
Default
AlwaysSaveHistory:
Default
RestoreWorkspace:
Yes
SaveWorkspace:
Yes
AlwaysSaveHistory:
Yes
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
...
...
This diff is collapsed.
Click to expand it.
R/mortalityTable.Weibull.R
+
1
−
1
View file @
368f05bc
...
...
@@ -4,7 +4,7 @@ NULL
#' Class mortalityTable.Weibull - Mortality table with Weibull's law
#'
#' A period life table following Weibulls's law of a mortality rate
#' \eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n
$
}
#' \eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n}
#' The only required slots are the parameters \eqn{k>0} and \eqn{n>0}, all probabilities
#' are calculated from them, for technical reasons a maximum age of 150 is
#' technically assumed. Optionally, a name and loading can be passed
...
...
This diff is collapsed.
Click to expand it.
man/mortalityTable.Weibull-class.Rd
+
1
−
1
View file @
368f05bc
...
...
@@ -7,7 +7,7 @@
\title{Class mortalityTable.Weibull - Mortality table with Weibull's law}
\description{
A period life table following Weibulls's law of a mortality rate
\eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n
$
}
\eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n}
The only required slots are the parameters \eqn{k>0} and \eqn{n>0}, all probabilities
are calculated from them, for technical reasons a maximum age of 150 is
technically assumed. Optionally, a name and loading can be passed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment