search for: noindent

Displaying 20 results from an estimated 23 matches for "noindent".

Did you mean: noident
2006 Aug 20
1
issues with Sweave and inclusion of graphics in a document
...lustrate my plight. suggestions on a workaround (i.e. how to do what i describe in linux/X) welcome. % >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> example-windows.Rnw \documentclass[a4paper]{article} \begin{document} \noindent This is an example of what I can do on Windows. Unhappily, I seem to be able to squeeze marginally more out of \texttt{Sweave} \emph{chez\/} Bill Gates than I can under Linux. Ho, hum. <<echo=false,results=hide>>= # create a simple AR process: make.ar.1<- function(alpha=1,n=300) {...
2003 Jul 21
2
missing permissions in reference manual copyright page (PR#3528)
...oc/manual/refman.top\~ /home/bjg/cvs/r-rsync/r-devel/doc/manual/refman.top *** /home/bjg/cvs/r-rsync/r-devel/doc/manual/refman.top~ Wed Apr 17 15:11:03 2002 --- /home/bjg/cvs/r-rsync/r-devel/doc/manual/refman.top Mon Jul 21 14:56:23 2003 *************** *** 31,36 **** --- 31,54 ---- \vfill \noindent Copyright ({\copyright}) 1999--2002 R Development Core Team. + + \noindent + Permission is granted to make and distribute verbatim copies of this + manual provided the copyright notice and this permission notice are + preserved on all copies. + + \noindent + Permission is granted...
2009 Apr 07
1
typo in R-ints.texi's description of P_ macro
...tive. Bill Dunlap TIBCO Software Inc - Spotfire Division wdunlap tibco.com Index: doc/manual/R-ints.texi =================================================================== --- doc/manual/R-ints.texi (revision 48294) +++ doc/manual/R-ints.texi (working copy) @@ -2149,17 +2149,18 @@ @noindent from @file{src/main/errors.c}. -A macro +The @code{P_} macro @example #ifdef ENABLE_NLS #define P_(StringS, StringP, N) ngettext (StringS, StringP, N) #else -#define P_(String, StringP, N) (N > 1 ? StringP: String) +#define P_(StringS, StringP, N) (N > 1 ? StringP: StringS) #endif @e...
2009 Nov 29
1
optim or nlminb for minimization, which to believe?
...{\Prb}{\operatorname{Prob}} \title{Marginal Maximum Likelihood for IRT Models} \author{Harold C. Doran} \begin{document} \maketitle The likelihood function is written as: \begin{equation} \label{eqn:mml} f(x) = \prod^N_{i=1}\int_{\Theta}\prod^K_{j=1}p(x|\theta,\beta)f(\theta)d\theta \end{equation} \noindent where $N$ indexes the total number of individuals, $K$ indexes the total number of items, $p(x|\theta,\beta)$ is the data likelihood and $f(\theta)$ is a population distribution. For the rasch model, the data likelihood is: \begin{equation} p(x|\theta,\beta) = \prod^N_{i=1}\prod^K_{j=1} \Pr(x_{ij}...
2012 Nov 01
1
How to nicely display R code with the LaTeX package 'listings'?
...e$}}1,% item to replace, text, length of chars alsoletter={.<-},% becomes a letter alsoother={$},% becomes other otherkeywords={!=, ~, $, *, \&, \%/\%, \%*\%, \%\%, <-, <<-, /},% other keywords deletekeywords={c}% remove keywords } \begin{document} \noindent Just some text; see Line \ref{foo}. \begin{lstlisting}[caption={A first example}, label=list:ex] x <- c(1, 3, 2) id <- function(x){ x # just a dummy (*\label{foo}*) } 3 <= 4 3 != 4 !TRUE y <- "foo" (pv <- sum(x*x^x)) y ~ x + a \end{lstlisting} \end{document} ### Vers...
2008 Aug 15
2
Design-consistent variance estimate
...em. SessionInfo and LaTex are below. Many thanks, Harold Below is the minimal LaTeX code for additional transparency. \documentclass[12pt]{article} \usepackage{bm,geometry} \begin{document} First define the ratio estimator of the mean as: \begin{equation} f(Y) = \frac{Y}{N} \end{equation} \noindent where $Y$ is the total of the variable and $N$ is the population size. A first-order taylor series expansion of the ratio estimator $f(Y)$ can be used to derive the design-consistent variance estimator as: \begin{equation} var(f(Y)) = \left[\frac{\partial f(Y)}{Y}\right]^2 var(Y) \end{equation}...
2004 Aug 24
0
additional examples for R-intro.texi (PR#7195)
...ossible. Commands may be grouped together in braces, @code{@{@var{expr_1}; @var{@dots{}}; @var{expr_m}@}}, in which case the value of the group --- R-intro.texi~ Tue Aug 24 11:21:38 2004 +++ R-intro.texi Tue Aug 24 11:21:38 2004 @@ -2021,9 +2021,8 @@ @example > solve(A,b) @end example - @noindent -solves the system, returning @code{x} (up to some accuracy loss). +solves the system @math{A x = b}, returning @code{x} (up to some accuracy loss). Note that in linear algebra, formally @eqn{@strong{x} = @strong{A}^{-1} @strong{b}, @code{x = A^@{-1@} %*% b}} where --- R-intro.texi~ Tue Aug 24 1...
2004 Aug 23
0
corrections for R-intro.texi (PR#7192)
...================================================= --- R-intro.texi~ Mon Aug 23 13:23:44 2004 +++ R-intro.texi Mon Aug 23 13:23:44 2004 @@ -4766,7 +4766,7 @@ achieves the same result as @example -> fm <- lm(y ~ x1+x2, data=sales) +> fm <- lm(y ~ x1 + x2, data=sales) @end example @noindent ====================================================================== [-but-] {+(but+} ====================================================================== [-optional-] {+optional)+} ====================================================================== --- R-intro.texi~ Mon Aug 23 13:23:44 2...
2005 Apr 12
1
one suggestion for R-admin
...gz} and @file{jpegsrc.v6b.tar.gz} or later. and lines 699-707: The file @file{@var{R_HOME}/bin/Rbitmap.dll} is not built automatically: instructions on how to build it are in the file @file{bitmap/INSTALL}. If everything is set up in directory @file{bitmap}, @example make bitmapdll @end example @noindent will work from this directory. Why not just add the instruction in src/gnuwin32/bitmap/INSTALL into these places? It seems like unnecessary work to go find the few lines of instruction in a different file... (Especially in the first part quoted above: It tells what to get the files, but not whe...
2008 Jul 25
2
Package Hmisc, functions summary.formula() and latex(), options pdig, pctdig, eps and prmsd
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080725/bcafe250/attachment.pl>
2017 Jul 03
0
Patch for R-exts.texi
...Florida https://people.clas.ufl.edu/skostyshak/ -------------- next part -------------- Index: doc/manual/R-exts.texi =================================================================== --- doc/manual/R-exts.texi (revision 72880) +++ doc/manual/R-exts.texi (working copy) @@ -1457,7 +1457,7 @@ @noindent then download the sources from - at uref{http://sourceforge.net/@/projects/@/tcllib/@/files/@/BWidget/} and + at uref{https://sourceforge.net/@/projects/@/tcllib/@/files/@/BWidget/} and at the command line run something like @example @@ -1494,7 +1494,7 @@ @noindent and not a version starti...
2024 Jul 04
1
R FAQ 2.6, 7.21
...butions (e.g., @I{Centos}, Scientific Linux, Oracle Linux). -See @url{https://CRAN.R-project.org/bin/linux/suse/README.html} for -information about @abbr{RPM}s for openSUSE. - No other binary distributions are currently publicly available via @CRAN{}. @@ -2624,8 +2621,31 @@ @end example @noindent -without any of this messing about. +without any of this messing about. This becomes especially true if you +are finding yourself creating and trying to programmatically access +groups of related variables such as @code{result1}, @code{result2}, + at code{result3}, and so on: instead of fighting ag...
2010 Jun 18
1
Latex problem in Hmisc (3.8-1) and Mac Os X with R 2.11.1
...;2\tabularnewline symptom1~:~Depressed&4&3&3\tabularnewline ~~~~Hangnail&5&6&1\tabularnewline ~~~~Headache&4&2&1\tabularnewline ~~~~Muscle~Ache&3&5&1\tabularnewline ~~~~Stomach~Ache&2&4&1\tabularnewline \hline \end{tabular} \end{center} \noindent {\scriptsize $a$\ }{$b$\ }{\scriptsize $c$\ } represent the lower quartile $a$, the median $b$, and the upper quartile $c$\ for continuous variables.\\Numbers after percents are frequencies.\\\indent Tests used:\\\textsuperscript{\normalfont 1}Wilcoxon test; \textsuperscript{\normalfont 2}Pearson t...
2013 Oct 21
0
Building Windows package .zip files
...a line by itself Index: R-exts.texi =================================================================== --- R-exts.texi (revision 64082) +++ R-exts.texi (working copy) @@ -2660,12 +2660,12 @@ The recommended method of building binary packages is to use @command{R CMD INSTALL --build pkg} + @noindent -where @file{pkg} is either the name of a source tarball (in the usual - at file{.tar.gz} format) or the location of the directory of the package -source to be built. This operates by first installing the package and -then packing the installed binaries into the appropriate binary package -file fo...
2010 Sep 29
1
nlminb and optim
...is to get parameter estimates for $\beta$. The integral cannot be easily evaluated so I approximate it as: \begin{equation} \label{eqn:marginal2} L(\beta) \approx \prod_{s=1}^N \sum_{q=1}^Q \prod_{i=1}^K\frac{e^{x_{is}(\theta_{q}-\beta_i)}} {x_{is}!e^{e^(\theta_{q}-\beta_i)}} w_q \end{equation} \noindent where $\theta_{q}$ is the node at quadrature point $q = 1, \ldots, Q$ and $w_q$ is the weight at quadrature point $q$. For now, I am assuming $f(\theta)$ is Uniform but this may change and that is not a major issue. Now, I have written a function using both nlminb and optim. I have copied my funct...
2023 Jul 06
1
Errors in "An introduction to R"
Hi, Thanks for the great manual! I noticed a few errors in Version 4.3.1 (2023-06-16), though. Early in the document a "working directory" refers to a file system directory, such as ~/work. It is also discussed whether separate working directories should be used for separate analyses (page 6). However, in sections 6.3.2 - 6.3.4, the term "working directory" seems to refer
2023 Jul 06
1
Errors in "An introduction to R"
Hi, Thanks for the great manual! I noticed a few errors in Version 4.3.1 (2023-06-16), though. Early in the document a "working directory" refers to a file system directory, such as ~/work. It is also discussed whether separate working directories should be used for separate analyses (page 6). However, in sections 6.3.2 - 6.3.4, the term "working directory" seems to refer
2009 Aug 19
2
[Hmisc] latex() with ctable=T inserting unwanted empty line in .tex file when used on summary.formula(method="reverse") object
...[3] "\\ctable[ caption={Descriptive Statistics by b}, label=summary, pos=!tbp, ]{lccc} {\\tnote[]{\\noindent {\\scriptsize $a$\\ }{$b$\\ }{\\scriptsize $c$\\ } represent the lower quartile $a$, the median $b$, and the upper quartile $c$\\ for continuous variables.}} {\\FL\\multicolumn{1}{l}{}&\\multicolumn{1}{c}{bad}&\\multicolumn{1}{c}{good}&\\multicolumn{1}{c}{ugly}\\NN" [4] "&quot...
2023 Jul 10
1
[R] Errors in "An introduction to R"
...nting your suggested changes. ? Thu, 6 Jul 2023 10:12:16 +0300 Jarkko Toivonen <jarkko.toivonen.19 at gmail.com> ?????: > I noticed a few errors in Version 4.3.1 (2023-06-16) --- doc/manual/R-intro.texi (revision 84676) +++ doc/manual/R-intro.texi (working copy) @@ -2594,7 +2594,7 @@ @noindent does not replace the component @code{u} of the data frame, but rather -masks it with another variable @code{u} in the working directory at +masks it with another variable @code{u} in the workspace at @w{position 1} on the search path. To make a permanent change to the data frame itself, the sim...
2004 Sep 26
2
Sweave: superfluous newline (`\\') in tex file
...8.11} &{\scriptsize 9.21~}{ 9.69 }{\scriptsize 11.51} &$ F_{1,20}=17 ,~ P<0.001 $\\ log&{\scriptsize 2.012233~}{2.066863 }{\scriptsize 2.093098} &{\scriptsize 2.220290~}{2.271094 }{\scriptsize 2.443216} &$ F_{1,20}=17 ,~ P<0.001 $\\ \hline \end{tabular} \end{center} \noindent {\scriptsize $a$\ }{$b$\ }{\scriptsize $c$\ } represent the lower quartile $a$, the median $b$, and the upper quartile $c$\ for continuous variables.\\ \\ %% <- ERROR! Test used: Wilcoxon test \end{table} \end{document} --8<------------------------schnapp------------------------->8--...