Displaying 3 results from an estimated 3 matches for "muteaud".
2004 Jun 08
3
SJAVA error
Hi
I'm trying to use SJava and I have troubles.
I try to run examples from "Calling R from Java"
but,I have an error that
"fatal error: enable to open the base package"
I heard SJAVA bug,
so,could you send me your compiled SJava package with the modified
REmbed.c because
in Windows i'm not able to recompile!!!
--example
package org.omegahat.R.Java;
public
2004 Jul 19
2
problem with read.table
Hello R-users,
I apologize for my question but I'm a newbie. I want to read a file which
columns separator is "\t". At the end of each row there is a "\n" to go to
the following line. The three first lines are remarks lines and the fourth
contains columns titles ( variables names, ids, dates, calculated values,
observed values...) . I do:
read.table("myFile",
2004 May 17
1
Problem with package SJava
Hello all,
I'm trying to run SJava package (0.65 modified downloaded from :
http://stats.math.uni-augsburg.de/iPlots/alpha/) on windows NT 2000 and R
1.8.01. I have also downloaded the PDF Calling R from Java and when I want
to execute the following code:
import org.omegahat.R.Java.*;
import java.io.*;
public class Essai{
public static void main (String [] args) {
REvaluator e = new