similar to: Edate and EOmonth

Displaying 20 results from an estimated 100 matches similar to: "Edate and EOmonth"

2011 Apr 01
4
Rexcel path problem
Hi, I am running a test to call an R script with in excel using VBA. My VBA code is shown bellow. The middle section of this mail also includes the content of my Rscript. The bottom part shows the error message form the R console. It seems that Excel is opening the R console without any problems. The problem I am seeing is that Rinterface.RRun instruction is interpreting the "\T"
2010 Sep 16
1
IP address
Hi, We have some tight controls in our systems and I am having difficulty downloading/upgrading R packages. The IT department will configure our system to let me download packages from two or three R depositories. How do I find out what the IP address of the R depositories are so that I can select a few? The IT department needs to know the IP addresses. Thanks, Jorge Nieves [[alternative
2013 Jul 01
3
Error al correr archivo markdown
Gracias, si uso R estudio, cree un documento nuevo, deje el ejemplo que el Restudio trae y me volvio a aparecer el mismo error, que puedo hacer para solucionarlo? El 1 de julio de 2013 15:21, Marcuzzi, Javier Rubén < javier.ruben.marcuzzi@gmail.com> escribió: > Estimada Gaby Nieves > > Si usted usa Rsutudio puede crear un archivo nuevo, le sugiero crear este, > sin colocar
2013 Jul 01
2
Error al correr archivo markdown
Si, ya habia hecho un archivo markdown y lo habia corrido hace unos cuantos meses El sistema es windows 7 y R version 3.0.1 (2013-05-16) el mensaje es el siguiente: > require(knitr); knit('Quiz1Markdown.Rmd', encoding='ISO8859-1'); Loading required package: knitr Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called
2010 Feb 09
3
subset in a matrix
Hi, I have a matrix of data values like the example bellow. I would like to extract a subset of the matrix for the values where the first column is negative. I am using the subset function. However, I am getting an error message that the conditional variable doe snot exist. For some reason, the subset operation only works if I transform the matrix to a data set using as.data.set(). The help
2004 Mar 08
5
years from as.POSIXlt
Hi, how it's possible to extract the year and the number of days from Julian date. i'm little confused about the last two functions and ?years . EDATE comes from sqlQuery with as.is=T EDATE <- as.POSIXlt(datvears$ENROLLDAY) Many thanks, Christian > EDATE[1:5] [1] "2000-06-30 11:25:01" "2000-06-30 11:39:55" "2000-06-30 12:11:11" [4]
2010 May 12
2
Help with interpolation
Hi, I have a two Colum matrix ( I named it holder) as shown bellow. It seems to be three columns, but the first column contains the row names. I am trying to fill all NAs by linear interpolation the known values in the matrix. I tried using the interpNA function, but I get an error message: > interpNA(holder, method = "linear") Error in approx(idx, x[idx], 1:n, method = method, f
2009 Mar 31
2
TimeWithZone seems in rails 2.3 seems broken...is this the correct behavior?
My environment.rb contains config.time_zone = ''UTC'' If my understanding is correct, rails should assume time values coming from the database are UTC, and since config.time_zone is set to ''UTC'', it should not try to convert the times. Instead, rails is assuming that the db values are Eastern (my local zone) and is incorrectly adding four hours to convert to
2012 Dec 23
1
problem in installing RcppBDT_0.2.1
Dear listers, I am trying to install RcppBDT_0.2.1 on my Windows machine using the function install.packages("./RcppBDT_0.2.1.tar.gz", repos=NULL, type="source"). Since this package is not like most of other packages in that it requires Rcpp and boost, I have installed Rcpp and boost first, and executed the install.packages function. Then, I got the following error message:
2013 Jul 01
2
Error al correr archivo markdown
Hola, tengo un problema al escribir un archivo markdown, luego que lo tengo listo y le doy al knit html para correrlo este me sale un error que dice que no tengo intalado el knitr, pero si lo tengo aun asi lo vuelvo a instalar y nada, y antes con otro archivo si me corria el knit html, pero despues de este ahora ninguno me corre me sigue diciendo que no tengo el knit, ayduda [[alternative HTML
2009 Jan 21
1
Looking for a special date function in R
Hello, everyone I wonder if R has something similar to Excel function EDATE(start_date; months) which returns a serial number of the date that is the indicated number of months before of after the start date. Example (the second column EDATE(first_column; -6)): 01.01.1999 01.07.1998 02.02.1999 02.08.1998 06.03.1999 06.09.1998 I am working with a zoo object where the row names are dates and for
2008 Dec 02
1
match
Hi, I would like to check which rows of 'types.prev' matrix pop up in 'types', following R in-built procedure. I tried 'match' function but it works in case of the one dimensional vectors. Will appreciate any suggestions. best, robert > types edate K [1,] 20060819 12.5 [2,] 20060819 17.5 [3,] 20060819 22.5 [4,] 20070217 12.5 [5,] 20060617 10.0
2012 Jan 31
3
seq.Date bug?
R> seq(as.Date(Sys.Date()), by="-1 months", length=6) [1] "2012-01-31" "2011-12-31" "2011-12-01" "2011-10-31" "2011-10-01" "2011-08-31" R> Notice how October appears twice. Now, date arithmetic is gruesome but the documentation for seq.Date et al does not hint it wouldn't honour the by= argument. So a bug, or
2006 Aug 06
5
Click Table Headings to Sort..
Hi, I''m looking at using my table headings as links that reload the page and sort it by the field which was clicked on. As is common, if the list is already sorted by the field, it reverses the order. I''m now looking at a good DRY way to do this. I have 3 fields: name, date, race. I''m setting a parameter called so (for sort order) to either "up" or
2002 Feb 22
1
Weekdays
Hello, I'm trying to write a function that returns the number of weekdays between a vector of start dates and a vector of end dates. Subtracting the 2 times the number of whole weeks is the easy part and works if the number of days is a multiple of 7. However, the number of weekend days in the tail is a little harder. It depends on both the start date of the tail and the number of days in
2013 Jul 01
0
Error al correr archivo markdown
Estimada Gaby Mi configuración es la siguiente y funciona ¿esta le funciona a usted? From: Gaby nieves Sent: Monday, July 01, 2013 5:13 PM To: Marcuzzi, Javier Rubén Cc: r-help-es en r-project.org Subject: Re: [R-es] Error al correr archivo markdown Gracias, si uso R estudio, cree un documento nuevo, deje el ejemplo que el Restudio trae y me volvio a aparecer el mismo error, que puedo hacer
2013 Jul 01
0
Error al correr archivo markdown
Estimada Gaby Nieves Si usted usa Rsutudio puede crear un archivo nuevo, le sugiero crear este, sin colocar nada, deje lo que escribe en forma automática, y finalmente ejecute desde el botón knit html. El fin es ver si nuevamente aparece el error. Si no hay error puede ser la codificación de texto (enconding...), incluso hay un problema al mover un archivo de un lugar a otro. Javier From:
2019 Jun 04
3
Incluir un rango de varias variables explicativas a un modelo
Hola, gracias por la respuesta, No me funcionó debido a que los nombres de las variables no están seriadas, es decir, los nombres de las variables son del tipo: x23 x25 x30, x301 x320, x80. Entonces me da este error: Error in eval(predvars, data, env) : object 'pot24' not found. Debido a que pot24 no existe, ya que de pot23 se brinca a pot30. En Stata es algo muy simple de hacer, solo
2013 Oct 11
3
Removing a domain controller help needed
On Fri, 2013-10-11 at 16:00 +1300, Andrew Bartlett wrote: > On Fri, 2013-09-13 at 09:10 +0200, christophe wrote: > > Hi, > > > > First guys, I'd like congratulate you. Samba 4 is really a cool product. > > > > I have a little problem though. > > > > The context: > > > > I have Samba4 AD DC working perfectly on a virtual machine >
2013 Jun 02
1
Como hacer el promedio de la suma de varias filas
Hola a todos, queria saber si existe un comando que me permita sumar filas agrupandolas o algo asi y luego sacarle el promedio a eso. Tengo una matriz de datos con varias escuelas, cada escuela tiene distintos salones de clases, algunas 2 otras tres etc, y cada salon de clases tiene un numero de alumnos, lo que quiero es calcular el promedio de alumnos por escuela, y el promedio de salones por