Displaying 20 results from an estimated 2000 matches similar to: "Export successively displayed graphics"
2007 Aug 30
2
possible bug in vars package (predict.varest) ???
hello,
I have been trying to use the predict function in the vars package to
forecast from a seasonal VAR model. The following code sample illustrates
what I am trying to do and the error that I get when trying to do it.
I run the following code, that results in the following error:
data(Canada)
endoC <- Canada[1:72,1:3]
exoC <- Canada[1:72,4]
var.2c <- VAR(endoC, p = 2,
2013 Mar 14
1
Error message in vars package
Hi
I'm getting an error message with the roots() function in the vars package.
Even the example in the help file comes up with an error:
> data(Canada)
> var.2c <- VAR(Canada, p = 2, type = "const")
> roots(var.2c)
Error in UseMethod("roots") :
no applicable method for 'roots' applied to an object of class "varest"
The error is odd, for
2007 Oct 02
1
How to view the code of a method?
Dear All
I am a biginner of R.
I have difficulty with reading the code of a method.
I am using the vars package to estimate a VAR model and I want to view the code of "predict" method for objects with class attribute "varest".
I thougt I could just type the name "predict" without anything to display the code of the method as I often do with generic function.
2006 Oct 10
1
.arch.uni in function call in arch test of vars package
I have been reviewing the arch test of vars package that is based on
Engle's paper. R-metrics has this as a wants/todo item. I need an arch
test and thought I might accomplish two things at once or at least try.
The arch test requires a varest object and I am trying to write one that
will use R-metrics arima, arch, Garch objects, or at least a vector.
Also the arch function has the
2018 Nov 25
1
libflac doesn't find more than one metadata block
Hello, I'm currently doing a little music player using libflac and libao. What
I've currently done works as it should, but I have a problem where only one
metadata block is detected, even if there are more (it doesn't have the last
attribute set to true).
This is using flac 1.3.2 on Gentoo amd64.
The main code file is attached, it mainly follows the examples given with the
libflac
2007 Nov 09
1
User connexions stats
Dear samba users/developpers,
I would like to make stats on user desktop login/logout and I ask myself
if it's possible to do this on the samba PDC. But it doesn't seems to be
so easy.
Maybe parsing logs or using smbstatus?
Is there anyone who did something like this and who can share he's
knowledge ;)
Or maybe it's ... impossible to get accurate datas about this, I don't
2008 Jul 07
3
[LLVMdev] Trying to compile llvm-gcc to mips
Hi, well, I downloaded the head revision of llvm and llvm-gcc. As you said
it hangs at:
Formal argument #0 has unhandled type f32
/home/julio/trunk/llvm-gcc/gcc/libgcc2.c:1765: internal compiler error:
Abortado
Please submit a full bug report,
with preprocessed source if appropriate.
Actually, I don't need fp, there is any way to disable?
By the way, I'm working with a MIPS coprocessor
2008 Jul 07
0
[LLVMdev] Trying to compile llvm-gcc to mips
And one last thing, the problem seems to be related to libcpp. Using only C
frontend will work?
2008/7/7 Julio <julio.martin.hidalgo at gmail.com>:
> Hi, well, I downloaded the head revision of llvm and llvm-gcc. As you said
> it hangs at:
>
> Formal argument #0 has unhandled type f32
> /home/julio/trunk/llvm-gcc/gcc/libgcc2.c:1765: internal compiler error:
> Abortado
2019 Jul 02
2
RFC: Complex in LLVM
On Tue, 2 Jul 2019 at 19:11, Finkel, Hal J. <hfinkel at anl.gov> wrote:
> One option is to make the complex type a special kind of vector, or a
> special kind of aggregate (I have a slight preference for the latter).
> That gives us an existing set of accessors.
I agree non-vector. If nothing else a vector of complexes seems like a
sensible concept which would be harder if a
2015 Dec 09
2
SVM hadoop
Buenos días,
alguien sabe si hay alguna manera de implementar una máquina de soporte
vectorial (svm) con R-hadoop??
Mi interés es hacer procesamiento big data con svm. Se que en R, existen
los paquetes {RtextTools} y {e1071} que permiten hacer svm. Pero no estoy
segura de que el algoritmo sea paralelizable, es decir, que pueda correr en
paralelo a través de la plataforma R-hadoop.
Muchas
2012 Sep 01
1
Vectorial analogue of all.equal()?
Greetings All.
Once again, I am probably missing something fairly accessible,
but since I can't find it I'd welcome advice!
I have a dataframe derived from a text file of data in tabular
format. For one of the variables, say X, I want to select the
subsets which in which X equals a particular value.
Such values are given in the text file like: 2.3978953, and each
such value will occurr
2002 Jun 07
1
Rank of a matrix?
Hello everyone,
this is a very simple question but I could not find the answer. :-(
Is there any function in R for calculating the rank of a matrix?
(In the sense of the dimension of the vectorial space that spans)
Thank you in advance!
Manuel
---
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2008 May 24
1
Spatial Overlay - SQL - Geoprocessing
Can we by any change perform in R something similar geoprocessing or, more
advanced, Spatial SQL over vectorial data?
Paulo
[[alternative HTML version deleted]]
2011 Aug 15
1
Font size R
Hi everyone.
I'm using this following code:
pdf(file="Fig5.pdf", width = 4.86, height = 6.29, pointsize = 10, family
='Times')
par(mfcol = c(3,2), mai = c(0.4,0.8,0,0), omi = c(0.7, 0, 0.7, 0.1));
hist( rnorm(100) )
dev.off()
When I open this in any vectorial software (like Illustrator), it says that
my font size is 7 instead of 10 that I specified.
I have tried
2016 Jul 25
2
Duda sobre construccion de vectores
Hola buenas tardes comunidad, seguro que hay algo fácil, pero se me escapa y es que estoy hoy algo torpe seguramente, a ver me gustaría hacer lo siguiente:
Dada una matriz M (que puede ser muy grande), me gustaria crear un vector, sin usar bucles (ya que cuando es muy grande, todo puede ser muy lento) del siguiente modo.
Para cada una de sus filas, me gustaría seleccionar un único elemento de una
2000 Mar 02
1
Graphs in Windows 95/95
Dear R-Listers,
I'm a new R user and I've got some problems with copying/saving graphs in
Windows Metafile Format.
If I copy a graph from the R window (in Enhanced Metafile Format) and then
paste it in WinWord 95, then everything is fine, apart from the fact that
a) lines become a little bit thicker when the graph is printed; and b)
dotted lines loose a little bit of resolution.
However,
2015 Dec 10
3
SVM hadoop
Estimados
Un día leí algo en el siguiente hipervínculo, pero nunca lo use.
http://blog.revolutionanalytics.com/2015/06/using-hadoop-with-r-it-depends.html
Javier Rubén Marcuzzi
De: Carlos J. Gil Bellosta
Enviado: miércoles, 9 de diciembre de 2015 14:33
Para: MªLuz Morales
CC: r-help-es
Asunto: Re: [R-es] SVM hadoop
No, no correrán en paralelo si usas los SVM de paquetes como e1071.
No
2016 Jul 25
2
Duda sobre construccion de vectores
Creo que me puede valer, muchas gracias Jorge, voy a probarlo y te cuento
From: jorgeivanvelez en gmail.com
Date: Mon, 25 Jul 2016 12:05:05 -0500
Subject: Re: [R-es] Duda sobre construccion de vectores
To: fjroar en hotmail.com
CC: r-help-es en r-project.org
Buenas tardes, Francisco.
Quizás no sea la manera mas eficiente, pero proporciona el resultado que buscas:
R> M <-
2024 Oct 14
2
Error in .local(x, ...) invalid layer names
¡Buenas tardes!
Antes de nada, dar las gracias por permitirme participar en esta lista.
Soy un usuario recién llegado a R de la mano del análisis geoespacial. Soy un arqueólogo que se ha topado con un package para R creado por un arqueólogo para la ejecución de procesos para a creación de rutas de menor coste cuyo nombre es leastcostpath y que se encuentra en el repositorio de GitHub. Contiene
2012 Nov 21
0
Question about VAR (Vector Autoregression) in differences.
Folks,
I have been using the VAR {vars} program to find a fit for the following bi-variate time series (subset):
bivariateTS<-structure(c(0.950415958293559, 0.96077848972081, 0.964348957109053,
0.967852884998915, 0.967773510751625, 0.970342843688257, 0.97613937178359,
0.980118627997436, 0.987059493773907, 0.99536830931504, 1.00622672085718,
1.01198013845981, 1.01866618122606,