Displaying 20 results from an estimated 1000 matches similar to: "Paquete rela"
2013 Aug 22
0
Paquete rela
Hola, Justo,
el paquete rela es específico para análisis de items. Para análisis factorial un paquete recomendable es psych
http://cran.r-project.org/web/packages/psych/index.html
En concreto fa.
En el pdf tienes todos los detalles para esta función, así como alternativas -análisis factorial es un mundo.
En la task view Psychometrics tienes un porrón de librerías relacionadas.
Saludos!
Pedro
El
2013 Nov 04
2
Problema de búsqueda de combinaciones
Perdon, con las prisas puse 5, pero el ejemplo seria para k =10 y todas las variables tomarian valor de 0 a 10
Enviado de Samsung Mobile
"Carlos J. Gil Bellosta " <cgb@datanalytics.com> escribió:
El día 4 de noviembre de 2013 18:58, <morales@us.es> escribió:
>
>
> Hola, necesito un procedimiento que permita generar todas las
> combinaciones posibles de una
2013 Nov 04
0
Problema de búsqueda de combinaciones
...utilizando la función interaction().
Aquí, un pequeño ejemplo con 3 variables (n=3) y k=5
k=5;n=3
z0=0:k;z=z0
for(i in 1:(n-1)) z=interaction(z,z0,sep=" ")
l=levels(z)
res=strsplit(l," ")
do.call(rbind,res)
Un saludo. Olivier
--
____________________________________
Olivier G. Nuñez
Email:onunez@iberstat.es
Tel : +34 663 03 69 09
Web: http.//www.iberstat.es
2013 Nov 05
2
Problema de búsqueda de combinaciones
Hola, muchas gracias por los comentarios y sugerencias. Mi problema
no tiene muchas dimensiones, pero como apuntaba Carlos, el ordenador
casi peta.
Al final conseguí todas las combinaciones con
expand.grid(k,i,j,l,m)
Luego las he filtrado en base al criterio de
búsqueda.
El 04/11/2013 21:30, Olivier Nuñez escribió:
>
...utilizando la función interaction().
> Aquí, un pequeño
2013 Nov 04
0
[LLVMdev] [ARM] Mixing rel/rela relocations
On 11/4/2013 1:40 PM, Jack Carter wrote:
> On 11/04/2013 11:15 AM, Eric Christopher wrote:
>>
>>
>>
>> On Mon, Nov 4, 2013 at 11:05 AM, Shankar Easwaran
>> <shankare at codeaurora.org <mailto:shankare at codeaurora.org>> wrote:
>>
>> Hi,
>>
>> I was looking at the ARM ABI
>>
2013 Nov 04
0
[LLVMdev] [ARM] Mixing rel/rela relocations
On Mon, Nov 4, 2013 at 11:05 AM, Shankar Easwaran
<shankare at codeaurora.org>wrote:
> Hi,
>
> I was looking at the ARM ABI docs(http://infocenter.arm.
> com/help/topic/com.arm.doc.ihi0044e/IHI0044E_aaelf.pdf) and they mention.
>
> "A binary file may use REL or RELA relocations or a mixture of the two
> (but multiple relocations for the same
> address must use
2013 Nov 04
0
[LLVMdev] [ARM] Mixing rel/rela relocations
Hi Shankar,
> Does LLVM emit rel/rela relocations with ARM ?
I believe we emit .rel for (32-bit) ARM. Hard-coded in ARMELFObjectWriter.cpp (“HasRelocationAddend”). It seems to be what most toolchains have settled on. AArch64 is .rela always in LLVM, in case it matters.
> Any tests ?
Well there are tests of what we do, but obviously not of the full scope of functionality permitted by the
2014 Jan 19
2
[LLVMdev] [lld] Relocation sections format: .rela / .rel
Hi,
Now lld writes relocations to the ".rela" sections only. Mips requires
to use the "rel" format. So we need to be able to select format and
names of relocation section, names of symbols like __rela_iplt_* /
__rel_iplt_*, dynamic table tag DT_RELA / DT_REL.
My current idea:
- Add two virtual functions
DefaultLayout::createDynamicRelocationTable() and
2014 Jan 19
0
[LLVMdev] [lld] Relocation sections format: .rela / .rel
I think the linking context should decide whether to use rel (or) rela. This is also needed if --emit-relocations option is chosen (or) -r option is used.
Thoughts ?
Sent from my iPhone
> On Jan 19, 2014, at 15:01, Simon Atanasyan <simon at atanasyan.com> wrote:
>
> Hi,
>
> Now lld writes relocations to the ".rela" sections only. Mips requires
> to use the
2013 Nov 04
4
[LLVMdev] [ARM] Mixing rel/rela relocations
Hi,
I was looking at the ARM ABI
docs(http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044e/IHI0044E_aaelf.pdf)
and they mention.
"A binary file may use REL or RELA relocations or a mixture of the two
(but multiple relocations for the same
address must use only one type)."
Does LLVM emit rel/rela relocations with ARM ?
Any tests ?
Thanks
Shankar Easwaran
--
Qualcomm
2013 Nov 04
3
[LLVMdev] [ARM] Mixing rel/rela relocations
On 11/04/2013 11:15 AM, Eric Christopher wrote:
>
>
>
> On Mon, Nov 4, 2013 at 11:05 AM, Shankar Easwaran
> <shankare at codeaurora.org <mailto:shankare at codeaurora.org>> wrote:
>
> Hi,
>
> I was looking at the ARM ABI
> docs(http://infocenter.arm.__com/help/topic/com.arm.doc.__ihi0044e/IHI0044E_aaelf.pdf
>
2014 Jan 14
0
Duda Regresión Multiple
Buenos días,
*Muchas gracias, todas las aportaciones han sido bien útiles.* Las he
tenido en cuenta y he pasado los datos con el R, siguiendo el siguiente
comando:
*modeloRTUN2<-lm(AVE.~ Tariff + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9+
d10 + d11+ d12+ d13+ d14+ d15+ d16+ d17+ d18+ d19+ d20 +d21 + Tariff*d1 +
Tariff*d2 + Tariff*d10)*
*summary(modeloRTUN2)*
Siendo:
AVE. = Variable
2016 Feb 12
2
[PATCH] Re: Samba 4.1.17 classic update w/LDAP - parsing error
To be clear, I mean the patch from Andrew Barlett, 24.09.2015 09:57.
It is tested, it works and thus should get upstream, shouldn't it?
Dňa 02.11.2015 o 14:14 Rowland Penny napísal(a):
> On 02/11/15 12:32, Mgr. Peter Tuharsky wrote:
>> I think the tool should act consistently. I.e., it can cope with
>> automatically provisioned groups - when they exist in imported domain
2007 Aug 06
0
KMO sampling adequacy and SPSS -- partial solution
Hello,
This is in response to a post from a couple of years back regarding
Kaiser-Meyer-Olkin Measures of Sampling Adequacy.
(http://tolstoy.newcastle.edu.au/R/help/05/12/17233.html)
As it turns out, last year Trujillo-Ortiz et al. at the Universidad
Autonoma de Baja California wrote and posted a script for MATLAB that
does the job. You can see it (with a discussion of KMO statistics) at
2009 Mar 26
1
Problemas con psych y Rgraphviz
Hola a tod@s, ayer mismo gracias a CarlosJ. Gil Bellosta me he enterado de
la existencia de la lista R en España. Excelente idea!!
Aprovecho este mensaje para comentaros un problema en la utilización del
paquete psych y Rgraphviz que nunca había utilizado antes. Despues de
cambiar a la versión R.2.8.2 y haberla reinstalado varias veces con vista.
Cuando ejecuto
test.psych()
aparece un mensaje
2013 Jan 23
0
Mixed effects para factores y no para covariables. Guia y dudas
Hola buenas tras meses investigando como hacer anovas para factores con
efectos fijos y efectos aleatorios, he encontrado una serie de funciones
que satisfacen mis pretensiones y creo correctas en cierta medida. Me
gustaría compartirlas con vosotros con doble intención, la primera es
compartirla para que si otro se encuentra en esta situación que tenga el
trabajo hecho y la segunda es que sean
2005 Dec 07
1
KMO sampling adequacy and SPSS -- partial solution
Dear colleagues,
I've been searching for information on the Kaiser-Meyer-Olkin (KMO)
Measure of Sampling Adequacy (MSA). This statistic is generated in
SPSS and is often used to determine if a dataset is "appropriate" for
factor analysis -- it's true utility seems quite low, but it seems to
come up in stats classes a lot. It did in mine, and a glance through
the R-help
2009 Sep 30
1
How to calculate KMO?
Hi All,
How do i calculate KMO for a dataset?
*Dataset:---------------------*
m1 m2 m3 m4 m5 m6 m7 m8
1 2 20 20 2 1 4 14 12
2 9 16 3 5 2 5 5 15
3 18 18 18 13 17 9 2 4
4 7 7 2 12 2 11 11 11
5 7 8 5 19 5 2 20 18
6 7 4 7 4 7 9 3 3
7 5 5 5 12 5 13 13 12
8 6 6 4 3 5 17 17 16
9 12 12 4 2 4 4 14 14
10 5 14
2003 Nov 20
2
Cannot do international dial with E1 in Spain
Hi,
I have a problem with dialling internationals numbers, and I don't now what
is the cause.
I have one asterisk with a e100p card connected to the Telco
(spain/telefonica) and it can dial local and national numbers without
problems but when I try to dial a international number it hangs-up. I call
the Telco to ask if the E1 can do international calls and it said that it
can.
I have tried
2020 Aug 24
2
(sin asunto)
Buenas tardes, tengo una variable bimodal (*var)*, de presencias y
ausencias (1s y 0s) y otra variable, *prob*, con las probabilidades que le
asigna un modelo (entre 0 y 1).
Con: *ggplot(Preds, aes(x=prob, fill= var )) + geom_density(alpha=.3)*
obtengo la distribución de las presencias y de las ausencias, por separado,
en función del valor de probabilidad asignado. Las dos curvas se cruzan
en un