Displaying 3 results from an estimated 3 matches for "danielho".
Did you mean:
danielhb
2008 Nov 20
2
R on Ubuntu Server
Dear List,
Has anyone worked with R on Ubuntu Server edition. Also would it be possible
to connect to this ever using remote desktop .
In addition has anyone worked with using R from a Amazon EC2 cloud like
structure. Any early previews of Azure SDk's and R .
Could you guide me to a place where I can read about this ?
This is research project for low cost analytical solutions for developing
2008 Nov 11
2
is.matrix
a=c(1,1,2);
is.matrix(a) gives FALSE
is.matrix(t(a)) gives TRUE
is.matrix(t(t(a))) gives TRUE
Is this correct? Shouldn't all give FALSE?
I think is.matrix should give FALSE when dimension is 1*n or n*1.
2008 Nov 11
2
is.matrix
a=c(1,1,2);
is.matrix(a) gives FALSE
is.matrix(t(a)) gives TRUE
is.matrix(t(t(a))) gives TRUE
Is this correct? Shouldn't all give FALSE?
I think is.matrix should give FALSE when dimension is 1*n or n*1.