dat1norep: dat1norep

Description Usage Format Examples

Description

Multivariate value with two factor attributes, excluding repetition factor of dat1

Usage

1

Format

An object of dataframe with with 6 rows and 14 columns.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
data(dat1norep)
head(dat1norep)
## Not run: 
## create 'dat1norep'
dat1 %>%
 group_by(strains, days, reps) %>%
 summarise_at(vars(-1:-4), list(~mean)) %>%
 ungroup() %>%
 tibble::add_column(name = as.vector(t(outer(c("A","B"), c("d1","d2","d3"),
     function(...){paste(..., sep = ".")}))), .before = "strains")

## End(Not run)

shkonishi/rskodata documentation built on June 24, 2019, 1:03 p.m.