Displaying 4 results from an estimated 4 matches for "begginners".
Did you mean:
beginners
2005 Sep 30
3
.C help
Hi,
I am hoping some one can help me. I am learning to use C and would like to learn how to call c code in R. I have look at
Writing R Extensions
and I tried to copy the example on page 38
void convolve(double *a, int *na, double *b, int *nb, double *ab)
{
int i, j, nab = *na + *nb - 1;
for(i = 0; i < nab; i++)
ab[i] = 0.0;
for(i = 0; i < *na; i++)
for(j = 0; j <
2006 Dec 28
2
Needed tutorial
As i m very begginner to AJAX and script.aculo.us , Kindly provide me
very basic level tutorials regarding them with examples aslo
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to
2007 Feb 25
3
If you had just one book on R to buy...
Hi,
I am starting a new job as a study analyst for a social science
research unit. I would really like to use R as my main tool for data
manipulation and analysis. So I'd like to ask you, if you had just one
book on R to buy (or to keep), which one would it be ? I already
bought the Handbook of Statistical Analysis Using R, but I'd like to
have something more complete, both on the
2003 Apr 23
3
telnet and samba
I have posted this question twice without any response.
We are running samba on an OpenUnix 8 machine, then we are mapping the
samba share on a Windows 2000 machine. If we run our process from the
Windows command line..(copying files to the share) everything runs
great. The problem is if someone telnets to the Windows 2000 machine
and
runs the same process they get "The specific network