Skip to content
New issue

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

Error 'object not found' #19

Open
sarah872 opened this issue Jul 31, 2020 · 2 comments
Open

Error 'object not found' #19

sarah872 opened this issue Jul 31, 2020 · 2 comments

Comments

@sarah872
Copy link

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
@mmuscarella
Copy link
Member

Hi @sarah872 - I'll try to figure out what is happening, but give me a few days.

@sarah872
Copy link
Author

any update on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants