Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
R - Mortality Tables
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
R
R - Mortality Tables
Commits
368f05bc
Commit
368f05bc
authored
Mar 30, 2018
by
Reinhold Kainhofer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Package checker happy => Submit to CRAN
parent
4562c68a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
DESCRIPTION
DESCRIPTION
+1
-1
MortalityTables.Rproj
MortalityTables.Rproj
+3
-3
R/mortalityTable.Weibull.R
R/mortalityTable.Weibull.R
+1
-1
man/mortalityTable.Weibull-class.Rd
man/mortalityTable.Weibull-class.Rd
+1
-1
No files found.
DESCRIPTION
View file @
368f05bc
Package: MortalityTables
Type: Package
Version: 1.0
Date: 201
6-09-01
Date: 201
8-03-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]
...
...
MortalityTables.Rproj
View file @
368f05bc
Version: 1.0
RestoreWorkspace:
Default
SaveWorkspace:
Default
AlwaysSaveHistory:
Default
RestoreWorkspace:
Yes
SaveWorkspace:
Yes
AlwaysSaveHistory:
Yes
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
...
...
R/mortalityTable.Weibull.R
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
...
...
man/mortalityTable.Weibull-class.Rd
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment