Ecological Population Growth Rate Data analysis

Hello I am new and trying to run a code for data analysis in R. I need to run a statistical test that will give me a p value. I have the data set and the individual grwoth rates for 2 species already imported into R but, I just need the code for the analysis. Thanks!

Year Salmon Growth rate (dN/dt) Zebra Mussel growth rate (dN/dt)
1992 330 156,333.60
1993 330.2 262,754.23
1994 294.6 334,895.69
1995 294.1 397,149.43
1996 290.7 448,196.76
1997 291.8 492,592.94
1998 289.1 574,502.47
1999 288.4 632,498.25
2000 288.4 671,261.19
2001 290.6 721,156.32
2002 287.9 796,842.57
2003 282.4 881,128.22
2004 280.3 885,234.76
2005 270.1 894,673.30
2006 266.2 897,749.51
2007 264.7 902,264.32
2008 262.4 907,483.85
2009 255.5 909,946.97
2010 240.4 908,345.29
2011 233.9 908,557.26
2012 221.3 912,298.51
2013 220.3 914,511.39
2014 218.2 914,789.77
2015 218.1 922,568.55
2016 210.3 925,218.21
2017 212.14 927,164.29
2018 204.3 929,128.36

What have you tried so far? what is your specific problem?, we are more inclined towards helping you with specific coding problems rather than doing your work for you.

Could you please turn this into a self-contained REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

If you've never heard of a reprex before, you might want to start by reading this FAQ:

Thank you for this I was able to actually figure the problem out on my own.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.