-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.88 KB
/
DESCRIPTION
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: drawsample
Type: Package
Title: Draw Samples with the Desired Properties from a Data Set
Version: 1.0.1
Language: en-US
Authors@R: c(person(given = "Kubra",
family = "Atalay Kabasakal",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3580-5568")),
person(given = "Huseyin",
family = "Yıldız",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2387-263X")))
Maintainer: Kubra Atalay Kabasakal <[email protected]>
Description: A tool to sample data with the desired properties.Samples can be
drawn by purposive sampling with determining distributional
conditions, such as deviation from normality (skewness and kurtosis),
and sample size in quantitative research studies.
For purposive sampling, a researcher has something in mind and participants that
fit the purpose of the study are included (Etikan,Musa, & Alkassim, 2015)
<doi:10.11648/j.ajtas.20160501.11>.Purposive sampling can be useful for answering
many research questions (Klar & Leeper, 2019)
<doi:10.1002/9781119083771.ch21>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: dplyr, lattice, tibble, psych, moments, readxl,
shiny, shinycssloaders, shinydashboard, xlsx, utils
Suggests: rmarkdown, knitr, testthat (>= 3.0.0)
LazyData: true
RoxygenNote: 7.2.1
URL: https://github.com/atalay-k/drawsample
Depends: R (>= 2.10)
BugReports: https://github.com/atalay-k/drawsample/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-03-01 09:53:32 UTC; kkata
Author: Kubra Atalay Kabasakal [aut, cre]
(<https://orcid.org/0000-0002-3580-5568>),
Huseyin Yıldız [ctb] (<https://orcid.org/0000-0003-2387-263X>)
Repository: CRAN