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
cv.glm
I found a part with the style broken on this page. https://www.rdocumentation.org/packages/boot/versions/1.3-18/topics/cv.glm
I think this could be solved by just adding the p tag as follows.
as-is
<dl> The returned value is a list with the following components. <dt>call</dt> <dd> The original call to <code>cv.glm</code>. </dd> ... </dl>
solution
<dl> <p>The returned value is a list with the following components.</p> <dt>call</dt> <dd> The original call to <code>cv.glm</code>. </dd> ... </dl>
Although boot (version 1.3-18) is an older version, we sometimes refer to it given our dev environment. So I would appreciate fixing this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
issue
I found a part with the style broken on this page.
https://www.rdocumentation.org/packages/boot/versions/1.3-18/topics/cv.glm
potential solution
I think this could be solved by just adding the p tag as follows.
as-is
solution
Although boot (version 1.3-18) is an older version, we sometimes refer to it given our dev environment. So I would appreciate fixing this issue.
The text was updated successfully, but these errors were encountered: