Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
| Próxima revisão | Revisão anterior | ||
|
projetos:dengue:bill [2007/09/16 17:50] marilia criada |
projetos:dengue:bill [2007/09/16 18:24] (atual) venables |
||
|---|---|---|---|
| Linha 1: | Linha 1: | ||
| - | ===== Modelling ===== | ||
| - | Just Engenho do Meio | + | ===== DATA ===== |
| - | ==== DATA ==== | ||
| - | Fixed covariates {{projetos:dengue:bill:covs.txt|Fixed covariates Engenho do Meio}} | + | ==== Eggs counts and Environment covs ==== |
| + | |||
| + | |||
| + | * "eggs": egg counts for all sites. We can focus on the site EM for starting. And only the total Aedes aegipti counts ("NRO_AEDES_AEGYPTI") | ||
| + | * "points": coordinates of the trap locations. This is an "sp" object | ||
| + | (SpatialpointsdataFrame) and requires the package sp. | ||
| + | coordinates can be seem in a matrix format with: | ||
| + | > coordinates(points) | ||
| + | |||
| + | * "site": site characteristics - This are all covariates of the trap. The dictionary (in Portuguese) is here: {{projetos:dengue:bill:descricaovarbdrecifesaudavel.pdf|}} | ||
| + | For Engenho do Meio only substitute it by the covs.txt (described above) | ||
| + | |||
| + | * "stationID" ID's for sites/meteorological stations | ||
| + | * "stations" : meteorological data | ||
| + | * "traps": location of the trap (not very useful at this stage) | ||
| + | |||
| + | |||
| + | ==== R-object with all ==== | ||
| + | {{projetos:dengue:bill:dengue.RData|}} | ||
| + | |||
| + | |||
| + | |||
| + | ==== Fixed covariates ==== | ||
| + | {{projetos:dengue:bill:covs.txt|Fixed covariates Engenho do Meio}} | ||
| * "trap" - id | * "trap" - id | ||
| * "x" "y" - spatial coords | * "x" "y" - spatial coords | ||
| * "npeople" - number of people living in each house | * "npeople" - number of people living in each house | ||
| * "pltv" - plants in vases | * "pltv" - plants in vases | ||
| - | * "ljst" - roof nor covered (Laje) | + | * "ljst" - roof not covered (Laje) |
| * "calh" - roof drainage | * "calh" - roof drainage | ||
| * "bignocover" - big water reservoires, not covered | * "bignocover" - big water reservoires, not covered | ||
| * "garbage" - periodicity of garbage colletion | * "garbage" - periodicity of garbage colletion | ||
| + | |||
| + | |||