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
Commits
9a2fa2f0
Commit
9a2fa2f0
authored
8 years ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Corrige ERRORs e NOTEs no build, dados do Paula.
parent
89ffbcdc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
R/PaulaEg1.12.4.R
+22
-21
22 additions, 21 deletions
R/PaulaEg1.12.4.R
R/PaulaEx1.13.19.R
+18
-18
18 additions, 18 deletions
R/PaulaEx1.13.19.R
with
40 additions
and
39 deletions
R/PaulaEg1.12.4.R
+
22
−
21
View file @
9a2fa2f0
...
...
@@ -26,7 +26,6 @@
#' @examples
#'
#' data(PaulaEg1.12.4)
#'
#' str(PaulaEg1.12.4)
#'
#' library(lattice)
...
...
@@ -37,7 +36,8 @@
#' type = c("p", "smooth"),
#' xlab = "Grupo",
#' ylab = "Tempo",
#' main = "Tempo de sobrevivência vs grupo de passagem \n (segundo caquexia e presença de massa tumoral)",
#' main = paste("Tempo de sobrevivência vs grupo de passagem\n",
#' "(segundo caquexia e presença de massa tumoral)"),
#' auto.key = list(space = "top", columns = 2,
#' title = "Presença de caquexia", cex.title = 1,
#' lines = TRUE, points = FALSE))
...
...
@@ -46,6 +46,7 @@
#' data = PaulaEg1.12.4,
#' ylab = "Tempo",
#' xlab = "Presença de massa tumoral",
#' main = "Bwplot para Caquexia não Presente (à esquerda) ou Presente (à direita)")
#' main = paste("Bwplot para Caquexia não Presente\n",
#' "(à esquerda) ou Presente (à direita)"))
#'
NULL
This diff is collapsed.
Click to expand it.
R/PaulaEx1.13.19.R
+
18
−
18
View file @
9a2fa2f0
...
...
@@ -24,7 +24,7 @@
#' grau em 1970.}
#'
#' \item{\code{ndias}}{Número de dias do ano com temperatura abaixo de
#' 0
ºC
na cidade mais importante do estado.}
#' 0
\eqn{^\circ C}
na cidade mais importante do estado.}
#'
#' \item{\code{area}}{Área do estado (em milhas quadradas).}
#'
...
...
@@ -36,14 +36,14 @@
#' computacional. São Paulo, SP: IME-USP. (Exercício 1.13.19,
#' pág. 109)
#' @examples
#' data(PaulaEx1.13.19)
#'
#' data(PaulaEx1.13.19)
#' str(PaulaEx1.13.19)
#'
#' library(car)
#'
#' PaulaEx1.13.19$dens <- PaulaEx1.13.19$pop/PaulaEx1.13.19$area
#' scatterplotMatrix(
~
expvi
da
+ analf + crime + estud + ndias + dens,
#' scatterplotMatrix(
~
expvi + analf + crime + estud + ndias + dens,
#' data = PaulaEx1.13.19)
#'
#'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment