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
JAMES 1.5.5 gave an error when brokenstick estimates could not be calculated. The following code is a reprex.
james::draw_chart( txt = js, chartcode = c(""), selector = c("derive"), chartgrp = c("preterm"), agegrp = c("0-15m"), sex = c("female"), etn = c("nl"), ga = 27L, side = c("hgt"), curve_interpolation = TRUE, quiet = TRUE, dnr = c("0-2"), lo = "4w", hi = c("14m"), nmatch = 10L, exact_sex = TRUE, exact_ga = FALSE, show_future = FALSE, show_realized = FALSE, draw_grob = FALSE)
The text was updated successfully, but these errors were encountered:
Solves "Error in eval(predvars, data, env) : object 'hgt_z_0' not fou…
6fa49ab
…nd". Added test code and dependency to chartplotter 0.32.0, resolved issue #23
Resolved on 6fa49ab
Sorry, something went wrong.
No branches or pull requests
JAMES 1.5.5 gave an error when brokenstick estimates could not be calculated. The following code is a reprex.
The text was updated successfully, but these errors were encountered: