Eugenio -
> I am confused with SMATR's test for common slope. My null hypothesis here is
> that all slopes are parallel (common slopes?), right?
> So if I get a p value < 0.05 means that we can have confidence to reject it?
> That slopes are different?
> Or the other way around? it means that we
> SAS and R run on
>
> Windows(all flavors)
> UNIX(all flavors)
> Apple OSs
According to SAS (http://support.sas.com/kb/33/140.html and
http://support.sas.com/kb/22/960.html), SAS will not run on OS X past 10.4. OS
X 10.5 was released in late 2007, so I don't think it's really fair to say that
A few suggestions:
Don't mix ' and "
Use paste()
Don't include an extraneous ;
SymA<- "SPY"
Sym1<-
paste("http://ichart.finance.yahoo.com/table.csv?s=",SymA,"&ignore=.csv",sep="";)
Symbol<- read.csv(Sym1, stringsAsFactors=F)
On Jan 12, 2010, at 10:03 PM, B S wrote:
>
> Hi-
>
> I would
On Sep 5, 2009, at 5:07 PM, spencerg wrote:
What software exists for digitizing video to quantify the motion
of specific features in the image? I might be willing to use
something that's NOT in R, though I'd prefer something in R (or at
least with an R intereface).
A few options tha
Jamie,
Try it as:
data2 <- read.table(pipe('pbpaste'), header = T)
I have a read.clipboard() function defined in ~/.Rprofile:
read.clipboard <- function(){read.table(pipe('pbpaste'), header = T)}
Also see the "Clipboard" section of ?pipe.
Cheers,
Kevin
>> One oddity about Ubuntu is that there are no CRAN builds for 64bit.
>
> Volunteers would be welcomed with open arms.
>
I don't think I know enough to volunteer (but I am open to suggestion
off list), but I had no difficulty installing R from source on a 64
bit Ubuntu machine (7.10, with, I
6 matches
Mail list logo