Displaying 20 results from an estimated 100 matches similar to: "SALDO EN RESUMEN DE CUENTA CONTABLE"
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
2018 Jan 02
3
Help with first S3-class
Hi,
I am trying to understand S3 classes. I have read several tutorials about
the topics but I am still a bit confused. I guess it is because it is
so different from
Java OOP.
I have pasted my attempt at creating a bank-account class below and
my problems are:
1. What should be added some plot.default() calls the account$plot() method ?
2. What should the account$plot() be implemented to
2018 Jan 02
0
Help with first S3-class
On 02/01/2018 6:38 PM, Martin M?ller Skarbiniks Pedersen wrote:
> Hi,
>
> I am trying to understand S3 classes. I have read several tutorials about
> the topics but I am still a bit confused. I guess it is because it is
> so different from
> Java OOP.
What you do below isn't S3. S3 is a system where the classes are
secondary to the generic functions. Methods
2018 Jan 03
2
Help with first S3-class
On 3 January 2018 at 00:52, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
> On 02/01/2018 6:38 PM, Martin M?ller Skarbiniks Pedersen wrote:
>>
>> Hi,
>>
>> I am trying to understand S3 classes. I have read several tutorials
>> about
>> the topics but I am still a bit confused. I guess it is because it is
>> so different from
>> Java
2018 Jan 03
0
Help with first S3-class
Some mistake:
> I expect this output:
[1] 100
Martin
Saldo is: 100
but I get
[1] 0
Martn
Saldo is: 0
2001 Nov 27
1
Some errors of user.log
Hello,
I have two error messages on user.log as follow :
1.
[2001/11/26 14:41:07, 0] smbd/oplock.c:oplock_break(813)
oplock_break: no break received from client within 30 seconds.
oplock_break failed for file aa1/EMI/SIGVM00 (dev = 302, inode = 194716).
[2001/11/26 14:41:07, 0] smbd/oplock.c:oplock_break(859)
oplock_break: client failure in oplock break in file aa1/EMI/SIGVM00
2.
2006 Jun 30
1
tkbutton command - how to know which button was clicked?
In the below code fragment, print(arg) always prints the
last element of rekeningen$rekening.
Is this because of lazy evaluation? I.e. arg is evaluated at
the time the button is pressed?
And, if so, how can I avoid this?
I tried function() {force(arg); print(arg)} but that didn't work either.
Thanks,
Jeebee.
for(rek in seq(1,nrow(rekeningen))) {
arg <- rekeningen$rekening[rek]
2013 Jun 09
3
Preparación de datos
Hola, ¿como están?
Me encuentro haciendo un trabajo de Explotación de Información para
la facultad y tengo un inconveniente a la hora de preparar los datos para
poder operar con ellos.
Tengo un atributo "Titulo Secundario" que cuenta con 139 valores
diferentes (al final les dejo algunos de estos valores con la cantidad de
ocurrencias de cada uno) y lo que quiero hacer es
2006 Jul 14
1
error with Dates in SQL Server
An application that run without flaw last week has been reported to
crash with an error that says that a conversion from char to datetime
has given a date outside range.
This very application runs OK today in production (fortunately :-),
and the difference in both SQL Servers is just that the one where the
exception has started to appear has Spanish conventions. I can''t give
2011 Aug 10
0
sql query in a more "rails 3 way"
Hi people
I want to know if you know how to write the following sql query in a
more "rails way"
UPDATE buy_order_detail
SET saldo = saldo - detail_purchase.cantidad
FROM purchase_detail
INNER JOIN purchase ON purchase.id =
purchaser_detail.purchase_id
INNER JOIN waybill ON waybill.id =
purchase.waybill_id
INNER JOIN buy_order ON buy_order.id =
2018 Jan 03
1
Help with first S3-class
Function arguments are not pass-by-reference... they are pass-by-value. You need to return the altered object to the caller when you are done messing with it.
Note that R is a data processing language... your example will not scale to real world use cases because you make no use of vectorization to handle multiple accounts. It is better to focus on the functional aspect of computing and let the
2013 Sep 25
0
CAMBIO DE CUENTA DE E-MAIL
Ante todo un saludo afectuoso y mi sincera felicitación por el excelente
trabajo que desarrollan.
El motivo de este mensaje es solicitarles que se me cambie la cuenta de
correo a: jm.garcia.fdz@gmail.com
Agradeciendo su atención aprovecho para saludarles afectuosamente
Jorge García
[[alternative HTML version deleted]]
2013 Sep 25
0
CAMBIO DE CUENTA DE E-MAIL
Ante todo un saludo afectuoso y mi sincera felicitación por el excelente
trabajo que desarrollan.
El motivo de este mensaje es solicitarles que se me cambie la cuenta de
correo a: jm.garcia.fdz@gmail.com
Agradeciendo su atención aprovecho para saludarles afectuosamente
Jorge García
[[alternative HTML version deleted]]
2017 Aug 15
3
Contar palabras sin tener en cuenta observaciones con NA
Buenas a todos,
Necesito crear una variable "Numero.palabras" que sea el número de
palabras de la variable "titulo". Al crearla, cuando en la variable
"titulo" aparece un NA, me cuenta como 1 palabra. Por otro lado, los
puntos o / también los cuenta como palabras. ¿Me podrías ayudar con el
comando que tengo que meter para que me de el resultado correcto?
Muchas
2001 Dec 04
0
Errors at user.log
Hello,
I have one error messages on user.log as follow :
[2001/11/27 12:29:44, 0] lib/util_sock.c:read_socket_data(478)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2001/11/27 15:17:33, 0] lib/util_sock.c:read_socket_data(478)
read_socket_data: recv failure for 4. Error = Connection reset by peer
Here is the information of my system :
- Samba server 2.2.2-6, rpm
2019 May 20
2
Agrupar por suma y cuenta con dplyr
Hola,
Tengo un data set con información de transferencias monetarias por paciente
provincia y modalidad de atención. Necesito hacer en una misma operación
una suma de dinero por provincia y modalidad y a su vez una cuenta de
pacientes por provincia y modalidad.
Esto funciona bien:
transferencias<-becas_modalidades %>%
group_by(PROVINCIA,Modalidad) %>%
summarize(dinero =
2019 Mar 04
2
Calcular una probabilidad asociada a una variable
Buenas tardes erreros.
Tengo una variable que va de -20 a 40 y quiero crear otra, que vaya de
0 a 1, normal, que disminuya con su distancia a 20. El 0 se
alcanzaría, p.e., a una distancia de 15, es decir, para valores
menores de 5 y mayores de 35. Llevo más de una hora intentándolo pero
no doy con la clave.
Muchas gracias por vuestro tiempo,
Manuel
2019 Mar 04
2
Calcular una probabilidad asociada a una variable
Perdón, volviéndolo a leer creo que lo he entendido mejor. En lugar de
calcular la distancia a 20, calculala a tus limites exteriores. poniendo
cero directamente los que sean mayores. Asi, miramos por cada punto que
limite exterior le queda mas cercano (5 o 35). Si es inferior a 5 o
superior a 35 ponemos cero directamente, en cualquier otro caso la
distancia al punto que de los do este más próximo
2019 Mar 04
2
Calcular una probabilidad asociada a una variable
Buenas,
Eso pensé yo en un principio, que quería normalizar, pero fíjate que dice
que el 1 tiene que ser el valor 20, y a partir de allí descender en ambos
lados, si normaliza tendrá la variable centrada en 1, pero aquellos valores
que sean mayores que 20 en la variable original, ahora seguirán siendo
mayores de 1 y no como el pide menores.
Xavi
Missatge de Javier Marcuzzi
2020 Sep 22
3
EXTRAER MES EN LETRAS Y CASTELLANO
Buenas tardes,
Estoy precisando generar una nueva variable que contenga el mes en tres
letras, por ejemplo: ENE , FEB, MAR , ABR y así sucesivamente a partir de
los valores que ahora tengo en el Dataset, que son 1, 2, 3, 4 y así
sucesivamente.
Entiendo que sería con mutate, pero consulto acerca del comando completo..
Gracias,
Jesús
_________________
*Jesús MARTÍN FRADE *
Skype: