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

Filtered dataframe causes critical error #139

Open
pg320 opened this issue Jan 18, 2023 · 0 comments
Open

Filtered dataframe causes critical error #139

pg320 opened this issue Jan 18, 2023 · 0 comments

Comments

@pg320
Copy link

pg320 commented Jan 18, 2023

Hi,

I am running a fit using nlsLM, matching a function against a tibble of observed data.

The function runs fine on a particular dataset "data", but if I try to run it on a subset "data_subset" (subset using a filter statement) I get the following error:

"Error in model.frame.default ... invalid type (list) for variable"

The two tibbles look identical to me, using str(data) and str(data_subset), and I cannot work out where the list is coming from.

I was wondering if anyone had encountered this problem before and what I can do to resolve it?

Parmesh

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

1 participant