Skip to content
Snippets Groups Projects
Select Git revision
  • c60db634f30a9f8dbceb7f68958c41abe6458cd6
  • master default protected
  • 978-docentes-federativo-superior
  • homologa protected
  • development protected
  • 935-taxa-ajustada-frequencia-liquida
  • msh22-development-patch-86970
  • fix_matriculas_superior_2
  • fulltime_enrollment
  • enrollment_rate
  • docentes-federativo-978
  • issue_995
  • msh22-development-patch-10494
  • nova-correcao-funcionarios-2024
  • revert-222fa403
  • es23-docentes-por-ente-federativo
  • teachers-ies
  • es23-superior-enrollment
  • instruction_level_fix2
  • hotfix-enrollment-aggregate
  • instruction_level_fixes
  • v1.16.0
  • v1.15.1
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.14
  • v1.9.0
  • v1.8.3
  • v1.8.2
  • v1.8.1
  • v1.8.0
  • v1.7.0
  • v1.6.1
  • v1.6.0
  • v1.5.0
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.3
  • v1.3.2
41 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    MorettinTb5.1.R 880 B
    #' @name MorettinTb5.1
    #' @title Série Simulada AR(1)
    #' @description Valores de uma série temporal simulada, obtidos com um 
    #'     processo auto-regressivo de ordem 1, AR(1). A tabela é composta de 
    #'     50 números. 
    #' @format Uma série temporal (classe \code{ts}), com 50 observações, 
    #'     em que
    #'
    #' \describe{
    #'
    #' \item{\code{Zt}}{Número decimal que indica os valores simulados.}
    #' 
    #' }
    #' @keywords TS temporais
    #' @source  MORETTIN, TOLOI (2006), Tabela 5.1, pág. 111. 
    #' @examples
    #'
    #' data(MorettinTb5.1)
    #' 
    #' library(lattice)
    #' str(MorettinTb5.1)
    #' 
    #' fivenum(MorettinTb5.1)
    #' 
    #' xyplot(MorettinTb5.1, type = c("l", "g"), 
    #'        xlab = "Tempo", ylab = "Observações", 
    #'        main = "Série simulada AR(1)", strip = strip.custom(bg = "white"), 
    #'        lwd = 2, col = "violetred", 
    #'        scales = list(y = list(rot = 0)))
    NULL