Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
labestData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pet-estatistica
labestData
Merge requests
!140
Capitulo 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Capitulo 2
guilherme190
into
devel
Overview
1
Commits
5
Pipelines
4
Changes
20
Merged
Guilherme Hathy
requested to merge
guilherme190
into
devel
8 years ago
Overview
1
Commits
5
Pipelines
4
Changes
20
Expand
Tabelas do Capitulo 2
0
0
Merge request reports
Compare
devel
version 3
45d84623
8 years ago
version 2
2398f239
8 years ago
version 1
8a377747
8 years ago
devel (base)
and
latest version
latest version
60337764
5 commits,
8 years ago
version 3
45d84623
3 commits,
8 years ago
version 2
2398f239
2 commits,
8 years ago
version 1
8a377747
1 commit,
8 years ago
20 files
+
286
−
115
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
R/CamposEx2.3.6.2.R
0 → 100644
+
14
−
0
Options
#' @name CamposEx2.3.6.2
#' @title Ensaio com Bananeiras
#' @description Ensaio com bananeiras, realizado pelo Dr. Jairo Ribeiro
#' de Mattos, da E.S.A. "Luiz de Queiroz", em Piracicaba, SP,
#' obtendo o peso médio em Kg por cacho de banana.
#' @format Um vetor com 25 observações.
#' @keywords NP
#' @source CAMPOS (1983), Exemplo 2, seção 2.3.6, pág. 47.
#' @examples
#'
#' data(CamposEx2.3.6.2)
#' ks.test(CamposEx2.3.6.2, "pnorm", mean = 20, sd = sqrt(5.25))
#'
NULL
Loading