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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:47:36+00:00 2026-05-30T01:47:36+00:00

I am a beginner in R. After watching a number of tutorials on regression

  • 0

I am a beginner in R.

After watching a number of tutorials on regression analysis (on youtube), I decided to make up my own data set and apply what I learnt to it. This is what I did!

I wanted to randomly create a list of salaries, ages and marital status.

Salaries

salary = sample(2000:3000, 250, replace = T)

Ages

ages = sample(20:50, 250, replace = T)

MaritalStatus

marSt = sample(c("MARRIED", "SINGLE"), 250, repeat = T)

Then, I combined the three sets of data with:

dataset = cbind(salary, ages, marSt)

Finally, I tried to run a regression on what I thought was my new data set with this command:

data.reg = lm(salary~ages+marSt, data = dataset)

… only for me to be told that there was an error and that the object “dataset” was actually NOT a dataset.

My question is two fold:
(i) Is it possible to create data sets from combinations of vectors?
(ii) If no, is there any way in R to create data sets without importing them from other sources?

Thank you very much and please I am a beginner and do not be too sophisticated in your response.

  • 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-30T01:47:37+00:00Added an answer on May 30, 2026 at 1:47 am

    You probably want a data.frame not a matrix (as returned by cbind),

    dataset <- data.frame(salary, ages, marSt)
    

    also, repeat is not an argument of sample(), you probably mean replace=TRUE. You would do well to read an introduction to R.

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

Sidebar

Related Questions

I am a beginner to the ASP.Net MVC. After reading many tutorials and digesting
I'm a beginner in python and as a learning project i decided to just
I am beginner java web developer, now my question is after i developed my
I'm no php expert (a mere beginner) but need some help! After hours searching
A beginner's question: I am trying to remove a subview after having added it
/** Start of pseudocode **/ 1) After a specified delay, the application requests data
I am a beginner to C#. I am trying to make a simple program
After excellent advice I defined a struct, filled it with data read from a
Beginner programmer here. after a bunch of reading about 'variables' which dont exist in
Here's a beginner rails question... After I do: format.xml { head: ok} How do

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.