I have the following growth curve:
Time A1
0 0.0004
4 0.0104
4.50 0.0186
5 0.0305
5.5 0.0533
6 0.073
6.50 0.1251
7 0.1929
7.5 0.3224
8 0.4471
that I want to analyze with the following code:
Brentgrowthcurve <- read.csv("growth.txt", sep="\t")
head(Brentgrowthcurve, header = T)
growth.modGomp(input = Brentgrowthcurve, output.name = "csv_test",
synergy = F, temp =F, smooth = T, trim = T)
But I am getting the following error:
Error in growth.modGomp(input = Brentgrowthcurve, output.name = "csv_test", :
object 's.1' not found
I have the following growth curve:
that I want to analyze with the following code:
But I am getting the following error: