-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Effect staalname maand en Poisson distributie op alfa-diversiteit #22
base: main
Are you sure you want to change the base?
Conversation
…lfa-diversiteit. !nbinom2 nog niet aangepast naar Poisson!
…nd of periode van staalname
Ik vraag mij in eerste instantie af of ik onderstaande juist heb aangevuld met samples_totcount_10k <- tidy_physeq$samples %>%
filter(total_count > 1e+4)
form_annelida_richness <- formula(
observed ~
log(total_count)
+ Landgebruik_MBAG
+ Diepte
+ Maand_staalname
+ Landgebruik_MBAG:Diepte
+ Landgebruik_MBAG:Maand_staalname
+ (1 | Cmon_PlotID)
)
m_annelida_richness <- glmmTMB::glmmTMB(
formula = form_annelida_richness,
data = samples_totcount_10k,
family = glmmTMB::nbinom2()) |
model ~ log(total_reads) + maand + landgebruik toegevoegd, en origineel nbinom2 model er uit. Maakt de volgorde van de variabelen
|
Maakt niet uit zolang we er geen sequentiële anova op toepassen (type I anova). Je kan op de output van dit model bv een type II anova verkrijgen via |
…iteit modellering met enkel gekende soorten (taxonomische diversiteit)
|
labs(y = "Voorspelde aantal taxa") | ||
``` | ||
|
||
### Staalname maand als covariaat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
De titel strookt niet met wat volgt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bedoel je dat staalname maand geen covariaat is als we de interactie met landgebruik verwijderen uit het model?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nee. Ik denk dat ik hiermee bedoelde dat er naast staalname maand ook nog andere covariaten in het model zitten dat in deze sectie gefit werd. Terwijl de titel suggereert dat enkel staalname maand als covariaat bekeken wordt.
|
||
### Shannon diversity incl staalname maand als covariaat | ||
|
||
nog aan te vullen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hier staat nog een to do
``` | ||
|
||
|
||
### Staalname maand als covariaat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Titel best aanpassen zodat die wat beter weergeeft wat er onder komt
Er zijn waarschuwingen die aangeven dat de interactie tussen maand en landgebruik niet mogelijk is. | ||
Dit is te verwachten omdat landgebruik en maand niet volledig gekruist zijn. | ||
We verwijderen deze interactie tussen maand en landgebruik dus uit het model. | ||
Dit is ook duidelijk uit de al eerder getoonde tabel: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zie eerdere suggesties
Om de "this branch is out-of-date with the base branch" op te lossen, kan je op de "update branch" knop drukken en de stappen volgen (dit is dan op de remote, om het daarna lokaal te hebben moet je nog git pull uitvoeren lokaal). Andere manier is het lokaal oplossen (git pull origin main) en daarna de wijzigingen pushen naar hier. |
Co-authored-by: Hans Van Calster <[email protected]>
Co-authored-by: Hans Van Calster <[email protected]>
Voorlopig enkel voor Annelida
Maand_staalname
toegevoegd aan sample data phyloseq objectMaand_staalname
ipvLandgebruik_MBAG
Maand_staalname
meenemen in de modellering van effect landgebruik (samen met Diepte en aantal reads). InteractieLandgebruik_MBAG
metMaand_staalname
hier ook nodig? Voorlopig in aparte chunk gezet en originele alfa-div modellering dus niet aangepastPoisson
ipvglmmTMB::nbinom2
, maar nog zonderMaand_staalname