-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 928 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 928 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
Package: astat
Type: Package
Title: Intelligent and Easy Statistical Analysis
Version: 1.0.0
Author: Zaoqu Liu [aut, cre] (<https://orcid.org/0000-0002-0452-742X>)
Maintainer: Zaoqu Liu <liuzaoqu@163.com>
Authors@R:
person("Zaoqu", "Liu",
email = "liuzaoqu@163.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0452-742X"))
Description:
Provides an intelligent and user-friendly framework for statistical analysis.
'astat' automates common statistical tests, model selection, and result interpretation
with simplified syntax and adaptive recommendations. Designed for both beginners and
experienced data analysts who want to perform hypothesis testing and inference easily
and efficiently.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 3.3.0)
LazyData: true
ByteCompile: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3