Displaying 9 results from an estimated 9 matches for "scors".
Did you mean:
scores
2012 Nov 18
1
about scor {bootstrap} R version 2.15.2
Hello all, could you tell me if there is an example like this one that
appears on the next link:
http://www.inside-r.org/packages/cran/bootstrap/docs/scor
related to the Open/Closed Book Examination Data but in R version 2.15.2 ?
Because I search the data(scor) on the environment R version 2.15.2 and
there is not.
Thanks,
Tania ; )
[[alternative HTML version deleted]]
2012 Jul 05
2
skipped correlation
hello,Everyone!
I am a freshman to use R. Can anybody tell me where has scor function which achieves the skipped correlation?
Thank you very much!
Bset wishes!
Jiaolong Qin
[[alternative HTML version deleted]]
2012 Mar 07
3
sobre googlevis
Buenas.
Esta mañana estoy trasteando un poco con googlevis, sobre todo para ver
si introducimos algunos gráficos chulos en la página web de la empresa (
hacemos estudios sociológicos).
Y estaba viendo esta página
http://neurochem.sisbio.recerca.upc.edu/?p=276 y no encuentro la forma
de reproducir el gráfico de las puntuaciones factoriales . Usando
gvisScatterChart puedo dibujar los puntos
2007 Apr 04
2
selection of character
Hi all,
I have a simple question:
I have a character vector like this
[1] "10_1" "1_1" "11_1" "2_1" "3_1" "4_1" "5_1" "6_1" "7_1" "8_1"
[11] "9_1" "1_3" "2_3" "3_3" "4_3" "1_4" "2_4" "3_4"
2012 Nov 17
1
how to create dispersion graphic
Hello, somebody can explain how to create dispersion graphic, because i
need to put this dispersion graphics inside a matrix.
The data is the next one:
2 test (mechanics and vector)
open book.
3 test (algebra, analysis y statistics)
closed book.
Also could you explain which is the use of
scor(bootstrap)
And how can be used for create a matrix of graphics?
Thanks,
Tania
[[alternative
2012 Sep 12
11
RHEL Kickstart and Puppet certificates
Hello everybody,
we´re using Red Hat Kickstarts for some systems. On every new kickstart
we´ve to delete the client certificate first on the master.
Ist there a best practise to renew the certificate or delete it remotely on
the master?
kind regards,
Ano
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on
2012 Nov 19
1
how to get bootstrap estimates
Hello all, could you explain me, how to get bootstrap estimates if i have
the next data:
>scor
mec vec alg ana sta
1 77 82 67 67 81
2 63 78 80 70 81
3 75 73 71 66 81
4 55 72 63 70 68
5 63 63 65 70 63
6 53 61 72 64 73
7 51 67 65 65 68
8 59 70 68 62 56
9 62 60 58 62 70
10 64 72 60 62 45
11 52 64 60 63 54
12 55 67 59 62 44
13
2013 Jan 29
7
Seriously, am I the only one having trouble with the RHEL puppetlabs repos?
This is the third time I''ve sent a message about this. Does anybody know
what''s going on? I''m going to file a bug if this isn''t fixed soon.
RHEL6:
http://yum.puppetlabs.com/el/6/products/x86_64/repodata/primary.sqlite.bz2:
[Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.sqlite.bz2 from
2013 Apr 12
5
how to change the date into an interval of date?
...? ? ? ? ? ? ? ? ?3
>1 ? ? ? ? ? ? ? ? ? 01-04-2010 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?3 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2
>
>I want to have one table like this:
>
>id ? ? ? ? ? ? responsed_at ? ? ? ? ? ? ?number of month ? ? ? ? ? ? ? number of connection ? ? ? ? ? ? ? scors
>1 ? ? ? ? ? ? ? 12-01-2010 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0 ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? 2
>1 ? ? ? ? ? ? ? ?15-02-2010 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1 ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2 ? ? ? ? ? ? ? ?...