similar to: Inserción de condicionales en pequeño código

Displaying 13 results from an estimated 13 matches similar to: "Inserción de condicionales en pequeño código"

2014 Apr 10
3
Unión de subconjuntos procedentes de bucles
Buenas tardes a todos los participantes del foro. Me dirijo a vosotros porque estoy atascado con una duda de programación respecto al data frame: > dd # Data frame de 5 variables, leído de un archivo txt id sexo nacim origen final 1 1 0 02/09/1955 01/04/1985 01/02/2014 2 2 1 29/10/1951 15/08/1996 01/05/2009 3 3 0 30/10/1942 02/08/2000 01/02/2014 4 4 1
2012 Oct 31
1
Problem Installing Packages
I run R as administrator but when i try to install packages i get this message: > install.packages() Warning in install.packages : apertura non riuscita: stato HTTP '403 Forbidden' Warning in install.packages : apertura non riuscita: stato HTTP '403 Forbidden' Warning in install.packages : unable to access index for repository
2020 Sep 13
3
CALCULAR SALDO DE CUENTA CORRIENTE
Pido ayuda para calcular el SALDO *DATAFRAME:* ASIENTO FECHA CUENTA CONCEPTO ARS_DEB ARS_HAB SALDO 1 1 2020-01-01 40100006 Asiento de Apertura 0 199517. -199517. 2 231 2020-01-13 40100006 15/01 CH53677071 GALICIA 14054. 0 14054. 3 231 2020-01-13 40100006 20/01 CH22406030 CREDICOO 9458. 0 23511. 4 231 2020-01-13
2013 Sep 27
1
gráficos de cotizaciones
Comparto totalmente la sugerencia de Carlos Ortega. Si aún así quieres gráficos de velas o gráficos OHLC el mejor paquete que puedes usar es uno de temas financieros: http://www.quantmod.com/ Ten en cuenta que en los mercados bursátiles tiene algún sentido usar ese tipo de gráfico ya que en la apertura y mayormente en el cierre diario se concentran operaciones. Me imagino que esto no es así con
2018 Nov 01
0
AD GlobalNames zone
Hi, MS AD feature the GlobalNames DNS zone. Is there the same feature in Samba AD (with bind9 DLZ)? ifeher Ez az e-mail és bármely melléklete kizárólag a címzettnek szól. A címzett személyes adatait a küldő fél a www.e77.hu oldalon ITT elérhető adatkezelési tájékoztatóban foglaltak szerint kezeli. Az ott leírtak szerint ön jogosult tiltakozni személyes adatainak kezelése ellen. A jelen
2009 Jan 28
0
How-to-rotate-plot-title
I wonder whether it is possible to rotate the title of the barplot on the top right corner of the attached layout. It would be more readable if the whole string were rotated by 180 degrees (mirrored). Thank you very much. Maura ======================================================================== ==== Benvenuto in Alice Giga Mail! mauede@alice.it tramite il servizio Giga Mail ha messo a tua
2010 May 25
0
Follow-up: how can I read a non-standard XLS file
I am uploading 2 XLS-similar files to server www.alice.it. I expect many people in this mailing list won't understand the instructions for grabbing the files because of the different language (sorry I do not have control on that. Telecom has). But it's really very simple. The message you receive will contain a wet site address which should even appear highlighted (on my computer it
2009 Jan 02
2
segfault while running an R script
> MS <- floor (log2 (MinFileLen)) #NUMBER OF DECOMPOSITION LEVELS *** caught segfault *** address 0x31343142, cause 'memory not mapped' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Any idea ? Thank you in advance. Maura tutti i telefonini TIM! [[alternative HTML version
2013 Sep 27
3
gráficos de cotizaciones
Buenos días: Me gustaría representar gráficamente datos horarios de temperaturas máximas, medias y mínimas. Hasta ahora he utilizado los gráficos de cotizaciones de Excel, ¿podría hacer algo similar con R?. En ggplot2 he visto los gráficos ribbon pero creo que no son lo que necesito ya que necesitan una especie de intervalo de confianza y yo lo que tengo son datos puntuales con su máxima y su
2010 Aug 13
0
[PATCH 1 of 4] libxl_device_generic_add: handle NULL fents or bents
libxl_device_generic_add: handle NULL fents or bents. This is going to be used by libxl_console_add in the next patch to avoid creating the device/console path on xenstore for console 0. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> diff -r 85bd0f6e8fed tools/libxl/libxl_device.c --- a/tools/libxl/libxl_device.c Fri Aug 13 13:55:51 2010 +0100 +++
2004 May 06
0
Winbindd/network freeze samba
Packet send failed to 62.101.92.90(137) ERRNO=Network is unreachable [2004/05/03 10:27:45, 0] nmbd/nmbd_packets.c:reply_netbios_packet(975) Hi list, once again looking for some good advice. I apologize for the long email and for the mistakes I could have done. I'm running Samba 3.0.2-6.3E on White box linux 3.0 kernel 2.4.21-4.EL (clone of Red Hat EL 3.0), the environment is a Win 2k ADS
2009 Nov 18
6
[PATCH 1/3] libxenlight: Clean up logging arrangements
* Introduce new variants of the logging functions which include errno values (converted using strerror) in the messages passed to the application''s logging callback. * Use the new errno-including logging functions everywhere where appropriate. In general, xc_... functions return errno values or 0; xs_... functions return 0 or -1 (or some such) setting errno. * When
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
Changes since v1: - Fix a double-free bug introduced by v1, pointed out by Stefano where internal pointer was being passed back to caller from libxl_create_stubdom() 8<---------------------------------------------------------------------- Currently scratch variables allocated by libxl have the same lifetime as the context. While this is suitable for one off invocations of xl. It is not