Basics of GIS mapping in R

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 9

  • @mahmudurrahman9052
    @mahmudurrahman9052 3 роки тому

    I find this webinar quite useful as I was trying to learn basics for the geospatial analysis in r . Easy to follow and quite informative. Thanks

  • @samweloudu6529
    @samweloudu6529 10 місяців тому

    I want to use a statistical model to analyze my data. what statistic model is suitable to use when I want to compare the relationship between two variables for which age group is more vulnerable to disease between under five and above 5 age group

    • @jaumemasia6160
      @jaumemasia6160 16 днів тому

      Logistic Regression is widely used if the outcome is binary and works well in many cases. Poisson or Negative Binomial Regression is ideal if the outcome is count data with potential overdispersion. Chi-Square Test is suitable if you only want to test for association rather than quantify risk. Log-binomial Regression can be used for relative risk when the prevalence of disease is high.

  • @mitchellr6927
    @mitchellr6927 3 роки тому +1

    When I ran tm_shape(wes) + tm_polygons ... it told me "Error: Shape contains invalid polygons"

    • @shroom_to_grow
      @shroom_to_grow 2 роки тому

      You can add tmap_options(check.and.fix = TRUE) and rerun the plot. You might have a warning message but it should plot.

  • @bulldawgsmedia
    @bulldawgsmedia 2 роки тому

    I want to get a Masters degree that is associated with GIS and r programming or something similar.
    What degree should I shoot for?
    Please help.

  • @bulldawgsmedia
    @bulldawgsmedia 2 роки тому

    I want to get my Masters in this exact thing.
    What major should I shoot for?
    Please help.
    I want to use GIS and R programming or something similar.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 2 роки тому

    Very nice presentation but at this point I cannot imagine using anything but RStudio when working with R.