Displaying 2 results from an estimated 2 matches for "ppred".
Did you mean:
pred
2005 Mar 22
1
Writing R documentation
...MM\$mm\$fitted[,2], MM\$pkdata\$conc)
\end{itemize}
\item NONMEM:
\begin{itemize}
\item population level: identify(NM\$pred\$PRED, NM\$pred\$CONC)
\item individual level: identify(NM\$pred\$IPRE, NM\$pred\$CONC)
\end{itemize}
\item WinBUGS:
\begin{itemize}
\item population level: identify(WB\$pred\$ppred, WB\$pred\$conc)
\item individual level: identify(WB\$pred\$ipred, WB\$pred\$conc)
\end{itemize}
Is there a way to fix this?
I tried Rdconv using --type=HTML but that did not work.
Any help you can send would be appreciated.
Thank you,
Suzette
=================================
Suzette Blanchar...
2013 Nov 15
1
Inconsistent results between caret+kernlab versions
I'm using caret to assess classifier performance (and it's great!). However, I've found that my results differ between R2.* and R3.* - reported accuracies are reduced dramatically. I suspect that a code change to kernlab ksvm may be responsible (see version 5.16-24 here: http://cran.r-project.org/web/packages/caret/news.html). I get very different results between caret_5.15-61 +