Displaying 6 results from an estimated 6 matches for "assun".
Did you mean:
astsun
2004 Jul 01
1
Factors.
...to perform multiple correspondence analysis.
However to use it all variables must be factors, so how can i turn each column
of the matrix into a factor? I've tried as.factor. It works isolated for each
column, but when I form the matrix of all factors it doesnt work.
Please help me!
Thanks.
Assun????o
__________________________________________________________
Continua a preferir gastar mais? Adira ?? liga????o Portugalmail.
http://acesso.portugalmail.pt/compare
2013 May 29
0
Lista dos aprovados em concurso Matriz de Camaragibe
...CAS OLIVEIRA RAMOS, VANDIER DE SOUSA SILVA FILHO. Carmo da Cachoeira.
Remanso e ANNE KAROLYNE PEREIRA DA SILVA, LUCAS FERREIRA DANTAS, GERLAN LOPES DA COSTA, RAFAELA SOARES DOS ANJOS, JO?O CARLOS MOREIRA DE CARVALHO, DENIS BARROS SILVA, MARIA MICAELE ALVES DE MELO, JOEL FERREIRA MADUREIRA. TAYANE ASSUN??O NEVES, CAMILLA KEILHANY DE SOUSA CAETANO, MAIARA MUSY ARAUJO, IALE NAIANE MARIANO DOS PASSOS, ROAN CADMUS RODRIGUES DAMASCENO. Nova Veneza.
2004 Sep 11
1
help in building a function
...mc))^2)/n
r4<-sum((u^2)*ml)-((sum(u*ml))^2)/n
r<-(r2-r3)/sqrt(r4*r5)
r
m=(n-1)*r^2
}
}
The correlation is r.I have a result, but there is a warning regarding r5
about sintax.
Plus, it doesn??t perform the loops and I don't know how to save the results in
a vector.
thanks for any help
Assun????o
__________________________________________________________
2004 May 26
1
multi read.table function and read.table function not accepting col.names
I am using R-1.8.0 on Debian.
I'm trying to read in a large table (1441*16) which currently has no
header line. I have set up a list of column names which is 16 names long.
when i try the following:
myfiledate.01<-read.table("filenamedate.01",row.names=NULL,col.names="names",na.strings="-999.00")
I am returned with an error saying there are more columsh
2004 Apr 18
2
lm with data=(means,sds,ns)
Hi Folks,
I am dealing with data which have been presented as
at each x_i, mean m_i of the y-values at x_i,
sd s_i of the y-values at x_i
number n_i of the y-values at x_i
and I want to linearly regress y on x.
There does not seem to be an option to 'lm' which can
deal with such data directly, though the regression
problem could be algebraically
2011 Aug 18
10
Circular RPM dependencies...
Hi.
I encountered a following problem, if I state for example:
package{"aspell-en": ensure => absent, }
package{"aspell": ensure => absent, }
I get error in logs because of dependencies. It seems that puppet uses
''yum'' for installation on CentOS and ''rpm -e'' for removal of packages,
so it cannot handle this kind of dependencies: