See below.
On Fri, Jun 18, 2010 at 7:11 PM, li li wrote:
> Dear all,
> I am trying to calculate certain critical values from bivariate normal
> distribution (please see the
> function below).
>
> m <- 10
> rho <- 0.1
> k <- 2
> alpha <- 0.05
> ## calculate critical constants
> cc_z <- numeric(m
Perhaps the 'page' function?
Patrick Burns
[EMAIL PROTECTED]
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of S Poetry and "A Guide for the Unwilling S User")
Oliver Herbst wrote:
>HI,
>
>
>
>can anybody help me how to observe or read the output of an r command
>pagewise? (E.g. to make a
NO
Dear Oliver,
I'm not sure why you'd want to do this rather than just scrolling the
console after the output is completed (assuming, of course, that you
can scroll your console), but here's a function (not extensively
tested) that might do what you want:
more <- function(command, lines=20){
3 matches
Mail list logo