Displaying 9 results from an estimated 9 matches for "scor".
Did you mean:
score
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
...em.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 pero no sé cómo poner un color
para cada especie.
Lo que he hecho es
library(googleVis)
data(iris)
mod <- prcomp(iris[, 1:4])
scores <- as.data.frame(mod$x)
chart2<- gvisScatterChart(scores)
plot(chart2)
Pero no sé como hacer para que tome un color distinto según la Especia.
Podrían unir ggplot2 y googlevis ;)
Saludos
2007 Apr 04
2
selection of character
...quot;3_8"
[41] "10_9" "1_9" "2_9" "3_9" "4_9" "5_9" "6_9" "7_9" "8_9" "9_9"
[43] "1_10" "2_10"
and I'd like to have a vector with only the value after the under scor,
like this:
[1] "1" "1" "1" "1" "1" "1" "1" "1" "1" "1"
[11] "1" "3" "3" "3" "3" "4" "4" "4" "4&q...
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 HTML version deleted]]
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...
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?
Hi,
I am not sure I understand your question correctly.
dat1<- read.table(text="
id??????????? responsed_at???????????????? number_of_connection????????????????? scores
1????????????????? 12-01-2010?????????????????????????????????? 1????????????????????????????????????????????? 2
1????????????????? 15-02-2010?????????????????????????????????? 2????????????????????????????????????????????? 3
1?????????????????? 01-04-2010????????????????????????????????? 3??????...