Displaying 20 results from an estimated 1000 matches similar to: "randomize"
2005 Jul 12
5
High resolution plots
Is there any possibility to get high resolution plots in a windows xp
system?
I tried it with the device function png(filename =
"c:/r/highresplot%d.png",pointsize=12, res=900)
but when I try to set: width = 480, height = 480 or pointsize = 12,
the text is not scaled in the same way as the plots.
with regards
Knut Krueger
http://www.biostatistic.de
2007 Oct 23
1
GLX and Xen
Hello,
I know this is maybe not the right mailinglist but hopefully anyone can
help me anyway.
I need OpenGL for VTK. The problem is, that I am not able to install the
NVIDIA driver for the xen kernel. Is there any other possibility to get
OpenGL or does anyone know how to get VTK running on a xen kenerl
machine? Maybe there is a patch for the driver I did not find yet?
Regards,
Markus
--
2011 Jul 20
3
Grouping columns
*Hi @ all,
I have a question concerning the possibilty of grouping the columns of a
matrix.
R groups the columns alphabetically.
What can I do to group the columns in my specifications?
The script is the following:*
> #R-Skript: Anzahl xyz
>
> #Quelldatei einlesen
> b<-read.csv2("Z:/int/xyz.csv", header=TRUE)
>
> #Teilmengen f?r die Einzeljahre generieren
>
2010 Jan 20
2
[LLVMdev] updated code size comparison
Hi Torok-
> Could you also add a main() for each of these files, and do
> a very simple test that the optimized functions actually work?
Unfortunately, testing isolated C functions is much harder than just
passing them random data!
Consider this function:
int foo (int x, int y) { return x+y; }
The behavior of foo() is undefined when x+y overflows. If course it is
trivial to come
2024 Dec 17
1
Colores diseño matriz
Estimados
Estoy pensando en buscar la forma para explicar algo, dentro de la forma que se me ocurrió está el utilizar colores.
No importa en sí el análisis, pero supongamos que es una regresión, algo de modelos mixtos, etc.
Dentro de los datos supongamos que hay peso, lugar e individuo.
Dentro de lugar supongo que hay 3 lugares, Argentina, España e Italia.
Hay 15 individuos con su peso
2010 Feb 10
6
IP Phone recommendation
Hi all,
I have to install 25 IP Phone in some building. I want just basic IP Phones
like:
Cisco-Linksys SPA922 u$s 146
Grandstream GXP-2000 u$s 105
Snom 300 u$s 119
The most valuables parameters for me are (in importance order from high to
low):
- Stability (device don't hang in any way)
- Voice quality using G729
- Provisioning
So what device do
2017 Aug 14
2
Promedio elementos vector
Buenas noches estimados colegas:
Adjunto la matriz,de la que quiero obtener, los promedios de cada elemento
de los vectores que la componen. Me explico, el primer vector, tiene como
primer elemento 23 y la suma de todos los elementos es 134; por lo tanto
el promedio será 0.1716, el segundo elemento de dicho vector es 20,
entonces el promedio sería 0.1492, del tercero el promedio es 0.1343 y así
2024 Dec 20
1
Colores diseño matriz
Hola,
Tienes varios ejemplos de cómo hacer esto en esta galería de gráficos,
tanto de R como de Python.
https://r-graph-gallery.com/heatmap.html
Gracias,
Carlos Ortega
www.qualityexcellence.es
El mar, 17 dic 2024 a las 14:38, Javier Marcuzzi (<
javier.ruben.marcuzzi en gmail.com>) escribió:
> Estimados
>
> Estoy pensando en buscar la forma para explicar algo, dentro de la forma
2010 Jan 20
0
[LLVMdev] updated code size comparison
On 01/20/2010 10:10 PM, John Regehr wrote:
> Hi Torok-
>
>> Could you also add a main() for each of these files, and do
>> a very simple test that the optimized functions actually work?
>
> Unfortunately, testing isolated C functions is much harder than just
> passing them random data!
>
> Consider this function:
>
> int foo (int x, int y) { return x+y; }
2012 Jul 28
1
gráfico lines integral
Buenas noches:
Les consulto por lo siguiente, tengo este gráfico
Estos son el resultado de modelos mixtos, los datos son almacenados en un data.frame, resumiendo el código, quitando el x <- data.frame() como el plot()
El primero es fitted:
goatMilk$dim, fitted(fitWilm_goat)
plot la línea de arriba
El segundo es predict:
goatMilk$dim, predict(fitWilm_goat)
El tercero es plot + lines
2003 Sep 25
1
Samba 3 / Solaris 8 / Kerberos
Hi,
I have a problem to compile Samba 3 with ADS support on Solaris.
Unfortunatly, Solaris 8 doesn't come with integrated kerberos support,
so that configure doesn't find any support for kerberos. For Solaris 8
there is a package called SEAM 1.0.1 with provides kerberos
functionality for Solaris, but the needed header file, i.e krb5.h, are
not included and according to my
2016 Oct 25
2
Colores en names.arg de un barplot()
Hola.
Tengo un gráfico que tiene muchos names.arg (demasiados...), de modo tal
que le vendría bien al lector usar colores intercalados, tal que el primero
sea azul, el segundo negro, el tercero azul, cuarto negro, y así. Es decir,
definir un vector "similar" a este:
rep(c("black", "blue"), length(barras[,1]/2)
que permita pintar uno y uno en este gráfico:
2003 Sep 09
1
configure / compile problems samba-3.0.0rc3 on Solaris 8
Hello,
I'm running a Sun Fire V880 with Solaris 8 and iplanet directory server
4.16sp1. I'm using gcc 3.2.2.
When I run the configure, there are several warnings ans when I try to
compile samba-3.0.0rc3 I get an error.
Now here the warnings from configure --with-acl-support:
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but
2007 Nov 12
2
how to randomize a vector
I have a vector whose length is nearly 70 thousand.
I need randomize it for 1000 times .
for randomizing , I mean ,the elements of the vector remain intact while
their order in the vector get changed randomly.
I have written a function which seems to be able to solve short vectors ,
but waste a lot of time when dealing with the the long vector mentioned
above.
--
View this message in context:
2008 Feb 13
1
Modelling disease spread
I was at a lecture the other day and I saw a presentation of very neat
(short) animation modeling epidemic disease spread over a map region. When I
ask what software they used they mentioned SAS. Do you know if there are
equivalent resources in R to model the spread of disease with animation
output? My search in R-help and google didn't lead to any document (though I
found a couple of
2004 Aug 16
2
randomize Dial() target
Hi,
is it possible to randomize extension which would be choosed by Dial()?
I would like to forward phone calls to one of sales rep in randomized
way (not to harm anyone;) ).
tia
mazek
--
http://www.marcinmazurek.com/ ::: nic-hdl: MM3380-RIPE
GnuPG 6687 E661 98B0 AEE6 DA8B 7F48 AEE4 776F 5688 DC89
2016 Oct 25
2
Colores en names.arg de un barplot()
Gracias, Javier. Está muy bueno el post, pero en efecto refiere a legend y
no a los names.arg
Adjunto un archivo para poder correr el gráfico. Creo que eso ayuda a
precisar el problema. Las etiquetas que aparecen al costado izquierdo de
las barras son las que quiere pintar de negro y azul.
También va a necesitar este objeto para que la sintaxis corra sin errores:
library(RColorBrewer) #Para
2016 Mar 02
2
nueva distribución de R y problema solucionado
Hola, ¿qué tal?
Sobre
El 2 de marzo de 2016, 11:06, <miguel.angel.rodriguez.muinos en sergas.es>
escribió:
>
> Que Microsoft tenga su propia versión de R y (si es el caso) su propia
> versión de los paquetes... con lo dados que han sido en el pasado a
> "tirar por su cuenta".. no sé yo...
>
> Opiniones?
creo que, en primer lugar, deberíamos felicitarnos con
2016 Oct 27
3
Encontrar la primera columna no NA
Imaginemos que tenemos una matriz con datos temporales por sujetos.
Pongamos que numero de veces que ha jugado una carta en un juego online. Y
que quiero saber cuantas veces jugo la carta el primer mes que estuvo en el
juego.
Pero claro mi matriz guarda los datos temporalmente de tal manera que:
# data.table( Enero = c( 1, 4, NA , NA , NA) , Febrero = c( 2, 6, 1, NA, NA
) , Marzo = c( 8,6,7,3,
2018 Jul 02
3
subset con los casos presentes en otra df
Buenas, una vez más. Utilizo:
data <- subset(data,data$Key %in% data2$Key)
para quedarme con los casos de data que están también en data2, de
acuerdo a la variable Key.
¿Cómo sería si quiero que sean los que coinciden en Key1 y Key2? Pense
hacer un collapse con Key1 y key2, tanto en data como data2, y usarlo
como uso key en el ejemplo de arriba, pero debe haber una forma más