Displaying 20 results from an estimated 300 matches similar to: "MS-VAR Introduction"
2009 Jun 15
1
A MS-VAR Introduction
Dear R community,
I'm starting to learn the MS-VAR methodology and I would like to know
what I need to download (e.g. packages) to make MS-VAR estimations
using R.
Best,
--
Henrique C. de Andrade
Doutorando em Economia Aplicada
Universidade Federal do Rio Grande do Sul
www.ufrgs.br/ppge
2006 Aug 10
5
Variance Components in R
Hi,
I'm trying to fit a model using variance components in R, but if very
new on it, so I'm asking for your help.
I have imported the SPSS database onto R, but I don't know how to
convert the commands... the SPSS commands I'm trying to convert are:
VARCOMP
RATING BY CHAIN SECTOR RESP ASPECT ITEM
/RANDOM = CHAIN SECTOR RESP ASPECT ITEM
/METHOD = MINQUE (1)
/DESIGN
2009 May 22
1
Trivial typo in sample help file
Hi,
just found a small typo in help(sample). In 'Arguments' section, where
says
n: a non-negaiive integer, the number of items to choose from.
should be
n: a non-negative integer, the number of items to choose from.
I didn't filled a bug report because this is very trivial.
Thanks,
--
Fernando Mayer
Programa de P?s-Gradua??o em Ecologia (PPGE)
Universidade Federal de Santa
2012 Jul 30
3
cannot install RSTAR, MSVAR, and MSVECM packages
*Hi all,
I got problems installing RSTAR, MSVAR, and MSVECM packages. *
> install.packages("RSTAR")Installing package(s) into ‘C:/Program Files/R/R-2.15.1/library’
(as ‘lib’ is unspecified)Warning in install.packages :
package ‘RSTAR’ is not available (for R version 2.15.1)
> install.packages("MSVAR") Installing package(s) into ‘C:/Program
Files/R/R-2.15.1/library’
2017 Dec 10
1
MSVAR model
Hello,
As I'm interested to search about the monetary transmission channel in our
country by MSVAR model,Could you do me favor and tell me How I can run
different types of MSVAR model (such as MSIAH(2)-VAR(2)) and finding
impulse response function in different regimes and also variance
decomposition?
Thank you very much in advance.
Best Regards,
Ahmad
[[alternative HTML version deleted]]
2017 Sep 27
2
MSBVAR Package
dear sirs or madam,
As I'm interested to search about the monetary transmission channel in our
country by MSVAR model, I would be grateful if you help me and tell me how
can I run MSVAR in R or send me the related code to run this model .
Actually, I'm new user of R and I don't know how to run Markov Switching
Var Model in R.
Thank you very much in advance for your help.
Best
2008 Oct 31
1
Kalman Filter
Hi,
I am studying Kalman Filter and it seems to be difficult for me to apply the
filter on a simple ARMA.
It is easy to construct the state-space model, for instance:
dlmModARMA(ar=c(0.4,-0.2),ma=c(0.2,-0.1, sigma2=1)
but applying the dlmFilter on it, it doesn't work...
I don't know if my problem is clear but if anyone has already worked on
Kalman filter, it could be great to advise me!
2020 May 04
1
error in message printed by L-BFGS-B
Hi
I have a FORTRAN version of the L-BFGS-B algorithm and I was comparing it
to the code in the lbfgsb.c file available at R-4.0.0.tar.gz
Everithing looks the same, except for those two lines that must be printed
by the prn3lb function in case of an error (lines 3559 and 3561 in
lbfgsb.c):
case -5: Rprintf("l(%d) > u(%d). No feasible solution", k, k); break;
case -7:
2006 Jan 13
1
multivariate markov switching
Dear helpers,
Does anyone know about a package or a function that allows to estimate
Multivariate Markov-Switching Models, like MS-VAR as introduced by
Krolzig(1997) with R ?
Thanks a lot!!
Carlo
2007 Apr 18
1
[Bridge] Bridge Source Code
Hi,
Im trying to find the bridge source code in my kernel implementation.
Im running a SUSE Linux kernek 2.4.21-99-default, and I couldnt file the codes
I wanted. Maybe I havent installed it correctly, but I dont know then what
should I install to have the source codes in my computer.
Any help would be appreciated.
Thanks
--
Francisco Trindade
fmtrindade@inf.ufrgs.br
2014 Jan 31
2
manipulación de caracteres
esto me convierte la cadena de caracteres en dos y eso no es lo que quiero
además el resultado final de la cadena debe ser:
"98989","121212"
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
2014 Jan 31
2
manipulación de caracteres
lo que necesito es
"98989","121212"
y no :
paste(unlist(strsplit(char,",")),collapse=",")
[1] "98989,121212"
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
2010 Jun 18
3
Non-procedural access to columns of a matrix
Hi,
I would like to have an index for a column in a matrix encoded in a
cell of the same matrix.
For example:
x = matrix(c(11,12,13,1,
21,22,23,3,
31,32,33,2),byrow=T,ncol=4)
In this case, column 4 is the index. I then access the column
specified in the index by:
> for (i in 1:3) print(x[i,x[i,4]])
[1] 11
[1] 23
[1] 32
>
> for (i in 1:3) {x[i,x[i,4]] <- x[i,x[i,4]] + 5}
> x
2009 May 16
1
I can't update
To whom it concenrt
I am trying to update the R program 2.9
This is the message that the program give is:
> update.packages(ask='graphics')
Warning in install.packages(update[instlib == l, "Package"], l, contriburl =
contriburl, :
'lib = "C:/PROGRA~1/R/R-29~1.0/library"' is not writable
Erro em install.packages(update[instlib == l, "Package"],
2009 Dec 14
1
Logit Estimation with Panel Data
Hi all!
Do you know if there is any R function/package that can be used to
estimate "logit" models with panel data and forecasting?
Thanks,
Moysés.
--
Moysés Nascimento
Bacharel em Estatística/UFES
Mestre em Estatística Aplicada e Biometria/UFV
Doutorando em Estatística e Experimentação Agropecuária/UFLA
moysesnascim@gmail.com
[[alternative HTML version deleted]]
2011 Sep 03
1
about raw type
Dears
I am searching information about how to use raw data, when it is used,
didn't find to much information on R help. Any suggestion on links about
this theme?
atte
--
Luis Iván Ortiz Valencia
Doutorando Saúde Pública - Epidemiologia, IESC, UFRJ
Estatístico Msc.
Spatial Analyst Msc.
[[alternative HTML version deleted]]
2009 Apr 09
1
Create 2*3 Table in R
Dear all,
I have a matrix as follows:
a=matrix(c(1,2,3,1,2,3,1,2,3,6,5,7,7,5,7,5,6,5,"Y", "N","Y","Y","N","Y",
"N","Y","Y"),ncol=3)
> a
[,1] [,2] [,3]
[1,] "1" "6" "Y"
[2,] "2" "5" "N"
[3,] "3" "7"
2015 Mar 28
1
Fwd: samba_dnsupdate failed with RuntimeError: kinit for SMB4ECONOMIA$@ECONOMIA failed (Cannot contact any KDC for requested realm)
---------- Forwarded message ----------
From: Dania Ramirez Moya <dania181087 at gmail.com>
Date: 2015-03-27 15:32 GMT-04:00
Subject: Re:samba_dnsupdate failed with RuntimeError: kinit for
SMB4ECONOMIA$@ECONOMIA failed (Cannot contact any KDC for requested realm)
To: samba <samba at lists.samba.org>
2015-03-27 14:00 GMT-04:00 <samba-request at lists.samba.org>:
> Send
2015 Mar 27
2
samba_dnsupdate failed with RuntimeError: kinit for SMB4ECONOMIA$@ECONOMIA failed (Cannot contact any KDC for requested realm)
2015-03-27 14:00 GMT-04:00 <samba-request at lists.samba.org>:
> Send samba mailing list submissions to
> samba at lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.samba.org/mailman/listinfo/samba
> or, via email, send a message with subject or body 'help' to
> samba-request at lists.samba.org
2009 May 25
1
[R] vignette problem
Dear R Debian People:
I put this on the "big list" too. I'm having a problem with the
vignette function.
> vignette("snowfall")
sh: /usr/bin/xpdf: not found
>
>
This is on Ubuntu Jaunty jackalope, R-2.8.1
thanks,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess