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 6027411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:35:22+00:00 2026-05-23T04:35:22+00:00

I would like to ask if you know any R packages with data to

  • 0

I would like to ask if you know any R packages with data to do linear econometric model (least squares method). I must have 5-7 variables (some of them can occur insignificant later). I should check heteroscedascity, autocorelation, catalysis etc. Mayby you can recommend me data from other source f.e. other math program data package?

  • 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-05-23T04:35:23+00:00Added an answer on May 23, 2026 at 4:35 am

    A cool package on CRAN: http://cran.r-project.org/web/packages/HistData/index.html

    The `HistData’ package provides a
    collection of small data sets that are
    interesting and important in the
    history of statistics and data
    visualization. The goal of the package
    is to make these available, both for
    instructional use and for historical
    research. Some of these present
    interesting challenges for graphics or
    analysis in R.

    [Insert apologies for shameless self-promotion here] You could also use the WDI package to download data from the World Bank’s World Development indicators. For instance, here’s a least squares regression of GDP per capita on trade as a % of GDP and the density of a country’s road network.

    library(WDI)
    ind <- c('NY.GDP.PCAP.CD', 'NE.TRD.GNFS.ZS', 'IS.ROD.DNST.K2')
    dat <- WDI(country='all', start=2002, end=2002, indicator=ind)
    names(dat) <- c('country', 'iso2c', 'year', 'gdp.per.cap', 'trade.to.gdp', 'roads')
    mod <- lm(gdp.per.cap ~ trade.to.gdp + roads, dat)
    summary(mod)
    

    You can search for new data with keywords:

    WDIsearch('forest')
    

    http://cran.r-project.org/web/packages/WDI/index.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Commons beanUtils I would like to know how to ask any converter say
I would like to ask you if you know any concrete library that is
I would like to ask do You know any programs similar to StyleCop but
I know this is a weird question to ask, but I would like to
I would like to ask for a reccomended solution for this: We have a
I would like to ask is there any way to achieve this functionality: I
I would like to ask about Memory Overhead in java, I have a large
I would like to ask you is there any possible ways to calculate the
I would like to ask: I have a array with predefined order. var order=new
I would like to ask if anyone know how to make use of the

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.