Displaying 17 results from an estimated 17 matches for "fullrefman".
2009 Jan 19
2
Mac OS X / preview.app / fullrefman.pdf
this may be slightly off-topic, as it doesn't pertain directly to the
R application, but some of the documentation.
when reading R's fullrefman.pdf (available from
http://cran.r-project.org/doc/manuals/fullrefman.pdf) in Mac OS X's
preview.app (version 4.1, on Mac OS 10.5.x), if i try to do a keyword
search within the document, the indexing step freezes about 2/3 the
way through the progress bar. this completely locks up preview.app,...
2015 Oct 09
2
Building manuals are failing now that MikTex 2.9 has removed texi2dvi.exe
...inal shell script texi2dvi (GNU Texinfo)." I
found this out the hard way as I just (unknowingly) updated MikTex
this evening, and then, while building R-devel_2015-10-08 on Windows7
64bit using the Rtools 3.3 toolchain (4.9.3 branch), had it crash
during `make manuals` with:
Output written on fullrefman.pdf (3468 pages, 9511515 bytes).
Transcript written on fullrefman.log.
creating doc/manual/version.texi
texi2dvi --pdf --texinfo="@set UseExternalXrefs " R-FAQ.texi
texi2dvi: not found
make[1]: *** [R-FAQ.pdf] Error 127
make: *** [manuals] Error 2
Outside of trying to dig up an old (and...
2005 Dec 06
3
Coefficient of association for 2x2 contingency tables
Hi,
Found no measure of association or correlation for 2x2 contingency tables in
fullrefman.pdf or google. Can someone point to a package that implements such
calculations?
Thanx.
--
Alexandre Santos Aguiar
- consultoria para pesquisa em sa??de -
R Botucatu, 591 cj 81
tel 11-9320-2046
fax 11-5549-8760
www.spsconsultoria.com
2005 Oct 18
4
Efficient ways of finding functions and Breslow-Day test for homogeneity of the odds ratio
Dear all,
I have been trying to find a function to calculate the Breslow-Day test for
homogeneity of the odds ratio in R. I know the test can be preformed in SAS
but i was wondering if anyone could help me to perform this in r.
In addition i have the fullrefman file to search for functions in the basic
R packages, does anyone have any suggestions of an efficient way of
searching for functions in the other add-on packages on the website?
Thanks in advance
Malcolm
2015 Oct 09
0
Building manuals are failing now that MikTex 2.9 has removed texi2dvi.exe
...pdated MikTex
> this evening, and then, while building R-devel_2015-10-08 on Windows7
> 64bit using the Rtools 3.3 toolchain (4.9.3 branch), had it crash
Note what the posting guide says about not abusing the word 'crash'.
> during `make manuals` with:
>
> Output written on fullrefman.pdf (3468 pages, 9511515 bytes).
> Transcript written on fullrefman.log.
> creating doc/manual/version.texi
> texi2dvi --pdf --texinfo="@set UseExternalXrefs " R-FAQ.texi
> texi2dvi: not found
> make[1]: *** [R-FAQ.pdf] Error 127
> make: *** [manuals] Error 2
>
> O...
2004 Oct 01
0
(PR#7254)Documentation: Reference Index (.pdf) -- setOld Class
Dear Prof. Ripley,
thks for your response and no, I have not looked at 2.0.0 beta version;
blame on me, but I could not spare time by now for doing so; instead I
looked at:
http://cran.r-project.org/doc/manuals/fullrefman.pdf
as well as on my local one in: 'rw1091/doc/manual/refman.pdf'.
Hopefully this clarified things; thks for taking your time and patience.
Best,
Bernhard
>
>
> Have you looked at the 2.0.0 beta version?
>
> It is hard for us to know what you are looking at, but I
&g...
2012 Jul 25
2
Query
Dear Sir,
I am a professor in one Engineering College. For some research work I want
to use the R Software for data analysis like corelation analysis,
Regression analysis, Hierarical Bayes techniques and get the tabular as
well as graphical output. Please send me a soft copy of the user manual
guide on my mail.
With Regards,
Prof S N Rajan
[[alternative HTML version deleted]]
2020 Mar 06
0
findInterval Documentation Suggestion
...x may differ
> ???? by 1, depending on the optional arguments ?rightmost.closed? and
> ???? ?all.inside?.
Note that the * -> LaTex -> PDF rendered version looks a bit
nicer.
See lower part of page 206 of (the 33nn pages of)
https://cran.r-project.org/doc/manuals/r-release/fullrefman.pdf
I wrote the function and that help page originally. Of
course, I'm interested to hear how to improve the documentation.
However, the help pages make up the "Reference Manual", and so
-- as you mention initially -- should be precise and (mostly)
comprehensive.
For that reason,...
2005 Apr 12
2
R as programming language: references?
Hi All,
I am looking for references on R as a programming language (apart form
the standard R-lang.pdf and the other manuals), reference that would
cover _in_depth_ things like loops, code optimisation, debugging tools
etc... and is as up-to-date as possible.
Can anyone suggest any book or other reference apart from the "green
book" and the V&R "S-programming"?
Cheers,
2004 Nov 19
5
help! a urgent question
Dear Sir/Madam,
I am doing a project related to R.
However, it is always difficult find some R functions.
The R user guide seems not complete.
Is there any free document about all R functions ?
Who knows ? please help me.
My email is myzhaogong@yahoo.com
Thank you very much
---------------------------------
[[alternative HTML version deleted]]
2020 Mar 05
3
findInterval Documentation Suggestion
I've found over time that R documentation that comes off as terse at
first blush is usually revealed to be precise, concise, and complete
on close reading.? I'm sure this is also true of `?findInterval`, but
for whatever reason my brain simply refuses to extract meaning from it.
Part of the problem may be that we interact with the function via a
compressed form of the bounds of the
2007 May 01
2
Concepts question: environment, frame, search path
Folks:
I'd appreciate if someone could straighten me out on a few concepts which
are described a bit ambiguously in the docs.
1. data.frame:
----------------
Refan p84: 'A data frame is a list of variables of the same length with
unique row names, given class "data.frame".'
I probably don't need to point out how opaque that is!
Anyhow, key question: Some places in
2013 Mar 01
0
R 2.15.3 is released
...ailed for "table" objects containing just one entry.
(PR#15118)
o embedFonts() needed to quote some filepaths. (PR#15149)
o parallel::mccollect() handled NULL returns incorrectly (removing
the element rather than setting it to NULL).
o The full reference index (fullrefman.pdf) was missing packages
compiler and parallel.
o The report for optim(method = "L-BFGS-B", control = list(trace =
1)) reported the last completed and not the current iteration,
unlike other methods and trace levels. (PR#15103)
o qt(1e-12, 1.2) no longer give...
2013 Mar 01
0
R 2.15.3 is released
...ailed for "table" objects containing just one entry.
(PR#15118)
o embedFonts() needed to quote some filepaths. (PR#15149)
o parallel::mccollect() handled NULL returns incorrectly (removing
the element rather than setting it to NULL).
o The full reference index (fullrefman.pdf) was missing packages
compiler and parallel.
o The report for optim(method = "L-BFGS-B", control = list(trace =
1)) reported the last completed and not the current iteration,
unlike other methods and trace levels. (PR#15103)
o qt(1e-12, 1.2) no longer give...
2009 Apr 17
0
R 2.9.0 is released
...blank.lines.skip = FALSE) gave a final empty row on
files with less than 5 lines (PR#13433).
o Workaround for a bug in some versions of iconv that was seen
with output lines of more than 10,000 bytes and with
re-encoding requested on an output connection.
o The fullrefman.{dvi,pdf} duplicated part I in part II (at
least on some systems).
o cbind() could crash with a zero-length input and a list result.
o pdf(colormodel = "gray") was setting the stroke colour for fills.
o file.show() with multiple files would only show multiple...
2009 Apr 17
0
R 2.9.0 is released
...blank.lines.skip = FALSE) gave a final empty row on
files with less than 5 lines (PR#13433).
o Workaround for a bug in some versions of iconv that was seen
with output lines of more than 10,000 bytes and with
re-encoding requested on an output connection.
o The fullrefman.{dvi,pdf} duplicated part I in part II (at
least on some systems).
o cbind() could crash with a zero-length input and a list result.
o pdf(colormodel = "gray") was setting the stroke colour for fills.
o file.show() with multiple files would only show multiple...
2007 May 03
0
unscrible pls
...A Language and Environment for Statistical
> Computing Reference Index". This is in section I "The base package",
> subsection "data.frame", which was on page 84 of refman.pdf (which I
> downloaded yesterday, but now don't know where from) or on page 86 of
> fullrefman.pdf (downloaded today -- ie: current release).
>
> (And point understood on the suggestions about reporting doc issues --
> though tracking them down to line numbers in the SVN is a bit optimistic,
> not to mention a moving target :-)
>
> -----------
>
> Anyhow, thanks again...