Skip to content
Snippets Groups Projects
Select Git revision
  • 646590b5f300fa906ae2c1e33c20e9d166a72b74
  • 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.
    PaulaEg5.5.3.Rd 1.50 KiB
    % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/Paula.R
    \name{PaulaEg5.5.3}
    \alias{PaulaEg5.5.3}
    \title{Ensaio cl\enc{í}{i}nico da pr\enc{é}{e}-exist\enc{ê}{e}ncia de
        placa dent\enc{á}{a}ria}
    \format{Um \code{data.frame} com 323 observações e 4 variáveis.
    
    \describe{
    
    \item{\code{volunt}}{Identificação do paciente voluntário.}
    
    \item{\code{period}}{Momento de avaliação: (1 = início do tratamento,
       2 = após 3 meses e 3 = após 6 meses.}
    
    \item{\code{trat}}{Tipo de tratamento (1 = placebo, 2 = líquido A e 3
        = líquido B.}
    
    \item{\code{escore}}{Escore atribuído às placas dentárias.}
    
    }}
    \source{
    PAULA (2004), Exemplo 5.5.3, pág. 390.
    }
    \description{
    Dados de um ensaio clínico realizado com 109 indivíduos,
        distribuídos de forma aleatória para receberem um líquido tipo A
        (34 indivíduos), um líquido tipo B (36 indivíduos) ou um líquido
        controle (39 indivíduos). Placas dentárias foram avaliadas e
        classificadas segundo um escore no início do tratamento, após 3 e
        6 meses.
    }
    \examples{
    
    data(PaulaEg5.5.3)
    str(PaulaEg5.5.3)
    
    xtabs(~trat + period, data = PaulaEg5.5.3)
    
    library(lattice)
    
    xyplot(escore ~ period | trat, groups = volunt,
           xlab = "Período", ylab = "Escore", type = c("p", "a"),
           data = PaulaEg5.5.3)
    
    }
    \references{
    Hadgu, A. e Koch, G. (1999). Application of generalized
        estimating equations to a dental randomized clinical
        trial. Journal of Biopharmaceutical Statistics 9, 161-178.
    }
    \keyword{longitudinal}