Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8757917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:25:00+00:00 2026-06-13T14:25:00+00:00

I have two files which contain time series in this format: Tag, T1, T2,

  • 0

I have two files which contain time series in this format:

Tag, T1, T2, ...  Tn
Stock-1, 2, 3, ..  6
Stock-2, 3, 2, ..  7
.
.
Stock-m, 2, 1, ..  9

In R, for any tag (ex. Stock-x) I want to take related arrays from both files and calculate cross correlation(ccf) for them. How I can do that ?

Note: If it would be easier, I can change the file format.

Update:

I read from file into data.frames with this:

file1 = read.table("file1.txt", header = TRUE, sep = ",")

How will I reach to specific rows with Tag name such as “Stock-5” ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T14:25:01+00:00Added an answer on June 13, 2026 at 2:25 pm

    I removed the “Tag” from the files:

    T1, T2, ...  Tn
    Stock-1, 2, 3, ..  6
    Stock-2, 3, 2, ..  7
    .
    .
    Stock-m, 2, 1, ..  9
    

    Then I was able get results with this R code:

    file1 = read.table("file1.txt",head=TRUE,sep=",")
    file2 = read.table("file2.txt",head=TRUE,sep=",")
    
    row1 = file1["Stock-5",]
    row2 = file2["Stock-5",]
    
    vec1 = c(t(row1))
    vec2 = c(t(row2))
    
    ccf(vec1,vec2)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two files which both contain a list of words. Is there an
I have two files called file_utils.h and file_utils.cpp which contain some methods and variables
I have two ocx files which i registered on my computer using regsvr32. I
I have two batch files which is used to run a large C++ build,
I have two CSV files which use @ to divide each column. The first
I have the following code which will generate two pdf files containing plots to
I have a web application and two class files, First class is MyClass.class which
I have two distinct files, myguide.fig (and its corresponding mygui.m) which contains the definition
I have multiple 1.5 GB CSV Files which contain billing information on multiple accounts
I have two projects in QtCreator, which both include two .pri files in another

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.