Questão de Estatística — Estatística Computacional — VUNESP 2024
EstatísticaEstatística Computacional
- Código
- vu202893
- Banca
- VUNESP
- Órgão
- UNICAMP
- Ano
- 2024
- Cargo
- PAA ( )
Considere AT a matriz transposta da matriz A. As linhas de comandos, no software R, que geram e apresentam o vetor a = [3 3 2 2 7 7 5 5 3 3 2 2 7 7 5 5 3 3 2 2 7 7 5 5]T são:
- Aa <- seq(c(3,2,7,5), time=3, each=2), a
- Ba = rep(c(3,2,7,5), each=3, 2); a
- Ca <- rep((3,2,7,5), time=2, 3), a
- Da = rep(c(3,2,7,5), 3, each=2) ; a
- Ea = seq((3,2,7,5), each=2, 3); a