search for: mathbf

Displaying 9 results from an estimated 9 matches for "mathbf".

2008 Nov 29
1
function for simultaneous confidence interval of regression coefficients
List, Would someone be so kind as to point me to a function that will calculate simultaneous confidence intervals of regression coefficients based upon their distribution as (under the assumption of normal errors, with \mathbf{X} as the design matrix): $\hat{\mathbf{\beta}} \sim N(\mathbf{\beta}, \sigma^2(\mathbf{X}^T\mathbf{X})^{-1})$. 'confint' calculates individual coefficients so far as I can tell, but I need simultaneous CIs based on the confidence ellipse/ F distribution. Inverting the ellipse gives this...
2011 Feb 02
2
Using MathJax in R's help system
...SS"],\n', < 'tex2jax: {inlineMath: [["$","$"]]}\n', < '});\n', < '</script>\n') --- > and the modified R-2.12.1/src/library/base/man/svd.Rd: for demonstration: 47,51c47,50 < \deqn{ \mathbf{X} = \mathbf{U D V}^\top,} where \eqn{\mathbf{U}} and \eqn{\mathbf{V}} are < orthogonal, \eqn{\mathbf{V}^\top} means \emph{V transposed}, and < \eqn{\mathbf{D}} is a diagonal matrix with the singular < values \eqn{D_{ii}}{D[i,i]}. Equivalently, \eqn{\mathbf{D} = < \mathbf{U}^\t...
2024 Mar 02
1
installation: while running make, unable to run pdflatex on 'NEWS.tex'
...le, pdf = TRUE, clean = clean, quiet = > quiet, : > unable to run pdflatex on 'NEWS.tex' > LaTeX errors: > ! LaTeX Error: File `pdftexcmds.sty' not found. Can you compile a minimal LaTeX document? Something like: \documentclass{article} \begin{document} \[ \mathbf{y} = \mathbf{X} \beta \] \end{document} Does tools::texi2pdf('THISFILE.tex') fail with a similar error message? -- Best regards, Ivan
2003 Oct 24
1
\mathcal symbols in R?
...for axis labels etc. In order ensure consistency between text and graphics of some paper, I would like to include the calligraphic H (obtained in LaTeX via \mathcal{H}) in several diagrams. Is there any way to do so? Is it in general possible to use further mathematical fonts like \mathbb and \mathbf in R? Best Michael -- -------------------------------------------- Dr. Michael Grottke University of Erlangen-Nuremberg Chair of Statistics and Econometrics Lange Gasse 20, D-90403 Nuernberg, Germany Phone: ++49-911-5302 276 Fax: ++49-911-5302 277 E-mail: Michael.Grottke at wiso.uni-erl...
2013 Sep 10
0
xtable Highlight the lowest and plus minus
...) a_table=data.matrix(t(matrix(a,nrow=5))) I would like to highlight the smallest value in the Adam and Steve columns and, also plus and minus the errors *(using xtable/ hmisc)* example output (ignoring decimals): Fruits && Adam && Steve \\ Apples && 17\pm 2 && \mathbf{3 \pm 1} \\ Oranges && \mathbf{3\pm 2} && 18 \pm 3\\ Additionally is there any way I can have just to 2 d.p.? [[alternative HTML version deleted]]
2005 Nov 17
4
problem with \eqn (PR#8322)
Full_Name: Ross Boylan Version: 2.2.0 OS: Linux Submission from: (NULL) (65.175.48.58) \eqn{{\bf\beta}_j}{b(j)} in my .Rd file produces this error -------------------------------------------- ! Missing $ inserted. <inserted text> $ l.7 \eqn{{\bf\beta}_j}{\bf\beta}_ jnormal-bracket5bracket-normal{b(j)} -- ! Missing $ inserted. <inserted
1997 Sep 01
1
R-alpha: old Rdoc 2 new Rdoc
...hile($text =~ /ARG($ID)/){ $id = $1; @args = get_two_args($id); $text =~ s/ARG$id(.*)$id/\\item\{$args[0]\}\{$args[1]\}/s; } replace_command_all("LANG", "code"); replace_command_all("BOLD", "textbf"); replace_command_all("EQBOLD", "mathbf"); replace_command_all("ITALIC", "emph"); replace_command_all("LINK", "link"); $text =~ s/LDOTS/\\ldots/g; $text =~ s/DOTS/\\dots/g; $text =~ s/%/\\%/sg; $text =~ s/\$/\\\$/sg; while($text =~ /COMMENT($ID)/){ $id = $1; $text =~ s/COMMENT$id(...
2024 Mar 01
3
installation: while running make, unable to run pdflatex on 'NEWS.tex'
A kind member of R-core suggested this is due to a misconfiguration on my system, and to post it to the mailing list for troubleshooting. When trying to build R version 4.3.3, in at least two places during the process it gives LaTeX errors of the form: (example 1) you should 'make docs' now ... make[1]: Entering directory '/home/btyner/R-4.3.3/doc' creating
2004 Aug 27
1
selecting unique columns of a matrix/data frame
.... \mathbb > >> Simon> gives "blackboard" fonts - the capitals with two > >> Simon> vertical parallel lines in them that are used for the > >> Simon> Reals, Complex numbers etc. > >> > >>yes (and Dieter confused \mathbb{} with \mathbf{}). > >> > >>R's builtin plotmath utilities can't do this directly. > >>A workaround would be similar to what we used to do in LaTeX 2.09 > >>times (before \mathbb{} was standardly available): > >> > >> { "I", <negative...