Matthieu

Results 106 comments of Matthieu

Simplest reprex for this problem, solved here setting `expand=FALSE`. If one were to summarise this issue, is it correct to say that when x/y axis do not show up, one...

ok, just added `mustWork = TRUE` in `normalizePath`, now warning becomes error

strange, I had tried this, but if doesn't work for me... ``` r library(tmaptools) packageVersion("tmap") #> [1] '3.3.2' packageVersion("tmaptools") #> [1] '3.1.1' library(tmap) data(World) set.seed(123) color [1] "#FFF2AE" "#F4CAE4" "#B3E2CD"...

reprex: ``` r library(tsDyn) #> Registered S3 method overwritten by 'quantmod': #> method from #> as.zoo.data.frame zoo X 99.4300045 0.5825838 1970.6392670 -0.8601700 810.0000000 ### fitting SETAR midels, results are equal...

Hi Lukas! Sorry for the slow response. And yes, your interpretation is correct. I realize the help file is not very... helpful. What do you think about following amendments? \item{model}{`Whether...

Bug confirmed (see reprex below), thanks for the report! ``` r library(tsDyn) #> Registered S3 method overwritten by 'quantmod': #> method from #> as.zoo.data.frame zoo x Time Series: #> Start...

I am afraid not, as I have very little bandwidth currently, and the issue is bigger than I thought: the current code uses the old `oneStep`, while it should use...

I believe you have most, if not all, elements in the output of `GIRF` to construct a regime-specific GIRF. See the output below on how to obtain all GIRF, then...

Jumping on an old thread, I was looking for this feature, and found it here, thanks!!