Goherr: Fish consumption study: Difference between revisions
No edit summary |
(added references) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{study|moderator=Arja | {{progression class | ||
|progression=Reviewed | |||
|curator=THL | |||
|date=2019-08-26 | |||
}} | |||
{{study|moderator=Arja}} | |||
:''This page contains a detailed description about data management and analysis of an international survey related to scientific article ''Forage Fish as Food: Consumer Perceptions on Baltic Herring'' by Mia Pihlajamäki, Arja Asikainen, Suvi Ignatius, Päivi Haapasaari, and Jouni T. Tuomisto.<ref name="pihlajamaki2019">Mia Pihlajamäki, Arja Asikainen, Suvi Ignatius, Päivi Haapasaari and Jouni T. Tuomisto. Forage Fish as Food: Consumer Perceptions on Baltic Herring. Sustainability 2019, 11(16), 4298; https://doi.org/10.3390/su11164298</ref> The results of this survey where also used in another article ''Health effects of nutrients and environmental pollutants in Baltic herring and salmon: a quantitative benefit-risk assessment'' by the same group.<ref name="tuomisto2020">Tuomisto, J.T., Asikainen, A., Meriläinen, P., Haapasaari, P. Health effects of nutrients and environmental pollutants in Baltic herring and salmon: a quantitative benefit-risk assessment. BMC Public Health 20, 64 (2020). https://doi.org/10.1186/s12889-019-8094-1</ref> | |||
== Question == | == Question == | ||
Line 6: | Line 13: | ||
== Answer == | == Answer == | ||
Original questionnaire analysis results | * Model run with all the results of the article<ref name="pihlajamaki2019"/> [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=B2jMOHfuUSmTjfrn 26.8.2018] | ||
* Original questionnaire analysis results [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=QaMJZqUX0cPaTfOF 13.3.2017] | |||
* Consumption amount estimates | |||
Consumption amount estimates | ** Model run 21.4.2017 [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=xc0kaCs8cgzpjwo9] first distribution | ||
* Model run 21.4.2017 [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=xc0kaCs8cgzpjwo9] first distribution | ** Model run 18.5.2017 [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=YnuQMDJTQgW1Se5a with modelled data]; [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=KXXFiP0aj0DYEPdx with direct survey data] | ||
* Model run 18.5.2017 [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=YnuQMDJTQgW1Se5a with modelled data]; [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=KXXFiP0aj0DYEPdx with direct survey data] | |||
== Rationale == | == Rationale == | ||
Line 458: | Line 417: | ||
==== Figures, tables and stat analyses for the first manuscript ==== | ==== Figures, tables and stat analyses for the first manuscript ==== | ||
* Model run 8.5.2019 with thlVerse code (not run on Opasnet) [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=46qKuh08I7PHqXRX] [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=lnq3yNAPXAJFxwaG] | * Model run 8.5.2019 with thlVerse code (not run on Opasnet) [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=46qKuh08I7PHqXRX] [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=lnq3yNAPXAJFxwaG] | ||
* Model run 26.8.2018 with fig 6 as table [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=B2jMOHfuUSmTjfrn] | |||
* Previous model runs are [http://en.opasnet.org/en-opwiki/index.php?title=Goherr:_Fish_consumption_study&oldid=42828#Figures.2C_tables_and_stat_analyses_for_the_first_manuscript archived]. | |||
Methodological concerns: | Methodological concerns: | ||
Line 486: | Line 435: | ||
library(reshape2) | library(reshape2) | ||
library(MASS) | library(MASS) | ||
library(extrafont) # Needed to save Arial fonts to PDF or EPS | #library(extrafont) # Needed to save Arial fonts to PDF or EPS | ||
#library(thlVerse) | #library(thlVerse) | ||
#library(car) | #library(car) | ||
Line 492: | Line 441: | ||
BS <- 24 | BS <- 24 | ||
localcomp <- | localcomp <- FALSE | ||
thl <- | thl <- FALSE | ||
# Set colours | # Set colours | ||
Line 1,141: | Line 1,090: | ||
) | ) | ||
) | ) | ||
oprint(aggregate(tmp$Result,tmp[c("Reason","Response","Fish")],sum)) | |||
if(thl) { | if(thl) { | ||
Line 1,733: | Line 1,684: | ||
==== Initiate ovariables ==== | ==== Initiate ovariables ==== | ||
=====jsp taken directly from data WITHOUT salmpling===== | |||
<rcode name="nonsamplejsp" label="Initiate jsp from data without sampling (for developers only)" embed=1> | <rcode name="nonsamplejsp" label="Initiate jsp from data without sampling (for developers only)" embed=1> | ||
Line 1,800: | Line 1,751: | ||
</rcode> | </rcode> | ||
===== Amount estimated from a bayesian model ===== | |||
* Model run 24.5.2017 [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=3UORzPwospQxp82h] | * Model run 24.5.2017 [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=3UORzPwospQxp82h] | ||
Line 1,844: | Line 1,795: | ||
</rcode> | </rcode> | ||
===== Amount estimates directly from data rather than from a bayesian model ===== | |||
* Initiation run 18.5.2017 [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=crW1kboP72BN1JbK] | * Initiation run 18.5.2017 [http://en.opasnet.org/en-opwiki/index.php?title=Special:RTools&id=crW1kboP72BN1JbK] | ||
Line 1,915: | Line 1,866: | ||
</rcode> | </rcode> | ||
===== Initiate other ovariables ===== | |||
* Code stores ovariables assump, often, much, oftenside, muchside, amount. | * Code stores ovariables assump, often, much, oftenside, muchside, amount. | ||
Line 2,044: | Line 1,995: | ||
) | ) | ||
effrecommRaw <- Ovariable( # Effect of recommendations | |||
" | "effrecommRaw", | ||
dependencies = data.frame( | dependencies = data.frame( | ||
Name=c("jsp","assump"), | Name=c("jsp","assump"), | ||
Line 2,076: | Line 2,027: | ||
return(Ovariable(output=out, marginal=colnames(out) %in% c("Iter","Fish","Recommendation"))) | return(Ovariable(output=out, marginal=colnames(out) %in% c("Iter","Fish","Recommendation"))) | ||
}, | |||
unit = "change of amount in fractions" | |||
) | |||
# effrecommRaw and effrecomm are needed to enable decisions to affect the effect of recommendation before | |||
# the ovariable is collapsed. So, target the decisions to effrecommRaw and collapses to effrecomm. | |||
effrecomm <- Ovariable( | |||
"effrecomm", | |||
dependencies = data.frame(Name="effrecommRaw"), | |||
formula = function(...) { | |||
return(effrecommRaw) | |||
} | } | ||
) | ) |
Latest revision as of 15:39, 12 August 2020
In Opasnet many pages being worked on and are in different classes of progression. Thus the information on those pages should be regarded with consideration. The progression class of this page has been assessed:
|
The content and quality of this page is/was being curated by the project that produced the page.
The quality was last checked: 2019-08-26. |
[show] This page is a study.
The page identifier is Op_en7749 |
---|
- This page contains a detailed description about data management and analysis of an international survey related to scientific article Forage Fish as Food: Consumer Perceptions on Baltic Herring by Mia Pihlajamäki, Arja Asikainen, Suvi Ignatius, Päivi Haapasaari, and Jouni T. Tuomisto.[1] The results of this survey where also used in another article Health effects of nutrients and environmental pollutants in Baltic herring and salmon: a quantitative benefit-risk assessment by the same group.[2]
Question
How Baltic herring and salmon are used as human food in Baltic sea countries? Which determinants affect on people’s eating habits of these fish species?
Answer
- Model run with all the results of the article[1] 26.8.2018
- Original questionnaire analysis results 13.3.2017
- Consumption amount estimates
- Model run 21.4.2017 [1] first distribution
- Model run 18.5.2017 with modelled data; with direct survey data
Rationale
Survey of eating habits of Baltic herring and salmon in Denmark, Estonia, Finland and Sweden has been done in September 2016 by Taloustutkimus oy. Content of the questionnaire can be accessed in Google drive. The actual data can be found from the link below (see Data).
Data
Questionnaire
Original datafile File:Goherr fish consumption.csv.
[show]Show details |
---|
Assumptions
The following assumptions are used:
Obs | Variable | Value | Unit | Result | Description |
---|---|---|---|---|---|
1 | freq | 1 | times /a | 0 | Never |
2 | freq | 2 | times /a | 0.5 - 0.9 | less than once a year |
3 | freq | 3 | times /a | 2 - 5 | A few times a year |
4 | freq | 4 | times /a | 12 - 36 | 1 - 3 times per month |
5 | freq | 5 | times /a | 52 | once a week |
6 | freq | 6 | times /a | 104 - 208 | 2 - 4 times per week |
7 | freq | 7 | times /a | 260 - 364 | 5 or more times per week |
8 | amdish | 1 | g /serving | 20 - 70 | 1/6 plate or below (50 grams) |
9 | amdish | 2 | g /serving | 70 - 130 | 1/3 plate (100 grams) |
10 | amdish | 3 | g /serving | 120 - 180 | 1/2 plate (150 grams) |
11 | amdish | 4 | g /serving | 170 - 230 | 2/3 plate (200 grams) |
12 | amdish | 5 | g /serving | 220 - 280 | 5/6 plate (250 grams) |
13 | amdish | 6 | g /serving | 270 - 400 | full plate (300 grams) |
14 | amdish | 7 | g /serving | 400 - 550 | overly full plate (500 grams) |
15 | ingredient | fraction | 0.1 - 0.3 | Fraction of fish in the dish | |
16 | amside | 1 | g /serving | 20 - 70 | 1/6 plate or below (50 grams) |
17 | amside | 2 | g /serving | 70 - 130 | 1/4 plate (100 grams) |
18 | amside | 3 | g /serving | 120 - 180 | 1/2 plate (150 grams) |
19 | amside | 4 | g /serving | 170 - 230 | 2/3 plate (200 grams) |
20 | amside | 5 | g /serving | 220 - 280 | 5/6 plate (250 grams) |
21 | change | 1 | fraction | -1 - -0.8 | Decrease it to zero |
22 | change | 2 | fraction | -0.9 - -0.5 | Decrease it to less than half |
23 | change | 3 | fraction | -0.6 - -0.1 | Decrease it a bit |
24 | change | 4 | fraction | 0 | No effect |
25 | change | 5 | fraction | 0.1 - 0.6 | Increase it a bit |
26 | change | 6 | fraction | 0.5 - 0.9 | Increase it over by half |
27 | change | 7 | fraction | 0.8 - 1.3 | Increase it over to double |
28 | change | 8 | fraction | -0.3 - 0.3 | Don't know |
Preprocessing
This code is used to preprocess the original questionnaire data from the above .csv file and to store the data as a usable variable to Opasnet base. The code stores a data.frame named survey.
Analyses
- Sketches about modelling determinants of eating (spring 2018) [4]
Figures, tables and stat analyses for the first manuscript
- Model run 8.5.2019 with thlVerse code (not run on Opasnet) [5] [6]
- Model run 26.8.2018 with fig 6 as table [7]
- Previous model runs are archived.
Methodological concerns:
- Is the warning in logistic regression important?
- Goodness of fit in logistic regression
- Calculate odds ratios in logistic regression
- You might treat independent ordinal variables as continuous
- Color blindness simulator to adjust colors for the color blind and for black and white printing
Luke data about fish consumption in Finland [8][9]
Obs | Origin | Species | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | domestic fish | Total | 6.1 | 6.1 | 5.9 | 6.2 | 5.8 | 5.3 | 5.2 | 5.0 | 5.0 | 4.4 | 4.5 | 4.3 | 3.8 | 3.8 | 3.8 | 4.0 | 4.1 | 4.1 | 4.1 |
2 | domestic fish | Farmed rainbow trout | 1.6 | 1.6 | 1.6 | 1.6 | 1.3 | 1.3 | 1.4 | 1.1 | 1.1 | 1.2 | 1.2 | 1.1 | 1.0 | 1.0 | 1.1 | 1.1 | 1.3 | 1.2 | 1.2 |
3 | domestic fish | Baltic herring | 0.8 | 1.2 | 1.1 | 1.1 | 0.9 | 0.8 | 0.7 | 0.5 | 0.4 | 0.4 | 0.4 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 |
4 | domestic fish | Pike | 0.8 | 0.7 | 0.7 | 0.7 | 0.6 | 0.7 | 0.7 | 0.8 | 0.7 | 0.6 | 0.6 | 0.6 | 0.5 | 0.4 | 0.4 | 0.5 | 0.5 | 0.4 | 0.4 |
5 | domestic fish | Perch | 0.7 | 0.7 | 0.7 | 0.7 | 0.6 | 0.6 | 0.6 | 0.7 | 0.7 | 0.5 | 0.5 | 0.5 | 0.4 | 0.4 | 0.4 | 0.5 | 0.5 | 0.4 | 0.4 |
6 | domestic fish | Vendace | 0.7 | 0.7 | 0.7 | 0.7 | 0.8 | 0.8 | 0.7 | 0.6 | 0.6 | 0.6 | 0.6 | 0.7 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.5 | 0.6 |
7 | domestic fish | European whitefish | 0.4 | 0.4 | 0.4 | 0.4 | 0.3 | 0.3 | 0.3 | 0.3 | 0.5 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.2 | 0.3 | 0.3 |
8 | domestic fish | Pike perch | 0.3 | 0.2 | 0.2 | 0.2 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.4 | 0.4 |
9 | domestic fish | Other domestic fish | 0.8 | 0.6 | 0.5 | 0.8 | 1.0 | 0.5 | 0.5 | 0.7 | 0.7 | 0.5 | 0.6 | 0.5 | 0.4 | 0.5 | 0.4 | 0.5 | 0.4 | 0.5 | 0.5 |
10 | imported fish | Total | 6.0 | 6.2 | 7.0 | 7.1 | 8.0 | 8.6 | 7.9 | 8.6 | 9.7 | 9.7 | 9.3 | 10.2 | 11.1 | 10.9 | 10.8 | 10.9 | 10.2 | 9.1 | 9.8 |
11 | imported fish | Farmed rainbow trout | 0.2 | 0.3 | 0.4 | 0.6 | 0.9 | 0.6 | 0.6 | 0.7 | 1.0 | 1.0 | 0.8 | 0.8 | 0.9 | 1.0 | 0.9 | 0.9 | 0.8 | 0.9 | 0.8 |
12 | imported fish | Farmed salmon | 1.0 | 0.9 | 1.2 | 1.3 | 1.6 | 2.2 | 1.9 | 2.0 | 2.7 | 2.6 | 2.9 | 3.1 | 3.9 | 4.2 | 4.0 | 4.4 | 4.1 | 3.5 | 4.0 |
13 | imported fish | Tuna (prepared and preserved) | 1.0 | 1.2 | 1.4 | 1.4 | 1.5 | 1.6 | 1.6 | 1.5 | 1.7 | 1.7 | 1.6 | 1.7 | 1.7 | 1.6 | 1.9 | 1.7 | 1.6 | 1.4 | 1.5 |
14 | imported fish | Saithe (frozen fillet) | 0.7 | 0.6 | 0.7 | 0.7 | 0.7 | 0.6 | 0.4 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.6 | 0.5 | 0.5 | 0.5 | 0.5 | 0.4 | 0.4 |
15 | imported fish | Shrimps | 0.5 | 0.4 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.6 | 0.6 | 0.6 | 0.7 | 0.7 | 0.6 | 0.6 | 0.5 | 0.5 | 0.4 | 0.4 |
16 | imported fish | Herring and Baltic herring (preserved) | 0.6 | 0.5 | 0.6 | 0.6 | 0.5 | 0.4 | 0.5 | 0.6 | 0.5 | 0.6 | 0.3 | 0.5 | 0.4 | 0.3 | 0.4 | 0.5 | 0.5 | 0.5 | 0.5 |
17 | imported fish | Other imported fish | 2.0 | 2.3 | 2.2 | 2.0 | 2.3 | 2.7 | 2.4 | 2.8 | 2.7 | 2.7 | 2.6 | 2.9 | 2.9 | 2.7 | 2.5 | 2.3 | 2.3 | 1.9 | 2.2 |
Descriptive statistics

