-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 2.45 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
Package: DBERlibR
Type: Package
Version: 0.2.0
Title: Automated Assessment Data Analysis for Discipline-Based Education Research
Authors@R: c(person("Changsoo", "Song", role = c("aut", "cre"), email = "csong7@unl.edu"),
person("Resa", "Helikar", role = "aut"),
person("Wendy", "Smith", role = "aut"),
person("Tomas", "Helikar", role = "aut"))
Author: Changsoo Song [aut, cre], Resa Helikar [aut], Wendy Smith [aut], Tomas Helikar [aut]
Maintainer: Changsoo Song <csong7@unl.edu>
Description: Discipline-Based Education Research scientists repeatedly analyze assessment data to ensure question items’ reliability and examine the efficacy of a new educational intervention. Analyzing assessment data comprises multiple steps and statistical techniques that consume much of researchers’ time and are error-prone. While education research continues to grow across many disciplines of science, technology, engineering, and mathematics (STEM), the discipline-based education research community lacks tools to streamline education research data analysis. ‘DBERlibR’—an ‘R’ package to streamline and automate assessment data processing and analysis—fills this gap. The package reads user-provided assessment data, cleans them, merges multiple datasets (as necessary), checks assumption(s) for specific statistical techniques (as necessary), applies various statistical tests (e.g., one-way analysis of covariance, one-way repeated-measures analysis of variance), and presents and interprets the results all at once. By providing the most frequently used analytic techniques, this package will contribute to education research by facilitating the creation and widespread use of evidence-based knowledge and practices. The outputs contain a sample interpretation of the results for users’ convenience. User inputs are minimal; they only need to prepare the data files as instructed and type a function in the 'R' console to conduct a specific data analysis.\n For descriptions of the statistical methods employed in package, refer to the following Encyclopedia of Research Design, edited by Salkind, N. (2010) <doi:10.4135/9781412961288>.
Imports:
car,
dplyr,
emmeans,
ggplot2,
ggpubr,
ggrepel,
psych,
readr,
reshape,
rstatix,
shiny,
tibble
License: AGPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr