Loading
HomeMath Help › Need someone who is good at coding in Rstudio and can cod...
Status: Completed
Need someone who is good at coding in Rstudio and can code a chi-square test. Most of the coding is done there is just one part I am having trouble with. Once that is done finish the analysis paper (The analysis paper has also already been started).
Date Posted: 24/08/2021
Category: Math
Due Date: 24/08/2021
Instruction
Bidders
ExcellentTutor 4 years, 12 months ago
Rated 9.09 earned 174531.76 around 5422 assignments.
Hello, Consider hiring me to do your assignment. I work fast, pay close attention to the instructions, and deliver a plagiarism-free paper. My price is also negotiable to accommodate your budget. Talk to me. Thank you.
$200.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
committedwriter 4 years, 12 months ago
Rated 9.14 earned 89563.32 around 3017 assignments.
I am an experienced writer well acquainted with this subject, and I am sure I will timely deliver quality work. I am online and ready to start working asap. Kindly assign
$50.00
  • Hi, are you familiar with Rcoding?
    User_35730 | Aug 24, 2021, 02:44 AM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
Javawriter 4 years, 12 months ago
Rated 8.81 earned 69150.66 around 2092 assignments.
Can I help you?
$260.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
kingz 4 years, 12 months ago
Rated 9.4 earned 52183.12 around 1434 assignments.
Hello am more than willing to take this assignment work on it and make it exemplary consider an A grade when am through
$300.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
ExpertProfessor 4 years, 12 months ago
Rated 9.75 earned 913.97 around 27 assignments.
Hi, I am an agile, open-minded, and skilled expatriate. My vast academia experience and progressive research have equipped me with adequate knowledge in fields ranging from Statistics, Business, Art, Economics, Languages, and Social Sciences, to Psychology and Health Sciences. I guarantee my clients timely, accurate, high-quality, and compelling papers with ZERO PLAGIARISM (original work). Kindly consider hiring me as I look forward to working with you. Thanks
$100.00
  • I bring forth excellent mastery of content and expertise critical to articulate and work on this assignment appropriately. Kindly hire me for grade A task, Zero plagiarism and timely response. Thank you.
    ExpertProfessor | Aug 24, 2021, 02:41 AM
  • Kindly assign so i can start immediately
    ExpertProfessor | Aug 24, 2021, 02:42 AM
  • Hello friend
    ExpertProfessor | Aug 24, 2021, 02:48 AM
  • Hello, you are familiar with Rcoding?
    User_35730 | Aug 24, 2021, 02:49 AM
  • Please upload further instructions
    ExpertProfessor | Aug 24, 2021, 02:50 AM
  • I am a professional statistician, i have experience using R-studio
    ExpertProfessor | Aug 24, 2021, 02:52 AM
  • The assignment is on a data analysis dealing with the relationship between family income and health status I have uploaded the instructions, the paper and the R studio part
    User_35730 | Aug 24, 2021, 02:52 AM
  • for the r studio part i am having trouble with income to get the data to come together and for the paper I have started it the stuff is red was to go back and look at or add to it I need you to go over the paper and add to it and finish the Rstudio
    User_35730 | Aug 24, 2021, 02:54 AM
  • If you need anything or have any questions let me know I need it by August 24 10 p.m. Eastern stardard time
    User_35730 | Aug 24, 2021, 02:54 AM
  • Okay friend everything is clear i will contact in case of any query
    ExpertProfessor | Aug 24, 2021, 03:13 AM
  • Hello friend
    ExpertProfessor | Aug 24, 2021, 20:21 PM
  • I'm still working on the assignment, however I was wondering If it's possible to have a little more time please?
    ExpertProfessor | Aug 24, 2021, 20:23 PM
  • Unfortunately no it is due tonight if need be I can help. What do you have left?
    User_35730 | Aug 24, 2021, 21:03 PM
  • I have had delays due to unavoidable circumstances I tried to analyse it with the information given so as to understand the data on income however I am stuck
    ExpertProfessor | Aug 24, 2021, 21:10 PM
  • I sincerely apologize for the inconvenience. Please cancel the assignment as I can't deliver anything for now. I am very sorry
    ExpertProfessor | Aug 24, 2021, 21:12 PM
  • Thats the part I was stuck at when I asked my professor he said this
    User_35730 | Aug 24, 2021, 21:13 PM
  • The table command shows that all of the values (2733 out of 2867) are going to 'Upper Class'. The rest are presumably going to missing. So something is not working right. Two suggestions: -I would create a new variable name, as using 'income16' will overwrite the existing variable value. -The cutoffs of 41 and 100 do not correspond to the GSS codebook from income16. Value 18 is 40000 to 49999. Value 22 is 90000 to 109999. Please check the GSS Data Explorer Without testing this outin R (could produce error), I would suggest your code should look like: GSS2016$increc <- NA GSS2016$increc[GSS2016$income16<=17] <- "Lower Class"] GSS2016$increc[which(GSS2016$income16>=18 & GSS2016$income16<=21)] <- "Middle Class" GSS2016$increc[which(GSS2016$income16>=22 & GSS2016$income16<=26)] <- "Upper Class" Check your code with the command table(GSS2016$increc, GSS2016$income16, useNA="always")
    User_35730 | Aug 24, 2021, 21:13 PM
  • I tried referring to my fellow professors that is why I took so long, however they also seem to get stuck
    ExpertProfessor | Aug 24, 2021, 21:14 PM
  • I was trying to make family income a categorical variable by recoding it into groups.
    User_35730 | Aug 24, 2021, 21:14 PM
  • so is there no way to make income into a categorical variable or another way to do it that was really the part I was stuck on
    User_35730 | Aug 24, 2021, 21:16 PM
  • I also noticed that the cutoffs don't correspond, I took time trying until I realized time was not on my side
    ExpertProfessor | Aug 24, 2021, 21:18 PM
  • Actually I was referred to someone but they need some more time so as to understand the assignment properly so I hesitated
    ExpertProfessor | Aug 24, 2021, 21:21 PM
  • What do they need
    User_35730 | Aug 24, 2021, 21:22 PM
  • When we take income as a categorical data it may affect the whole script therefore meaning more changes needed It's quite an interesting question were it not for the time limit
    ExpertProfessor | Aug 24, 2021, 21:23 PM
  • 24hrs latest
    ExpertProfessor | Aug 24, 2021, 21:24 PM
  • ohh okay gotcha. if I do rincom would it be easier?
    User_35730 | Aug 24, 2021, 21:25 PM
  • yeah I only have until 12:59 am tonight
    User_35730 | Aug 24, 2021, 21:29 PM
  • but thanks for trying did you ever look at the paper part?
    User_35730 | Aug 24, 2021, 21:29 PM
  • I guess
    ExpertProfessor | Aug 24, 2021, 21:31 PM
  • I was so caught up in the script I didn't actually start the paper part however its easier when the code is finished just two pages
    ExpertProfessor | Aug 24, 2021, 21:34 PM
  • You're welcome, I sincerely apologize for the disappointment
    ExpertProfessor | Aug 24, 2021, 21:34 PM
  • yeah I think im just going to fix what I have and do what I can since I don't know what else to do
    User_35730 | Aug 24, 2021, 21:35 PM
  • Afterall you did your best, don't worry friend
    ExpertProfessor | Aug 24, 2021, 21:37 PM
  • Ha ha or maybe you can release the payment as consultation fee?
    ExpertProfessor | Aug 24, 2021, 21:38 PM
  • lol if you help me with the paper part I will
    User_35730 | Aug 24, 2021, 21:39 PM
  • I can do something about it Just give me at least 30minutes
    ExpertProfessor | Aug 24, 2021, 21:41 PM
  • thank you !
    User_35730 | Aug 24, 2021, 21:42 PM
  • No. Thank you for understanding, let me get to it right away
    ExpertProfessor | Aug 24, 2021, 21:44 PM
  • Hello friend
    ExpertProfessor | Aug 24, 2021, 23:26 PM
  • hey
    User_35730 | Aug 24, 2021, 23:27 PM
  • I have tried my best to relate what the whole study is about theoretically Hope it is okay
    ExpertProfessor | Aug 24, 2021, 23:27 PM
  • okay thank you I will take a look at it
    User_35730 | Aug 24, 2021, 23:28 PM
  • The remaining part is to answer the mean mode as you will decide based on the R-script
    ExpertProfessor | Aug 24, 2021, 23:29 PM
  • Please feel free to edit some parts based on your point of view
    ExpertProfessor | Aug 24, 2021, 23:31 PM
  • Thank you I will check it out and release the payment
    User_35730 | Aug 24, 2021, 23:35 PM
  • You're welcome friend I look forward to working together on other assignments too
    ExpertProfessor | Aug 24, 2021, 23:41 PM
  • Yes, I do too, I really appreciate it.
    User_35730 | Aug 25, 2021, 00:20 AM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
mutungamatee1 4 years, 12 months ago
Rated 9.82 earned 39651.69 around 1319 assignments.
Hi, I am an expert in this particular field and I’m available and happy to work on the assignment. Kindly, hire me for the best results!
$50.00
  • When do you need it to be completed?
    mutungamatee1 | Aug 24, 2021, 02:40 AM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
JoanIvy 4 years, 12 months ago
Rated 9.42 earned 15101.96 around 468 assignments.
Hello I am an expert and a proficient tutor in this field. I have a vast experience and I can assure you of an A grade in your classes. Please choose me to do your research and enjoy my excellent services.
$200.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
expert4u 4 years, 12 months ago
Rated 9.0 earned 77109.21 around 2331 assignments.
Hi, this is my area of expertise. Award me this project and you will be assured of quality work. Thank you.
$50.00
  • How much time do I have to complete it?
    expert4u | Aug 24, 2021, 02:40 AM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
TalentedTeacher 4 years, 12 months ago
Rated 9.33 earned 18202.75 around 525 assignments.
Hello client, please let me help you for an outstanding work. I will deliver a plagiarism free work on time, with correct grammar and with accurate answers arrived after strictly following instructions
$50.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
surrogatewriter 4 years, 12 months ago
Rated 9.31 earned 75249.23 around 2853 assignments.
Hello, do you only need help with this task or a full class? I will discount your class
$50.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
Top_Essay_Tutors 4 years, 12 months ago
Rated 9.83 earned 756.56 around 30 assignments.
Hello, I am online and ready to help you work on this. Kindly consider my bid.
$50.00
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}
 
 
Dr Tutor 4 years, 12 months ago
Rated 9.46 earned 12095.68 around 385 assignments.
Hello. Please consider my bid and rest assured I will deliver the desired high quality paper assignment in less than 5 hours. I have reviewed the instructions and the paper falls under my specialization. Moreover, I have studied the unit in my course degree and done related papers in previous semesters thus you can expect the realest work from me and exceed your expectations. My work is always plagiarism free, delivered before deadline and good graded. Once assigned we will discuss this more and get started immediately, I will also maintain regular communication until you get the desired final result you ordered for. I have worked on several similar projects to this one , and delivered quality assignment to tight deadlines. You can see examples of completed assignments in this field in my portfolio and the positive feedback from my clients here: www.homeworkforyou.com/u/user5951. Kind regards.
$50.00
  • In my extensive history of working on students’ assignments, I have learned one thing: Each assignment must be custom-made and should stand on its own merits. No essay will ever reach its full potential if it’s being worked on by a disinterested person. I have written thousands of assignments and most clients have come back to appreciate me for good result. Given chance, I will do my best to produce an A++ assignment.
    Dr Tutor | Aug 24, 2021, 02:46 AM
  • {$ item.message_content $}
    {$ item.sender_username $} | {$ item.date_entered $}