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
2e3613af
Commit
2e3613af
authored
Mar 23, 2018
by
Reinhold Kainhofer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mortalityTable.Period: Allow NULL exposures (default)
parent
e75d86ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
R/mortalityTable.period.R
R/mortalityTable.period.R
+4
-1
No files found.
R/mortalityTable.period.R
View file @
2e3613af
#' @include mortalityTable.R
NULL
setClassUnion
(
"numericOrNULL"
,
c
(
"numeric"
,
"NULL"
))
#' Class mortalityTable.period - Period life tables
#'
#' A period life table, giving death probabilities for each age, up to
...
...
@@ -19,7 +22,7 @@ mortalityTable.period = setClass(
slots
=
list
(
ages
=
"numeric"
,
deathProbs
=
"numeric"
,
exposures
=
"numeric"
exposures
=
"numeric
OrNULL
"
),
prototype
=
list
(
ages
=
eval
(
0
:
120
),
...
...
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