Skip to content
Snippets Groups Projects
Commit a1408a7f authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Fix bib3sin by bib3asin.

parent 15d7fe7b
No related branches found
No related tags found
No related merge requests found
...@@ -1368,7 +1368,7 @@ NULL ...@@ -1368,7 +1368,7 @@ NULL
#' #'
NULL NULL
#' @name bib3sin #' @name bib3asin
#' #'
#' @title A balanced incomplete block design of type III #' @title A balanced incomplete block design of type III
#' #'
......
...@@ -34,7 +34,7 @@ bib3asin <- structure(list( ...@@ -34,7 +34,7 @@ bib3asin <- structure(list(
row.names = c(NA, -52L), row.names = c(NA, -52L),
class = "data.frame") class = "data.frame")
bib <- bib3asin[with(bib3asin, order(block, treat)), ] bib3asin <- bib3asin[with(bib3asin, order(block, treat)), ]
save(bib3asin, file="../data/bib3asin.RData") save(bib3asin, file="../data/bib3asin.RData")
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment