mfa and statis

From: Miguel Ribeiro (as1524933@sapo.pt)
Date: Mon Oct 17 2005 - 18:01:28 MEST

  • Next message: Stéphane Dray: "Re: mfa and statis"

    Dear list,

    i'm trying do perform an MFA and STATIS analysis...my data are 23 matrix
    with 18 rows and 19 columns with quantitative values.

    before using this methods i've done the following commands:

    > data(A1980,A1981,A1982,A1983,A1984,A1985,A1986,A1987,A1988,A1989,A1990,A1991,A1992,A1993,A1994,A1995,A1996,A1997,A1998,A1999,A2000,A2001,A2002)
    > #data#
    >
    > d<-c(A1980,A1981,A1982,A1983,A1984,A1985,A1986,A1987,A1988,A1989,A1990,A1991,A1992,A1993,A1994,A1995,A1996,A1997,A1998,A1999,A2000,A2001,A2002)
    >
    > dados<-as.data.frame(d)
    >
    > distritos<-c("AVEIRO","BEJA","BRAGA","BRAGANCA","CASTELOBRANCO","COIMBRA","EVORA","FARO","GUARDA","LEIRIA","LISBOA","PORTALEGRE","PORTO","SANTAREM","SETUBAL","VIANADOCASTELO","VILAREAL","VISEU")
    >
    > bloco<-structure(c(19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19),.Names=c("A1980","A1981","A1982","A1983","A1984","A1985","A1986","A1987","A1988","A1989","A1990","A1991","A1992","A1993","A1994","A1995","A1996","A1997","A1998","A1999","A2000","A2001","A2002"))
    >
    > rownames(dados)<-distritos
    >
    > Mortalidade<-list(dados=dados,blocos=bloco,ind=distritos)
    >
    > K<-ktab.data.frame(Mortalidade$dados,Mortalidade$bloco)

    then MFA(K) and STATIS(K).

    I'm I doing this right!?!? the graphics and values that i get are not
    correct...what's wrong?!!?

    Thanks
    Miguel Ribeiro
    Portugal



    This archive was generated by hypermail 2b30 : Mon Oct 17 2005 - 18:04:01 MEST