Displaying 3 results from an estimated 3 matches for "ghan".
Did you mean:
chan
2007 Apr 20
4
importing sas datasets
...ith some functions as read.ssd (foreign package),
but it doesn't import the file if the length of the
variables' names are longer than 8 bite (it has to conform
to the 6 version).
2)I then tried with the sas.get function (Hmisc package) but
with the command:
c<- sas.get(lib="c:\\ghan", mem="mkds0001", var=(" "),
format.library="d:\\R\\R-2.4.1",
sasprog="C:\\Programmi\\SAS\\SAS 9.1\\sas.exe")
R can't launch the sas.exe because there is a space in the
directory SAS 9.1.
Is it possible that R can't import sas datasets with
v...
2007 Apr 27
0
Fwd: RE: importing sas datasets
...th.ethz.ch Subject: Re: [R] importing sas
> > datasets
> > Hi John and Daniel,
> >
> > Thanks for your suggestions, I updated line 127 of the
> > sas.get function but after submitting the following
> > command:
> >
> > c<- sas.get(lib="c:\\ghan", mem="mkds0001", var=(" "),
> > format.library="d:\\R\\R-2.4.1",
> > sasprog='"C:\\Programmi\\SAS\\SAS 9.1\\sas.exe"') (also
> > trying with sasprog="C:\\Programmi\\SAS\\SAS
> > 9.1\\sas.exe")
> > the l...
2010 Jul 23
1
model.tables call fails with "Error in inherits(object, "formula")"
Hello,
I noticed that model.tables fails when applied to an aov() fit if called
inside a function. The problem seems to occur when as.formula is used
inside a function on a string containing
"<formula> + Error( x / y )"
The reason I tried to use as.formula is to generate dynamic calls to aov().
Here is a minimal example illustrating the problem:
## Example
test <-