Questions tagged [demographics]
41 questions
0
votes
1 answer
Demography package issue with aggregating data
# Function to construct a mortality demogdata object from HMD
hmd.mx <- function(country, username, password, label=country){
path <- paste("https://www.mortality.org/hmd/", country, "/STATS/", "Mx_1x1.txt", sep = "")
}
userpwd <-…

Hans Kazan
- 11
- 1
0
votes
0 answers
popbio - Why isn't it reading my fertility column
I wanna do bootstrapping on my data using popbio's boot.transitions function. However, it is somehow giving a weird error with the fertility column:
stagefate = read.table("file.csv", header = TRUE, sep=",")
stagefatenames<- c("individual", "stage",…

Kaiser
- 41
- 1
- 3
0
votes
1 answer
Optimisation of matrix in R
I'm new to optimisation/calibration of models in R, but i'm eager to learn and really need some help. My question relates to demographic modelling.
I've done some research and found help here and here but neither have quite answered my question.
I…

lexkel
- 29
- 5
0
votes
1 answer
How to collect demographic data for Google Analytics in Xamarin.Forms with KSemenenko plugin?
I'm using for first time Google Analytics on a mobile project, and I have some doubts with the plugin I'm using right now, is the following that:
https://github.com/KSemenenko/GoogleAnalyticsForXamarinForms
And also this is my initialisation…

requenaxii
- 131
- 1
- 12
0
votes
1 answer
How to create Synthea demographic County files?
I am using Synthea to generate synthetic populations using the default county demographics for Massachusetts.
How are these json config files created? Specifically, how could I create them for a different US State?

Colin
- 930
- 3
- 19
- 42
0
votes
1 answer
Does Google Analytics iOS requires AdSupport to use IDFA
My iOS app (iOS 9+) uses Google Analytics(3.14) to collect Demographic data. According to Google's instructions, IDFA is required for this. Does GA needs iAd and AdSupport frameworks to use IDFA?
My app doesn't show any ads. Will it be rejected by…

jarly
- 231
- 1
- 4
- 16
0
votes
0 answers
Flow mapping in R
I'm trying to plot trips between zipcodes in R. Specifically, I'm trying to create an interactive where you can click on each zipcode, and see the other zipcodes colored according to how many people traveled from the zip you clicked on to the other…
-1
votes
2 answers
Changing () to [] for confidence interval in gtsummary table
I am making my demographics table using gtsummary.
I want the confidence interval in my table to appear between [] not ().
For example,
trial %>%
select(response, grade) %>%
tbl_summary(statistic = all_categorical() ~ "{p}%",
…

Sajin Kang
- 1
- 1
-1
votes
1 answer
Google analytics report by demographics by date
Google analytics report by demographics by date doesn't shows data for all age groups, while if I remove date it shows all age groups in GA demographics report, don't understand this behavior,
-1
votes
2 answers
Where can we get demographic data by zip code for USA?
I am looking for demographics data such as Population, Gender, Race, Housing, Employment Status and also it needs to be by zip code for USA.
Any idea where i could easily download it ?

Ashna
- 9
- 4