-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 1.3 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: HistopathTemplate
Type: Website
Title: Template of R Codes Used in Histopathology Research.
Version: 0.0.0.1
Authors@R:
person(given = "Serdar",
family = "Balci",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7852-3851"))
Maintainer: Serdar Balci <[email protected]>
Description: This package is a collection of R codes that I use in my research.
It will include how to prepare data for statistical analysis.
Methods to import and prepare data for analysis.
Descriptive statistics.
Hypothesis tests.
Survival analysis.
Regression analysis.
Cluster analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
URL: https://sbalci.github.io/histopathology-template
BugReports: https://github.com/sbalci/histopathology-template
Depends:
R (>= 3.6.0),
ggplot2,
dplyr,
tidyr,
readr,
purrr,
tibble,
stringr,
forcats,
hms,
lubridate,
feather,
haven,
httr,
jsonlite,
readxl,
rvest,
xml2,
modelr,
broom
Suggests:
rmarkdown,
knitr,
renv,
remotes,
dplyr,
rprojroot,
here,
readxl,
janitor,
bayestestR
Remotes:
easystats/report
VignetteBuilder: knitr