1
0

Update on Overleaf.

This commit is contained in:
2023-03-06 18:00:01 +00:00
committed by node
parent 203f17ef27
commit c211f0a7b0

View File

@@ -710,7 +710,7 @@ Our MLA method works in this scenario, as shown in \ref{fig:real.data.example.ap
\centering \centering
\begin{subfigure}{\linewidth} \begin{subfigure}{\linewidth}
<<real.data.example.iv.full,echo=FALSE, message=FALSE, warning=FALSE, result='asis', dev='pdf', fig.asp=0.3,cache=F>>= <<real.data.example.iv.full,echo=FALSE, message=FALSE, warning=FALSE, result='asis', dev='pdf', fig.asp=0.3,cache=F>>=
p <- plot.civilcomments.iv.example(include.models=c("Automatic Classifications", "Manual Annotations", "Annotation Sample", "Error Correction")) p <- plot.civilcomments.iv.example(include.models=c("Automatic Classification", "Manual Annotations", "Annotation Sample", "Error Correction"))
print(p) print(p)
@ @
\subcaption{\emph{Example 1}: Misclassification in an independent variable. \label{fig:real.data.example.iv.app}} \subcaption{\emph{Example 1}: Misclassification in an independent variable. \label{fig:real.data.example.iv.app}}
@@ -718,7 +718,7 @@ print(p)
\begin{subfigure}{\linewidth} \begin{subfigure}{\linewidth}
<<real.data.example.dv.full,echo=FALSE, message=FALSE, warning=FALSE, result='asis', dev='pdf', fig.asp=0.3,cache=F>>= <<real.data.example.dv.full,echo=FALSE, message=FALSE, warning=FALSE, result='asis', dev='pdf', fig.asp=0.3,cache=F>>=
p <- plot.civilcomments.dv.example(include.models=c("Automatic Classifications", "All Annotations", "Annotation Sample", "Error Correction")) p <- plot.civilcomments.dv.example(include.models=c("Automatic Classification", "All Annotations", "Annotation Sample", "Error Correction"))
print(p) print(p)
@ @
\subcaption{\emph{Example 2}: Misclassification in a dependent variable. \label{fig:real.data.example.dv.app}} \subcaption{\emph{Example 2}: Misclassification in a dependent variable. \label{fig:real.data.example.dv.app}}