Displaying 5 results from an estimated 5 matches for "_raw_".
Did you mean:
raw_
2002 Jul 01
1
Fitting a batch of histograms
Hello.
I've several histograms accumulated all together in one time.
Can I fit them simultaneously, too, using the same set of parameters for
all histograms?
--
Thank you very much,
Timur.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2020 Apr 24
0
R 4.0.0 is released
...so e.g.,
class(diag(1)) is c("matrix", "array"). This invalidates code
incorrectly assuming that class(matrix_obj)) has length one.
S3 methods for class "array" are now dispatched for matrix
objects.
* There is a new syntax for specifying _raw_ character constants
similar to the one used in C++: r"(...)" with ... any character
sequence not containing the sequence )". This makes it easier to
write strings that contain backslashes or both single and double
quotes. For more details see ?Quotes.
*...
2020 Apr 24
0
R 4.0.0 is released
...so e.g.,
class(diag(1)) is c("matrix", "array"). This invalidates code
incorrectly assuming that class(matrix_obj)) has length one.
S3 methods for class "array" are now dispatched for matrix
objects.
* There is a new syntax for specifying _raw_ character constants
similar to the one used in C++: r"(...)" with ... any character
sequence not containing the sequence )". This makes it easier to
write strings that contain backslashes or both single and double
quotes. For more details see ?Quotes.
*...
2020 Apr 24
0
R 4.0.0 is released
...so e.g.,
class(diag(1)) is c("matrix", "array"). This invalidates code
incorrectly assuming that class(matrix_obj)) has length one.
S3 methods for class "array" are now dispatched for matrix
objects.
* There is a new syntax for specifying _raw_ character constants
similar to the one used in C++: r"(...)" with ... any character
sequence not containing the sequence )". This makes it easier to
write strings that contain backslashes or both single and double
quotes. For more details see ?Quotes.
*...
2010 Aug 24
0
mlm for within subject design
...23 Aug 2010 16:46:57 -0500
Subject: Re: [R] R reports
I'm mindful of the volunteer nature of R-core, but I'm also sympathetic to
Donald.
I use Sweave to create documents, though I tend to view Sweave as a
typesetter, not a report writer. What do I see as the difference? Sweave
typesets _raw_ R output. A report writer makes it easier to quickly grasp
the key points. For example, floating-point output is a poor choice for
reports to management and I have been experimenting with something I call
"lucid" printing. Here are two examples that show how standard floating
point can...