Skip to content

data -> data matrix that can be used in regressions

3 messages · Ulrich Kaiser, John Kane, Gabor Grothendieck

#
--- Ulrich Kaiser <uka at sam.sdu.dk> wrote:

            
Mymatrix <- cbind(lkiosk,lvisits)

Do a class(Mymatrix) to check this.

You might find a simple tutorial like
http://www.math.ilstu.edu/dhkim/Rstuff/Rtutor.html to
be of help. I certainly have.
#
Do a google search for

   cran contributed documentation

and at the first hit you will find numerous introductions that may be
of use to you.

Also read the last line of every post to r-help.
On 12/21/06, Ulrich Kaiser <uka at sam.sdu.dk> wrote: