Assignment 12
For this assignment, I learned that R Markdown is a useful tool for combining writing, code, and math in one document. I practiced using Markdown syntax to create headings and paragraphs, and I also learned how to include LaTeX math expressions both inline and as displayed equations. This helped me understand how R Markdown can take a simple source file and turn it into a clean, professional-looking report. I also learned how code chunks and narrative sections work together in R Markdown. The code chunks allow analysis and plots to be generated directly in the document, which makes everything more organized and reduces errors from copying results manually. One challenge I faced was making sure the formatting was correct, especially with code chunks and symbols, because small mistakes can stop the document from knitting. Overall, this assignment showed me how R Markdown supports reproducible analysis and is more efficient than writing plain reports. r-programming-assignments/README.md ...