Displaying 20 results from an estimated 6000 matches similar to: "sort() function for dates"
2011 Dec 13
4
sum with dates
How do I sum 15 years to my dataset?
original dataset
dates val
1 2001-01-12 1.2
2 2001-02-12 1.2
3 2001-03-12 1.2
result
dates val
1 2016-01-12 1.2
2 2016-02-12 1.2
3 2016-03-12 1.2
2006 Feb 01
2
sort columns
Hi.
I have a simple (I think) question
My dataset have these variables:
names(data)
[1] "v1" "v2" "v3" "v4" "v5" "v6" "v7" "v8" "v9" "v10"
"v11" "v12" "v13" "v14" "v15" "v16" "v17"
2020 Oct 28
2
Reference to cite stats package
Hi,
I?m using the R package stats for some analysis, I would like to know if
there is any special reference paper to cite this package or just the R
paper itself.
Thank you very much for your answer,
Iriel Joerin
[[alternative HTML version deleted]]
2011 Feb 27
2
finding model order components for arima()
Greetings,
I am trying to model a time series using arima(). For getting the
model order components(p, d, q and P,D,Q) I am using procedure
discussed in [1] in section 3.2 . It is most likely hit and trial
method based on lower AIC value.
I want to know what is the correct way to find model order components
or the method described in [1] is the appropriate one.
thanks in advance.
--
[1]Automatic
2009 Jan 26
0
AdMit version 1-01.01
Dear all,
The new version of AdMit (version 1.01-01) is now available from CRAN.
SUMMARY
The package provides functions to perform the fitting of an adaptive
mixture of Student-t distributions to a target density through its
kernel function. The mixture approximation can then be used as the importance
density in importance sampling or as the candidate density in the
Metropolis-Hastings
2009 Jan 26
0
AdMit version 1-01.01
Dear all,
The new version of AdMit (version 1.01-01) is now available from CRAN.
SUMMARY
The package provides functions to perform the fitting of an adaptive
mixture of Student-t distributions to a target density through its
kernel function. The mixture approximation can then be used as the importance
density in importance sampling or as the candidate density in the
Metropolis-Hastings
2011 Apr 16
0
Resumen de R-help-es, Vol 26, Envío 25
hola!
podrian ayudarme con esto:
Genere 1000 muestras aleatorias de tamao n=10 de una poblacin
normal con media
=2,5 y desviacin 0,16. Con cada una de las muestras construya un
intervalo de
confianza al 95% para la media y para la varianza. Cuente que
porcentaje de los 1000
intervalos atrapan la verdadera media y la verdadera varianza poblacional
respectivamente. Comente los resultados
2013 Mar 14
3
date & time manipulation- R 2.15.1 windows 7
Hi,
I wanted to learn how to solve a date and time manipulation where i can
do the following two
1. difference of two dates eg (differnce between 5th jan 2013 and 1st
jan 2013)
2.Suppose i have week number of the year, i want to know if i can find
out the day it refers to eg( say week 2 of 2013 would be 6th jan 2013 and
the day is sunday)
i need my result to tell me that its
2011 Nov 20
1
Inserting blank records in a barplot
Hi everyone,
I currently do some statistics about my heart rate variability. I've a CSV
file which looks like this:
Date Time ts_mean_RR ts_sdnn_RR ts_mean_HR ts_sdnn_HR ts_rmssd
1 20110905 07:21:50.0 1139.8298 40.3053 52.7393 2.2824 45.7958
2 20110906 07:11:37.0 1182.7333 49.1861 50.8665 2.4983 60.2329
3 20110907 07:21:31.0 1136.6028 49.4682 52.9566
2013 Dec 18
1
rgamma
Estimado Jorge
Perdóneme que lo moleste de nuevo, hay otra condición además de que
sum(y)=1 y es que
y[1] tiene que dar 0
en el ejemplo
y<- c (0.0000000000, 0.6321985783, 0.2325728597, 0.0855587737, 0.0314753138,
0.0115791209, 0.0042597205, 0.0015670636, 0.0005764905,
0.0002120790)
y[1]=0
sum(y)=1
esto se utiliza en el paquete EpiEstim donde se
2013 Jul 25
0
Error al utilizar twitteR
A ver si os sirve.
Desde que cambiaron la api a la v 1.1 la identificación a través de la api
es obligatoria para poder acceder a información.
El proceso que yo sigo es el siguiente:
#Se definen los datos de la app registrada en twitter dev
tw <- OAuthFactory$new(consumerKey="aquí consumerkey",
consumerSecret="aqui consumer secret",
2010 Mar 30
1
Resumen de R-help-es, Vol 13, Envío 31
Hola a todos,
Sigo la discusin sobre la web de usuarios R y me pregunto porque nadie ha
mencionado "Ning".
A m me parece una herramienta perfecta para crear las redes sociales, y
estoy seguro que satisfacera mayora, si no todos los requisitos propuestos
(foros, blogs, fotos, videos, miembros ...)
Para crear uno : http://www.ning.com/main/createyourown
Aqu podis ver un ejemplo:
2012 Dec 13
4
Consulta cálculo de horas en x años
Hola a todos/as:
Tengo una curiosidad: ¿existe una función en R que devuelva el nº de horas a partir del nº de años?. Se trataría de computar cada año con 6 horas extra sobre las 365, para así "prorratear" las 24 horas del año bisiesto.
El cálculo es sencillo de hacer, lógicamente, pero me pregunto si hay algo hecho al respecto...
Gracias.
Eva
[[alternative HTML version deleted]]
2013 Oct 08
0
Ejecucion de script cada cierto tiempo
Hola Jorge,
En Windows hay un equivalente al "cron":
http://stackoverflow.com/questions/132971/what-is-the-windows-version-of-cron
Pero para que sea plataforma-independiente, o bien incluyes en "R" con la
solución que has planteado. O bien, haces que un Windows sea como un
Linux/Unix con Cygwin que también tiene cron/crontab (esto para mí es matar
moscas a cañonazos), pero es
2013 Sep 15
1
b
LO HICE DE ESTA MANERA Y FUNCIONÓ
a_HTA <- (estudiantes1[,c(1)])
IMC <- (estudiantes1[,c(2)])
estudiantes4 <- data.frame( IMC, a_HTA = factor(c(rep("si", 29),
rep("no",30))))
wt <- wilcox_test(IMC ~ a_HTA, data = estudiantes4,
distribution = "exact", conf.int = TRUE)
print(wt)
De: Jorge I Velez
2012 Jan 01
4
matrix position to list of coordinates
How can I extract a list of the positions in the matrix?
> A=matrix(1:8, nrow=2,ncol=4)
> A
[,1] [,2] [,3] [,4]
[1,] 1 3 5 7
[2,] 2 4 6 8
Something like this
pos.A
1 1
1 2
1 3
1 4
2 1
2 2
2 3
2 4
2013 Oct 10
1
Ejecucion de script cada cierto tiempo
Muchas gracias, Carlos por tu respuesta. En este caso una solucion solo en
R pareceria la manera de resolver el problema y hacia alla apuntare. El
algoritmo que necesito ejecutar es mas complejo que el que describi en mi
mensaje inicial, asi que aun hay mucho camino por recorrer.
Saludos,
Jorge.-
2013/10/9 Carlos Ortega <cof@qualityexcellence.es>
> Hola Jorge,
>
> En Windows
2015 Apr 07
2
Informes periódicos con R
Hola Jorge
Perdona que sea tan pesado, pero no encuentro el fichero docx. Tampoco me
manejo muy bien con RStudio.
He insertado lo que me has dicho; pero solo tengo en la pantalla la opción
“Knit HTML” y siempre me genera un HTML.
He instalado “pander” pero no obtengo el docx
Gracias
Jesús
De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com]
Enviado el: martes, 07 de abril de 2015
2015 Jul 05
2
Problema con loop
Hola Jorge.
Usando sapply mejoró un poco pero no demasiado en realidad.
Una vez lo estuve relojeando a mclapply (y otras funciones de ese paquete),
pero no probé mas allá de algunos ejemplos. Voy a terminar este trabajo y
lo pruebo, ya te contaré cuanto mejoró.
Un abrazo y gracias nuevamente!
El 5 de julio de 2015, 11:27, Jorge I Velez <jorgeivanvelez en gmail.com>
escribió:
> De
2014 Mar 12
2
Lectura de texto
Hola Jorge,
Algo pasa con el fichero...
He abierto el link de Dropbox, y he salvado el texto como "txt.txt" en
local.
Pruebo a abrirlo en R y...:
> scan(file="txt.txt")Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
scan() expected 'a real', got 'ÿþM'> getwd()[1] "C:/Users/xIs12136/Downloads"
Pruebo a abrirlo