Model must contain predictors such as country, gender, age etc. Maybe we should first study what determinants are important? Model must also contain determinants that would increase or decrease fish consumption. This should be conditional on the current consumption. How? Maybe we should look at principal coordinates analysis with all questions to see how they behave.
Also look at correlation table to see clusters.
Some obvious results:
- If reports no fish eating, many subsequent answers are NA.
- No vitamins correlates negatively with vitamin intake.
- Unknown salmon correlates negatively with the types of salmon eaten.
- Different age categories correlate with each other.
However, there are also meaningful negative correlations:
- Country vs allergy
- Country vs Norwegian salmon and Rainbow trout
- Country vs not traditional.
- Country vs recommendation awareness
- Allergy vs economic wellbeing
- Baltic salmon use (4 questions) vs Don't like taste and Not used to
- All questions between Easy to cook ... Traditional dish
Meaningful positive correlations:
- All questions between Baltic salmon ... Rainbow trout
- How often Baltic salmon/herring/side salmon/side herring
- How much Baltic salmon/herring/side salmon/side herring
- Better availability ... Recommendation
- All questions between Economic wellbeing...Personal aims
- Omega3, Vitamin D, and Other vitamins
Model runs
- Model run 13.3.2017
- Model run 21.4.2017 [10] old code from Answer merged to this code and debugged
Bayes model
- Model run 3.3.2017. All variables assumed independent. [11]
- Model run 3.3.2017. p has more dimensions. [12]
- Model run 25.3.2017. Several model versions: strange binomial+multivarnormal, binomial, fractalised multivarnormal [13]
- Model run 27.3.2017 [14]
- Other models except multivariate normal were archived and removed from active code 29.3.2017.
- Model run 29.3.2017 with raw data graphs [15]
- Model run 29.3.2017 with salmon and herring ovariables stored [16]
- Model run 13.4.2017 with first version of coordinate matrix and principal coordinate analysis [17]
- Model run 20.4.2017 [18] code works but needs a safety check against outliers
- Model run 21.4.2017 [19] some model results plotted
- Model run 21.4.2017 [20] ovariables produced by the model stored.
- Model run 18.5.2017 [21] small updates
- 13.2.2018 old model run but with new Opasnet [22]
Initiate ovariables
jsp taken directly from data WITHOUT salmpling
Amount estimated from a bayesian model
- Model run 24.5.2017 [23]
Amount estimates directly from data rather than from a bayesian model
- Initiation run 18.5.2017 [24]
- Initiation run 24.2.2018: sampling from survey rather than each respondent once [25]
Initiate other ovariables
- Code stores ovariables assump, often, much, oftenside, muchside, amount.
- Model run 19.5.2017 [26]
- Initiation run 24.5.2017 without jsp [27]
- Model run 8.6.2017 [28]
Other code
This is code for analysing EFSA food intake data about fish for BONUS GOHERR manuscript Ronkainen L, Lehikoinen A, Haapasaari P, Tuomisto JT. 2019.
Dependencies
The survey data will be used as input in the benefit-risk assessment of Baltic herring and salmon intake, which is part of the WP5 work in Goherr-project.
See also
- Useful information about Wishart distribution and related topics:
Keywords
References
- ↑ Jump up to: 1.0 1.1 Mia Pihlajamäki, Arja Asikainen, Suvi Ignatius, Päivi Haapasaari and Jouni T. Tuomisto. Forage Fish as Food: Consumer Perceptions on Baltic Herring. Sustainability 2019, 11(16), 4298; https://doi.org/10.3390/su11164298
- ↑ Tuomisto, J.T., Asikainen, A., Meriläinen, P., Haapasaari, P. Health effects of nutrients and environmental pollutants in Baltic herring and salmon: a quantitative benefit-risk assessment. BMC Public Health 20, 64 (2020). https://doi.org/10.1186/s12889-019-8094-1
Related files