Displaying 2 results from an estimated 2 matches for "reproducil".
Did you mean:
reproducir
2010 Oct 22
1
trouble with \textless in Hmisc latex() on a drop1 object
....tex
file. I can just <ENTER> past the error, but the resulting .pdf file
contains just a greater-than symbol in the table where <none> is supposed to
appear.
If I go into the .tex file and manually insert a space, changng it to
\textless none\textgreater
the document compiles fine.
Reproducile example below. Any suggestions?
Thanks.
Chris Ryan
SUNY Upstate Medical University Binghamton Clinical Campus
\documentclass{article}
\begin{document}
<<options, echo=FALSE, hide=TRUE>>=
options(SweaveSyntax = "SweaveSyntaxNoweb")
library(Hmisc)
@
<<code>>=
sa...
2013 Oct 16
2
How to obtain restricted estimates from coxph()?
Hello,
I'm trying to use coxph() function to fit a very simple Cox proportional
hazards regression model (only one covariate) but the parameter space is
restricted to an open set (0, 1). Can I still obtain a valid estimate by
using coxph function in this scenario? If yes, how? Any suggestion would be
greatly appreciated. Thanks!!!
[[alternative HTML version deleted]]