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
plot.life.data()
In the following code
v7tube.ld <- frame.to.ld(v7tube, response.column = c(1,2), censor.column = 3, case.weight.column = 4, time.units = "Days") plot(v7tube.ld)
The y-axis labels in this plot are formatted as 6e-01 instead of putting the 01 in the exponent. The problem likely derives from fix.exp.labls()
fix.exp.labls()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the following code
The y-axis labels in this plot are formatted as 6e-01 instead of putting the 01 in the exponent. The problem likely derives from
fix.exp.labls()
The text was updated successfully, but these errors were encountered: