Skip to content

Commit

Permalink
#43 "fixes" part of that issue (still open), but #51 has emerged
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMShea committed Aug 21, 2021
1 parent 3039dd2 commit e26e972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/fitTsfmUpDn.r
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,12 @@
#' The original time series function \code{\link{fitTsfm}} and its generic functions
#' application.
#' @examples
#' # load data from the database
#' # load data
#' data(managers, package = 'PerformanceAnalytics')
#' # Make syntactically valid column names
#' colnames(managers)
#' colnames(managers) <- make.names( colnames(managers))
#' colnames(managers)
#'
#' # example: Up and down market factor model with LS fit
#' fitUpDn <- fitTsfmUpDn(asset.names=colnames(managers[,(1:6)]),mkt.name="SP500.TR",
Expand Down
6 changes: 5 additions & 1 deletion man/fitTsfmUpDn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e26e972

Please sign in to comment.