Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

10 results for “from:AIE ATUMA”

GET LOG RETURNS FUNCTION
AIE ATUMA · Sep 26, 2020 · r-sig-finance

Dear All, Kindly help to resolve the below. get_log_returns <- function(x, return_format = "tibble", period = 'daily', ...) { # Convert tibble to xts if (!is.xts(x)) { x <- xts(x[,-1], order.by = x$Date) } # Get log returns log_returns_xts...

Web Scraping of SPY Stocks
AIE ATUMA · Sep 25, 2020 · r-sig-finance

Dear All, Please I need help. I ran the below function and got the highlighted error message. How can I correct it? library(rvest)# Web-scrape SP500 stock listsp_500 <- read_html("https://en.wikipedia.org/wiki/List_of_S...

Please I need Help on the functions below
AIE ATUMA · Sep 27, 2020 · r-sig-finance

Dear All, Please help a newbie. ?get_log_returns <- function(x, return_format = "tibble", period = 'daily', ...) { +? ?# Convert tibble to xts +? ?if (!is.xts(x)) { +? ? ?x <- xts(x[,-1], order.by = x$Date) +? ?} +? ?# Get log returns +? ?log_returns_xts <- periodReturn(x...

Multi Asset portfolio failing at applyStrategy with 'data' must be of a vector type, was 'NULL'
AIE ATUMA · Aug 10, 2016 · r-sig-finance

Hi Brian, This was the thread I raised my question on; It is nearly impossible for anyone to help you because your example uses data (CSVs on your local hard drive) and functions (in functions.R) that no one else...

Web Scraping of SPY Stocks
AIE ATUMA · Sep 26, 2020 · r-sig-finance

Dear Matt, This worked but the Date column is presented as the last column as against the second column. Thank You and Best Regards,? Emeka I. Atuma Integrity - Walk Your Talk Don't Talk Your Work On Saturday, 26 September...

Web Scraping of SPY Stocks
AIE ATUMA · Sep 26, 2020 · r-sig-finance

Dear All, Please I need help. I ran the below function and got the highlighted error message. How can I correct it? library(rvest) library(rvest) library(pbapply) library(TTR) library(dygraphs) library(lubridate) library(tidyquant) library(timetk) pacman::p...

Efficient Portfolio
AIE ATUMA · Jun 9, 2015 · r-sig-finance

Dear All, I need help. Below is my 17 Assets portfolio code and the error message and I recieve the following error;? Error in optimize(f = optim.callback, interval = c(ef$ret[max.sh - 1], ?:?? invalid 'xmin' valueIn addition: Warning...

Web Scraping of SPY Stocks
AIE ATUMA · Sep 26, 2020 · r-sig-finance

Update: The second function and the error is below: get_stock_prices <- function(ticker), return_format = "tibble", ...) { ? # Get stock prices ? stock_prices_xts <- getSymbols(Symbols = ticker, auto.assign = FALSE, ...) ? # Rename ? names(stock_prices_xts) <- c("Open", "High", "Low", "Close", "Volume...

Multi Asset portfolio failing at applyStrategy with 'data' must be of a vector type, was 'NULL'
AIE ATUMA · Aug 10, 2016 · r-sig-finance

Dear Joshua, Sequel to your response below, what package can other nationals whose data are not in R use to do analysis and manage assets??Thank You and Best Regards,?EmekaIntegrity is work your talk don't talk your work...

Portfolio VaR and Asset VaR
AIE ATUMA · Jun 3, 2015 · r-sig-finance

Dear Brian, The Portfolio VaR is expected to be lower than the sum of the individual asset VaRs. This is made possible due to correlation between the individual assets.?Thank You and Best Regards, Emeka .I. A Integrity is work...

Can't find what you're looking for? Try searching with Google .