similar to: help me!

Displaying 20 results from an estimated 1000 matches similar to: "help me!"

2019 Oct 24
4
calculo porcentaje de subcategirías para individuos diferentes
Buenas noches, Soy nueva en R y a veces me cuesta pensar los cálculos de manera más práctica, por los que les agradecería la ayuda. Tengo una matriz de datos con una dim = 35745 19, correspondientes a ubicaciones de 39 perros, cada perro tiene poco más o poco menos de 1000 datos. Necesito saber el % de uso de hábitat natural. Es un sencillo cálculo de porcentaje, pero me gustaría hacerlo mas
2018 Feb 06
4
Optimizar código
Hola a todos, Os pongo aquí debajo un pequeño fragmento de código. Resulta que dispongo de una CADENA que tiene dos columnas. Una con palabras y la otra que dice si es bueno o malo. En otra variable tengo una LISTA. Quiero cruzar todas las palabras de la lista con todas las de la cadena y cuando alguna coincida, que me indique en qué fila está y también si la palabra es "buena" o
2018 Jul 07
3
Completar un for, que falla al faltarle algún dato.
Buenas noches; Además del proyecto que comenté antes y con el que sigo discutiendo, también me estoy peleando con otro... con el que también tropiezo. Necesito reordenar los datos presentados en dos columnas a filas y columnas. Los datos ideales serían algo así: Ques <- c(rep("Q1",3),rep("Q2",3),rep("Q3",3)) Info <- rep(c("aca", "ahi",
2018 May 23
2
Pasar palabras de una lista a una variable del dataframe
Muchas gracias Carlos, Me da error al hacerlo. Mi variable donde quiero que localice las palabras de la lista tiene más de una palabra, no se si puede ser por eso. Gracias El Mar, 22 de Mayo de 2018, 20:15, Carlos Ortega escribió: > Hola, > > Aquí tienes un ejemplo (reproducible)... > > #----------------------- >> # Generar nombres de mujer >> library(randNames)
2020 Jul 12
4
pedido de ayuda
Hace días escribí......creo que se perdió mi mensaje, voy de nuevo con mi pedido de ayuda... Buenas, soy novata en R, estoy comenzando con RCmdr y quisiera saber si pudieran ayudarme dándome algunas pistas para bajar los paquetes que se necesitan para activar muchas de las funciones que aparecen en la pestaña de Análisis y empezar a aplicar algunos análisis. Yo sé que tal vez se dediquen sólo a
2015 Apr 17
0
Plurals in English (was Re: ClamAV reports a trojan)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 17/04/15 16:04, Valeri Galtsev wrote: > > On Fri, April 17, 2015 9:51 am, Always Learning wrote: >> >> On Fri, 2015-04-17 at 08:00 -0500, Valeri Galtsev wrote: >> >>> It is amazing how much one can cripple what another person said >>> by scissoring his phrases ;-) >> >> English people
2015 Apr 17
2
Plurals in English (was Re: ClamAV reports a trojan)
On Fri, April 17, 2015 9:51 am, Always Learning wrote: > > On Fri, 2015-04-17 at 08:00 -0500, Valeri Galtsev wrote: > >> It is amazing how much one can cripple what another person said by >> scissoring his phrases ;-) > > English people (excludes USA people) The first thing I learned what US people (before became one myself) take English pronunciation for was... Well, I
2011 May 24
4
Sumarizar medidas repetidas
Hola ¿Alguno tiene un código para sumarizar medidas? my.df <- data.frame( "ID" = c( rep("A", 3 ), rep("B",2),"C", rep("D",3) ), "Obs.1" = rnorm( 9,0,1 ), "Obs.2" = rnorm( 9,0,3 ) ) Algo que quede mas bonito que esto: by( my.df, my.df$ID, mean ) Gracias un saludo! -- Patricia García González [[alternative HTML
2006 Nov 30
1
AGI PHP Issues (AGI script runs but phone hangs up too quickly)
Sorry to re-post this but I'm sure it's something simple that someone has found before. To summarise: Dial plan answers the phone AGI script executes AGI debug in console show phonetics ABC - However no audio at all on the phone and this step is less than 1 second. Dial plan Busy Phone hangs up. Total time less than a second. This is such a simple AGI script do I need
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all, I initiate in R - Linux and I've some problems to find an editor with R interface as like RWinEdt for WinEdt. Anyone know one? Thanks in advance for your kind cooperation. Best regards Atenciosamente Ana Patricia Martins ------------------------------------------- Serviço Métodos Estatísticos Departamento de Metodologia Estatística Telef: 218 426 100 - Ext: 3210
2010 Jul 13
6
permutation-based FDR
Hola a todos, Tengo un pequeño problemilla... Tengo unas 9000 variables que he contrastado con 1 en concreto con el test de wilcoxon. He calculado el p-valor, y queria corregirlo con el permutation-based FDR. He encontrado una funcion con R comp.fdr()que hace esta corrección, pero te pide que le pongas las variables con las observaciones y te hace el test (según he entendido). Yo solo quiero
2019 May 10
2
8000 security risk?
Yes I meant HTTPS over HTTP, which yes, I’m differentiating by those port numbers. Thanks for clarifying! We have been streaming HTTP for a long time, but I am at a university and there is a lot of emphasis on security. I was never really sure what the certificate did for us in this case…but was attempting to comply! Over the years we have had a small handful of IPs trying to maliciously access
2019 Jun 05
2
Logging file size and name
Hi all, I am using Icecast 2.4.4 on Centos 7. This worked fine in the past on an old Windows machine but now I?m having issues getting the logs to change file size and name. I am trying to get my file size to be 2 MB <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <!--
2006 Aug 01
3
boxplot
Hello R-users and developers, Once again, I'm asking for your help. I've used "identify" to identify points in a scatter plot. However, I can't apple in the boxplot..... I need to identify the outlier's id in the boxplot. Can anyone help me? Thanks in advance, Ana Patricia Martins [[alternative HTML version deleted]]
2011 Jun 07
3
Representacion gráfica de 8 categorías
Hola, Estoy buscando una representación gráfica similar a la que da: ternatyplot del paquete vcd : data(Lifeboats) attach(Lifeboats) ternaryplot( Lifeboats[,4:6], pch = ifelse(side=="Port", 1, 19), col = ifelse(side=="Port", "red", "blue"), id = ifelse(men/total > 0.1, as.character(boat), NA), main = "Lifeboats on Titanic" ) Pero
2019 May 10
3
8000 security risk?
Hi all, Are there any serious security risks for leaving port 8000 open to public use on icecast? I had wanted to limit to 8443 but it seems some radio devices cannot support this protocol. Thanks, Patricia Moynihan Director of Digital pmoynihan at fsu.edu<mailto:pmoynihan at fsu.edu> 850-645-6067 850-645-7200 WFSU Public Media 1600 Red Barber Plaza Tallahassee, FL 32310
2007 Jan 30
2
RAID1 building via hardware
Hi all, I?m trying to create a RAID1 on a machine. I?ve already configurated BIOS (mother board, Intel, S500VSA SATA) so as to build RAID1 via hardware. However on CentOS Installer, when I reach "disk setup" screen, it shows up 2 devices (/dev/sda and /dev/sdb). Is this right (both devices being showed)? How should I proceed on this moment? If I create the
2004 Jun 13
0
Spanish, Portuguese, other recordings for Allison
Hello - I am going to have Allison record some "intro" messages in my next round of text to her. I'd like to have a consistent voice during the first messages at a company, even if the user presses buttons that take them to a different voice for the alternate language. In other words, I'd like to have Allison say: Thank you for calling Foo, Incorporated. Para
2013 Nov 14
5
Nested parametrized defines
Dear puppet wizards, http://docs.puppetlabs.com/puppet/3/reference/lang_defined_types.html does not suggest to me that nested parametrized defines would be forbidden, hence I expected the following code to work: add_to_ssh_authorized_keys.pp: -------- define a::ssh_keys::add_to_ssh_authorized_keys($homebasedir="/home", $targetuser="root", $keyowner, $keyownername,
2011 May 02
1
Oferta de empleo en Berlin
Hola, Consultoría en la industria de management a nivel internacional, está buscando un programador de R a tiempo completo. Se requiere ser residente en Alemania. La oferta incluye progrmación básica en R, mantenimiento de un código que está hecho y propuesta de mejoras en el proceso de producción. Si alguien está interesado en tener mas información por favor escribidme. Un saludo -- Patricia