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

Changing x-axis intervals of the percentile chart #5

Open
xi2pi opened this issue Mar 16, 2021 · 0 comments
Open

Changing x-axis intervals of the percentile chart #5

xi2pi opened this issue Mar 16, 2021 · 0 comments

Comments

@xi2pi
Copy link
Owner

xi2pi commented Mar 16, 2021

In case you are familiar with programming, especially R, here are my thoughts (which I havent tested yet):

  • in the folger "R_model" there is a file "perc_model_flexible.R"
  • This file ("perc_model_flexible.R") is the core of RefCurv's operation; open it with any editor (like notepad or what fits for you)
  • Line 97 is:
    x_values <- seq(round(min(data_perc$x),1), round(max(data_perc$x),1), length.out = 100
  • you can try to change the number 100 to what ever you like; let us say 1000
  • then run RefCurv as normal and go for a model fitting; it might be, that it throws an error but maybe that does not matter
  • after running RefCurv, go to the "tmp" folder in the RefCurv folder
  • check the file "percentiles_chart.csv"; that is your resulting chart
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