-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
if(!require(pacman)) install.packages("pacman")
pacman::p_load(
"tidymodels",
"modeltime",
"dplyr",
"lubridate",
"timetk",
"odbc",
"DBI",
"janitor",
"tidyquant",
"modeltime.ensemble",
"modeltime.resample",
"modeltime.h2o"
)
library(bayesmodels)
library(garchmodels)Produces the following:
if(!require(pacman)) install.packages("pacman")
Loading required package: pacman
> pacman::p_load(
+ "tidymodels",
+ "modeltime",
+ "dplyr",
+ "lubridate",
+ "timetk",
+ "odbc",
+ "DBI",
+ "janitor",
+ "tidyquant",
+ "modeltime.ensemble",
+ "modeltime.resample",
+ "modeltime.h2o"
Registered S3 method overwritten by 'quantmod':
method from
as.zoo.data.frame zoo
Registered S3 methods overwritten by 'bayesforecast':
method from
autoplot.ts forecast
forecast.ts forecast
fortify.ts forecast
print.garch tseries
+ )
> library(bayesmodels)
Loading required package: bayesforecast
Attaching package: ‘bayesforecast’
The following objects are masked from ‘package:base’:
beta, gamma
Loading required package: bsts
Loading required package: BoomSpikeSlab
Loading required package: Boom
Loading required package: MASS
Attaching package: ‘MASS’
The following object is masked from ‘package:dplyr’:
select
Attaching package: ‘Boom’
The following object is masked from ‘package:stats’:
rWishart
Attaching package: ‘BoomSpikeSlab’
The following object is masked from ‘package:stats’:
knots
Attaching package: ‘bsts’
The following object is masked from ‘package:BoomSpikeSlab’:
SuggestBurn
Attaching package: ‘bayesmodels’
The following objects are masked from ‘package:modeltime’:
non_seasonal_ar, non_seasonal_differences, non_seasonal_ma, seasonal_ar,
seasonal_differences, seasonal_ma
The following object is masked from ‘package:dials’:
tree_depth
Warning messages:
1: package ‘bayesmodels’ was built under R version 4.0.5
2: package ‘bayesforecast’ was built under R version 4.0.5
3: package ‘bsts’ was built under R version 4.0.5
4: package ‘BoomSpikeSlab’ was built under R version 4.0.5
5: package ‘Boom’ was built under R version 4.0.5
6: package ‘MASS’ was built under R version 4.0.5
> library(garchmodels)
Loading required package: rugarch
Loading required package: parallel
Attaching package: ‘rugarch’
The following object is masked from ‘package:bayesforecast’:
report
The following object is masked from ‘package:purrr’:
reduce
The following object is masked from ‘package:stats’:
sigma
Loading required package: rmgarch
Attaching package: ‘rmgarch’
The following objects are masked from ‘package:xts’:
first, last
The following objects are masked from ‘package:dplyr’:
first, last
Registered S3 methods overwritten by 'garchmodels':
method from
print.garch_reg bayesmodels
translate.garch_reg bayesmodels
update.garch_reg bayesmodels
Error: package or namespace load failed for ‘garchmodels’:
.onLoad failed in loadNamespace() for 'garchmodels', details:
call: NULL
error: Model `garch_reg` already exists
In addition: Warning messages:
1: package ‘garchmodels’ was built under R version 4.0.5
2: package ‘rugarch’ was built under R version 4.0.5
3: package ‘rmgarch’ was built under R version 4.0.5 Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels