We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @sarah872 - I'll try to figure out what is happening, but give me a few days.
Sorry, something went wrong.
any update on that?
No branches or pull requests
I have the following growth curve:
that I want to analyze with the following code:
But I am getting the following error:
The text was updated successfully, but these errors were encountered: