\caption
outside float" and have been fumbling around with it for quite a while. I tried the solution from here but it still didn't solve my problem. Here is a snippet of my code:
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage{bchart}
\begin{document}
\begin{bchart}[step=50,max=150]
\bcbar[value=OLS]{134.07}
\bcbar[value=LASSO]{104.74}
\bclabel{IQ}
\bcbar[value=LASSO-OLS]{97.83}
\bcbar[value=Relaxed LASSO]{94.48}
\caption{\textbf{Project I Comparison Plot of Cross-Validated Prediction Errors.} Graphical comparison of OLS, LASSO, OLS-post-LASSO, and relaxed LASSO cross-validated prediction errors for Project I. Note: CGIS results are not presented (all prediction errors \textless0.5).}
\label{tab:p1lassoext}
\end{bchart}
\end{document}