-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManuscript_whole.Rmd
More file actions
83 lines (55 loc) · 2.75 KB
/
Copy pathManuscript_whole.Rmd
File metadata and controls
83 lines (55 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: "Impact of cropping system diversification on vegetative and reproductive characteristics of waterhemp (*Amaranthus tuberculatus*)"
header-includes:
- \usepackage{lineno}
- \linenumbers
output:
bookdown::pdf_document2:
keep_tex: yes
toc: false
number_sections: false
extra_dependencies: ["float"]
latex_engine: lualatex
citation_package: natbib
bibliography: fecund.bib
natbiboptions: round
biblatexoptions:
- sortcites = true
- sorting = nyt
- backend = biber
- maxcitenames = 2
csl: apa-no-ampersand.csl
---
*This script demonstrates how the sections were put together before final processing with Overleaf. Some typos and raw LaTeX codes may present.*
# Abstract {-}
```{r, child = "Abstract.Rmd"}
```
# Introduction {-}
```{r, child = "Introduction.Rmd"}
```
# Materials and Methods {-}
```{r, child = "Proposal.Rmd"}
```
# Results {-}
Using `ggResidpanel` version 0.3.0 for model diagnosis [@goodeGgResidpanelPanelsInteractive2019], no predictable pattern in the plots of residuals versus predicted values suggests that the analysis models fit the data well (Details are provided in the Supplementary Material).
In all rotations, all the crop yields were comparable to those of Iowa and Boone County (where the experiment is situated) [@nguyenWeedCommunityCompositioninpreparation].
```{r, child = "../5-Analysis/Population-sex-biom-dens.Rmd"}
```
```{r, child = "../5-Analysis/Individual-fecundity-model.Rmd" }
# knitting this chunk and the next produced raw Latex code because of some package conflicts - not resolved yet
```
# Discussion {-}
```{r, child = "Discussion.Rmd"}
```
# Appendix {-}
```{r, child = "AppendixA.Rmd"}
#seed cleaning and counting procedure
```
```{r, child = "../4-Data-wrangling/sex-19-imputation-jan29-22.Rmd"}
# This is Appendix B
```
# Acknowledgements {-}
The authors thank Matt Woods, Mike Fiscus, and the Iowa State University's Agronomy Research Farm crew for field management; Jessica Juarez-Morales, Elizabeth Oys, Ana Poznanski, Andrew Riehl, Angela Soto-Saenz, and Wyatt Westfall for field and laboratory assistance; Alan Gaul and Iowa State University's Seed Laboratory student assistants and interns for seed cleaning laboratory space, guidance, and technical assistance; Philip Dixon and Dean Adams for data analysis assistance; Russ Lenth and other Stackoverflow community members for answering HTXN's coding questions; Lisa Schulte-Moore, Micheal Owen, and Mark Gleason for reviewing the manuscript; Overleaf staff for latex assistance in compiling the manuscript; two anonymous reviewers and the subject editor for their valuable comments.
# Supplementary Material {-}
The Supplementary Material for this article can be found online at: 10.25380/iastate.18190784
# References {-}