-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 957 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: howManyImputations
Type: Package
Title: Calculate How many Imputations are Needed for Multiple Imputation
Version: 0.2.6.9001
Description: When performing multiple imputations, while 5-10 imputations are
sufficient for obtaining point estimates, a larger number of
imputations are needed for proper standard error estimates.
This package allows you to calculate how many imputations are
needed, following the work of von Hippel (2020)
<doi:10.1177/0049124117747303>.
Authors@R: person("Josh", "Errickson", email = "jerrick@umich.edu",
role = c("aut", "cre"))
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
tinytest,
roxygen2,
jomo,
Amelia,
mitools
RoxygenNote: 7.3.1
Imports:
methods,
stats,
mice
URL: https://errickson.net/howManyImputations/
BugReports: https://github.com/josherrickson/howManyImputations/issues/
Language: en-US