-
Notifications
You must be signed in to change notification settings - Fork 2
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
add linearity tests for calibration data #3
Conversation
I have only briefly looked at the code and have taken the liberty of modify the PR by using the match.arg() function to check the As far as the tests are concerned, I am surprised that the point to point slope for the data set used in the example shows so many points outside the tolerance range. From my point of view, this does not mean that the method is not linear, it simply has a high scatter. What do you think? |
Great, I was not aware of the Regarding the test results: Yes, you are right that the |
Adding a comment to the example code would be an option. Another possibility would be to write a small vignette on linearity tests. Including another dataset also could be useful. However, as I said, I cannot invest a lot of time in this package, there would be so many things that could be done to improve it, but I am not doing analytics any more. |
Alright! My time is also limited, but, as mentioned, I am willing to contribute more to this package. I don't know whether the analytic community waited for this, but at least I was looking for a good toolbox to analyse my data for way too long now, so better doing the job myself instead of waiting forever! :) I will add some additional example data then. I just need to figure out how to add an additional commit to this pull request! :) |
Hi this is easy, just push to the branch you used to create the PR.
Am Montag, 25. November 2024, 13:22:34 CET schrieb TellAnAx:
… Alright! My time is also limited, but, as mentioned, I am willing to
contribute more to this package. I don't know whether the analytic
community waited for this, but at least I was looking for a good toolbox to
analyse my data for way too long now, so better doing the job myself
instead of waiting forever! :) I will add some additional example data
then. I just need to figure out how to add an additional commit to this
pull request! :)
|
Thanks for your work on this! On checking the package, I got
and later in the example code
The reason is that the datasets in the |
- Depend on R >= 3.5.0, because the format used for the data is not known to earlier R versions - Rename the datasets from `test` to their proper name
Guten Tag Herr Ranke,
wie besprochen einmal ein PR, zunächst einmal für einen Linearitätstest. Ich dachte wir können erstmal klein anfangen, um das Ganze überschaubar zu halten.
Ich bin gespannt auf das Feedback!
Mit besten Grüssen,
A. Tellbüscher