Displaying 2 results from an estimated 2 matches for "paolillo".
Did you mean:
paolella
2004 Apr 08
1
Macintosh -- changing working directory (PR#6749)
On Thu, 8 Apr 2004 paolillo@indiana.edu wrote:
> Full_Name: John C. Paolillo
> Version: 1.8.1 Aqua
> OS: Mac OS X 10.3
> Submission from: (NULL) (12.223.226.232)
>
>
> Changing working directory (Tools menu) in R-Aqua causes a fatal error that
> forces the computer to restart immediately after setting...
2009 Sep 17
2
R functions with array arguments
Dear R users,
I'm trying to implement a self-defined function with multiple
arguments, one of which is an array, but I find that the result is a
single value instead of an array.
This is the example I'm working on:
# define integration limit vector
> Mabslim <- c(-17.95, -16.65, -17.27, -17.62, -16.76, -17.07, -17.02)
# Define function
> schech<-function(x,alpha,xstar)