Help Recreating a Table Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How to align numbers on decimal point in latexTable Design HelpTable alignment helptable formatting help (centering on a dash)table micro adjustment help neededNeed help reformatting a tableHelp fitting the TableHelp for complicated tableHelp in formatting a tableRecreating the following table with the logoHelp with regression table

Pointing to problems without suggesting solutions

Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?

Is Vivien of the Wilds + Wilderness Reclamation a competitive combo?

What were wait-states, and why was it only an issue for PCs?

“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?

How can I introduce the names of fantasy creatures to the reader?

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

Suing a Police Officer Instead of the Police Department

What helicopter has the most rotor blades?

tabularx column has extra padding at right?

Construct a nonabelian group of order 44

Normal Operator || T^2|| = ||T||^2

Marquee sign letters

Does using the Inspiration rules for character defects encourage My Guy Syndrome?

Converting a text document with special format to Pandas DataFrame

What could prevent concentrated local exploration?

lm and glm function in R

Should man-made satellites feature an intelligent inverted "cow catcher"?

Are Flameskulls resistant to magical piercing damage?

Etymology of 見舞い

Is Bran literally the world's memory?

Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?

Why did Israel vote against lifting the American embargo on Cuba?

A journey... into the MIND



Help Recreating a Table



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How to align numbers on decimal point in latexTable Design HelpTable alignment helptable formatting help (centering on a dash)table micro adjustment help neededNeed help reformatting a tableHelp fitting the TableHelp for complicated tableHelp in formatting a tableRecreating the following table with the logoHelp with regression table










1















I am trying to recreate this table using LaTeX.



enter image description here



I want to additionally align the decimals. I have tried using this code to do so.



beginframe
frametitleTable
begintable
begintabularl *4d3.3
toprule
Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
midrule
Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
Test Average&4.14&0.0320&4.68&0.0080\
Final Exam&4.12&0.0022&1.99&0.1590\
makecellData Analysis \ Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
Quiz Average&3.88&0.0035&2.33&0.0399\
bottomrule
endtabular
captionKruskal-Wallis Tests by Semester
endtable

endframe


This code created the following table. There are several things I would like to fix. Namely



  • Adding fall and spring panels like in the original table

  • Aligning the values associated with the "Data Analysis Assignment Average" at the top of that row

  • Fixing the < signs

  • Fixing the headings so that they can be within the bounds of a PowerPoint slide. I tried using the makecell. function but it didn't work the same as with the midrule components.

enter image description here



Note: I wasn't sure what to title this question so feel free to change it.



Edit:



One of the following two packages made each slide look weird



usepackagefullpage
usepackagetabulary


enter image description here










share|improve this question









New contributor




Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    1















    I am trying to recreate this table using LaTeX.



    enter image description here



    I want to additionally align the decimals. I have tried using this code to do so.



    beginframe
    frametitleTable
    begintable
    begintabularl *4d3.3
    toprule
    Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
    midrule
    Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
    Test Average&4.14&0.0320&4.68&0.0080\
    Final Exam&4.12&0.0022&1.99&0.1590\
    makecellData Analysis \ Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
    Quiz Average&3.88&0.0035&2.33&0.0399\
    bottomrule
    endtabular
    captionKruskal-Wallis Tests by Semester
    endtable

    endframe


    This code created the following table. There are several things I would like to fix. Namely



    • Adding fall and spring panels like in the original table

    • Aligning the values associated with the "Data Analysis Assignment Average" at the top of that row

    • Fixing the < signs

    • Fixing the headings so that they can be within the bounds of a PowerPoint slide. I tried using the makecell. function but it didn't work the same as with the midrule components.

    enter image description here



    Note: I wasn't sure what to title this question so feel free to change it.



    Edit:



    One of the following two packages made each slide look weird



    usepackagefullpage
    usepackagetabulary


    enter image description here










    share|improve this question









    New contributor




    Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      1












      1








      1








      I am trying to recreate this table using LaTeX.



      enter image description here



      I want to additionally align the decimals. I have tried using this code to do so.



      beginframe
      frametitleTable
      begintable
      begintabularl *4d3.3
      toprule
      Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
      midrule
      Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
      Test Average&4.14&0.0320&4.68&0.0080\
      Final Exam&4.12&0.0022&1.99&0.1590\
      makecellData Analysis \ Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
      Quiz Average&3.88&0.0035&2.33&0.0399\
      bottomrule
      endtabular
      captionKruskal-Wallis Tests by Semester
      endtable

      endframe


      This code created the following table. There are several things I would like to fix. Namely



      • Adding fall and spring panels like in the original table

      • Aligning the values associated with the "Data Analysis Assignment Average" at the top of that row

      • Fixing the < signs

      • Fixing the headings so that they can be within the bounds of a PowerPoint slide. I tried using the makecell. function but it didn't work the same as with the midrule components.

      enter image description here



      Note: I wasn't sure what to title this question so feel free to change it.



      Edit:



      One of the following two packages made each slide look weird



      usepackagefullpage
      usepackagetabulary


      enter image description here










      share|improve this question









      New contributor




      Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am trying to recreate this table using LaTeX.



      enter image description here



      I want to additionally align the decimals. I have tried using this code to do so.



      beginframe
      frametitleTable
      begintable
      begintabularl *4d3.3
      toprule
      Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
      midrule
      Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
      Test Average&4.14&0.0320&4.68&0.0080\
      Final Exam&4.12&0.0022&1.99&0.1590\
      makecellData Analysis \ Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
      Quiz Average&3.88&0.0035&2.33&0.0399\
      bottomrule
      endtabular
      captionKruskal-Wallis Tests by Semester
      endtable

      endframe


      This code created the following table. There are several things I would like to fix. Namely



      • Adding fall and spring panels like in the original table

      • Aligning the values associated with the "Data Analysis Assignment Average" at the top of that row

      • Fixing the < signs

      • Fixing the headings so that they can be within the bounds of a PowerPoint slide. I tried using the makecell. function but it didn't work the same as with the midrule components.

      enter image description here



      Note: I wasn't sure what to title this question so feel free to change it.



      Edit:



      One of the following two packages made each slide look weird



      usepackagefullpage
      usepackagetabulary


      enter image description here







      tables siunitx






      share|improve this question









      New contributor




      Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 4 hours ago







      Remy













      New contributor




      Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 hours ago









      RemyRemy

      1084




      1084




      New contributor




      Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Remy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          2 Answers
          2






          active

          oldest

          votes


















          2














          Here my suggestions.



          I have not met the point two. It seem more elegant to me aligned at bottom, or as showed here, aligned at the middle. But if you disagree, just change the m column by a p. Anyway, with p,m or b the main point is that without awful the horizontal rows, this table need some extra vertical space between rows to mark clearly where stard/end the text of the multiline cell. Otherwise the "Variable" column is a mess.



          mwe



          documentclassbeamer
          usepackagebooktabs,tabularx,dcolumn
          newcolumntypedD.cdot-1
          begindocument
          beginframe
          begintable
          captionKruskal-Wallis Tests by Semester
          footnotesizetabcolsep0em
          renewcommandarraystretch1.5
          begintabularxtextwidth>raggedrightm10emddddtoprule &
          multicolumn2cFalll &
          multicolumn2cSpring \
          cmidrule(r)2-3
          cmidrule(l)4-5
          multicolumn1Xleavevmodenewline Variable &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value tabularnewline
          cmidrule(r)1-1
          cmidrule(rl)2-2
          cmidrule(rl)3-3
          cmidrule(rl)4-4
          cmidrule(rl)5-5
          Attendance Rate & 0.55 & 0.0875 & 2.15 & <0.0001\
          Test Average & 4.14 & 0.0320 & 4.68 & 0.0080\
          Final Exam & 4.12 & 0.0022 & 1.99 & 0.1590\
          Data Analysis Assignment Average & 20.98 & <0.0001 & 17.42 & <0.0001\
          Quiz Average & 3.88 & 0.0035 & 2.33 & 0.0399\
          bottomrule
          endtabularx
          endtable
          endframe
          enddocument





          share|improve this answer























          • Thank you, I really like the way this looks.

            – Remy
            1 hour ago











          • How can I make the decimals not be in the center but down? It looks like a multiplication sign.

            – Remy
            1 hour ago



















          2














          This might work for your purposes. I used the article class for this but I think you can change it to beamer and use the frametitle option in lieu of the caption and you can adjust the font size as needed using footnotesize or anything else that can fit the dimensions of the slide. In addition, you can add the beginframe and endframe to the beginning and end of the table chunk of code.



          documentclassarticle

          usepackagefullpage
          usepackagetabulary
          usepackagebooktabs
          begindocument

          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable

          enddocument


          Edit:



          For beamer class,



          beginframe
          footnotesize %Or whatever other size you need
          frametitleMY TABLE %Frame Title
          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable
          endframe


          I hope this helps!






          share|improve this answer










          New contributor




          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thank you for your response. I tried adding your packages but it made every slide look weird. I have edited my post with a picture. Would it help if I showed each package I'm currently using?

            – Remy
            4 hours ago











          • I think your problem might come from the fullpage package because I never use that for beamer. If that is not it, please let me know what packages you are using.

            – Jennifer
            4 hours ago











          • That worked! Could you please edit your post to show where the font size adjustment goes?

            – Remy
            4 hours ago











          • I added it and hope it works for your purposes!

            – Jennifer
            4 hours ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Remy is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f486133%2fhelp-recreating-a-table%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          Here my suggestions.



          I have not met the point two. It seem more elegant to me aligned at bottom, or as showed here, aligned at the middle. But if you disagree, just change the m column by a p. Anyway, with p,m or b the main point is that without awful the horizontal rows, this table need some extra vertical space between rows to mark clearly where stard/end the text of the multiline cell. Otherwise the "Variable" column is a mess.



          mwe



          documentclassbeamer
          usepackagebooktabs,tabularx,dcolumn
          newcolumntypedD.cdot-1
          begindocument
          beginframe
          begintable
          captionKruskal-Wallis Tests by Semester
          footnotesizetabcolsep0em
          renewcommandarraystretch1.5
          begintabularxtextwidth>raggedrightm10emddddtoprule &
          multicolumn2cFalll &
          multicolumn2cSpring \
          cmidrule(r)2-3
          cmidrule(l)4-5
          multicolumn1Xleavevmodenewline Variable &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value tabularnewline
          cmidrule(r)1-1
          cmidrule(rl)2-2
          cmidrule(rl)3-3
          cmidrule(rl)4-4
          cmidrule(rl)5-5
          Attendance Rate & 0.55 & 0.0875 & 2.15 & <0.0001\
          Test Average & 4.14 & 0.0320 & 4.68 & 0.0080\
          Final Exam & 4.12 & 0.0022 & 1.99 & 0.1590\
          Data Analysis Assignment Average & 20.98 & <0.0001 & 17.42 & <0.0001\
          Quiz Average & 3.88 & 0.0035 & 2.33 & 0.0399\
          bottomrule
          endtabularx
          endtable
          endframe
          enddocument





          share|improve this answer























          • Thank you, I really like the way this looks.

            – Remy
            1 hour ago











          • How can I make the decimals not be in the center but down? It looks like a multiplication sign.

            – Remy
            1 hour ago
















          2














          Here my suggestions.



          I have not met the point two. It seem more elegant to me aligned at bottom, or as showed here, aligned at the middle. But if you disagree, just change the m column by a p. Anyway, with p,m or b the main point is that without awful the horizontal rows, this table need some extra vertical space between rows to mark clearly where stard/end the text of the multiline cell. Otherwise the "Variable" column is a mess.



          mwe



          documentclassbeamer
          usepackagebooktabs,tabularx,dcolumn
          newcolumntypedD.cdot-1
          begindocument
          beginframe
          begintable
          captionKruskal-Wallis Tests by Semester
          footnotesizetabcolsep0em
          renewcommandarraystretch1.5
          begintabularxtextwidth>raggedrightm10emddddtoprule &
          multicolumn2cFalll &
          multicolumn2cSpring \
          cmidrule(r)2-3
          cmidrule(l)4-5
          multicolumn1Xleavevmodenewline Variable &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value tabularnewline
          cmidrule(r)1-1
          cmidrule(rl)2-2
          cmidrule(rl)3-3
          cmidrule(rl)4-4
          cmidrule(rl)5-5
          Attendance Rate & 0.55 & 0.0875 & 2.15 & <0.0001\
          Test Average & 4.14 & 0.0320 & 4.68 & 0.0080\
          Final Exam & 4.12 & 0.0022 & 1.99 & 0.1590\
          Data Analysis Assignment Average & 20.98 & <0.0001 & 17.42 & <0.0001\
          Quiz Average & 3.88 & 0.0035 & 2.33 & 0.0399\
          bottomrule
          endtabularx
          endtable
          endframe
          enddocument





          share|improve this answer























          • Thank you, I really like the way this looks.

            – Remy
            1 hour ago











          • How can I make the decimals not be in the center but down? It looks like a multiplication sign.

            – Remy
            1 hour ago














          2












          2








          2







          Here my suggestions.



          I have not met the point two. It seem more elegant to me aligned at bottom, or as showed here, aligned at the middle. But if you disagree, just change the m column by a p. Anyway, with p,m or b the main point is that without awful the horizontal rows, this table need some extra vertical space between rows to mark clearly where stard/end the text of the multiline cell. Otherwise the "Variable" column is a mess.



          mwe



          documentclassbeamer
          usepackagebooktabs,tabularx,dcolumn
          newcolumntypedD.cdot-1
          begindocument
          beginframe
          begintable
          captionKruskal-Wallis Tests by Semester
          footnotesizetabcolsep0em
          renewcommandarraystretch1.5
          begintabularxtextwidth>raggedrightm10emddddtoprule &
          multicolumn2cFalll &
          multicolumn2cSpring \
          cmidrule(r)2-3
          cmidrule(l)4-5
          multicolumn1Xleavevmodenewline Variable &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value tabularnewline
          cmidrule(r)1-1
          cmidrule(rl)2-2
          cmidrule(rl)3-3
          cmidrule(rl)4-4
          cmidrule(rl)5-5
          Attendance Rate & 0.55 & 0.0875 & 2.15 & <0.0001\
          Test Average & 4.14 & 0.0320 & 4.68 & 0.0080\
          Final Exam & 4.12 & 0.0022 & 1.99 & 0.1590\
          Data Analysis Assignment Average & 20.98 & <0.0001 & 17.42 & <0.0001\
          Quiz Average & 3.88 & 0.0035 & 2.33 & 0.0399\
          bottomrule
          endtabularx
          endtable
          endframe
          enddocument





          share|improve this answer













          Here my suggestions.



          I have not met the point two. It seem more elegant to me aligned at bottom, or as showed here, aligned at the middle. But if you disagree, just change the m column by a p. Anyway, with p,m or b the main point is that without awful the horizontal rows, this table need some extra vertical space between rows to mark clearly where stard/end the text of the multiline cell. Otherwise the "Variable" column is a mess.



          mwe



          documentclassbeamer
          usepackagebooktabs,tabularx,dcolumn
          newcolumntypedD.cdot-1
          begindocument
          beginframe
          begintable
          captionKruskal-Wallis Tests by Semester
          footnotesizetabcolsep0em
          renewcommandarraystretch1.5
          begintabularxtextwidth>raggedrightm10emddddtoprule &
          multicolumn2cFalll &
          multicolumn2cSpring \
          cmidrule(r)2-3
          cmidrule(l)4-5
          multicolumn1Xleavevmodenewline Variable &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value &
          multicolumn1Xcentering Weighted Test Statistic &
          multicolumn1Xcentering Unweighted p-value tabularnewline
          cmidrule(r)1-1
          cmidrule(rl)2-2
          cmidrule(rl)3-3
          cmidrule(rl)4-4
          cmidrule(rl)5-5
          Attendance Rate & 0.55 & 0.0875 & 2.15 & <0.0001\
          Test Average & 4.14 & 0.0320 & 4.68 & 0.0080\
          Final Exam & 4.12 & 0.0022 & 1.99 & 0.1590\
          Data Analysis Assignment Average & 20.98 & <0.0001 & 17.42 & <0.0001\
          Quiz Average & 3.88 & 0.0035 & 2.33 & 0.0399\
          bottomrule
          endtabularx
          endtable
          endframe
          enddocument






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 1 hour ago









          FranFran

          53.8k6122183




          53.8k6122183












          • Thank you, I really like the way this looks.

            – Remy
            1 hour ago











          • How can I make the decimals not be in the center but down? It looks like a multiplication sign.

            – Remy
            1 hour ago


















          • Thank you, I really like the way this looks.

            – Remy
            1 hour ago











          • How can I make the decimals not be in the center but down? It looks like a multiplication sign.

            – Remy
            1 hour ago

















          Thank you, I really like the way this looks.

          – Remy
          1 hour ago





          Thank you, I really like the way this looks.

          – Remy
          1 hour ago













          How can I make the decimals not be in the center but down? It looks like a multiplication sign.

          – Remy
          1 hour ago






          How can I make the decimals not be in the center but down? It looks like a multiplication sign.

          – Remy
          1 hour ago












          2














          This might work for your purposes. I used the article class for this but I think you can change it to beamer and use the frametitle option in lieu of the caption and you can adjust the font size as needed using footnotesize or anything else that can fit the dimensions of the slide. In addition, you can add the beginframe and endframe to the beginning and end of the table chunk of code.



          documentclassarticle

          usepackagefullpage
          usepackagetabulary
          usepackagebooktabs
          begindocument

          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable

          enddocument


          Edit:



          For beamer class,



          beginframe
          footnotesize %Or whatever other size you need
          frametitleMY TABLE %Frame Title
          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable
          endframe


          I hope this helps!






          share|improve this answer










          New contributor




          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thank you for your response. I tried adding your packages but it made every slide look weird. I have edited my post with a picture. Would it help if I showed each package I'm currently using?

            – Remy
            4 hours ago











          • I think your problem might come from the fullpage package because I never use that for beamer. If that is not it, please let me know what packages you are using.

            – Jennifer
            4 hours ago











          • That worked! Could you please edit your post to show where the font size adjustment goes?

            – Remy
            4 hours ago











          • I added it and hope it works for your purposes!

            – Jennifer
            4 hours ago















          2














          This might work for your purposes. I used the article class for this but I think you can change it to beamer and use the frametitle option in lieu of the caption and you can adjust the font size as needed using footnotesize or anything else that can fit the dimensions of the slide. In addition, you can add the beginframe and endframe to the beginning and end of the table chunk of code.



          documentclassarticle

          usepackagefullpage
          usepackagetabulary
          usepackagebooktabs
          begindocument

          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable

          enddocument


          Edit:



          For beamer class,



          beginframe
          footnotesize %Or whatever other size you need
          frametitleMY TABLE %Frame Title
          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable
          endframe


          I hope this helps!






          share|improve this answer










          New contributor




          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thank you for your response. I tried adding your packages but it made every slide look weird. I have edited my post with a picture. Would it help if I showed each package I'm currently using?

            – Remy
            4 hours ago











          • I think your problem might come from the fullpage package because I never use that for beamer. If that is not it, please let me know what packages you are using.

            – Jennifer
            4 hours ago











          • That worked! Could you please edit your post to show where the font size adjustment goes?

            – Remy
            4 hours ago











          • I added it and hope it works for your purposes!

            – Jennifer
            4 hours ago













          2












          2








          2







          This might work for your purposes. I used the article class for this but I think you can change it to beamer and use the frametitle option in lieu of the caption and you can adjust the font size as needed using footnotesize or anything else that can fit the dimensions of the slide. In addition, you can add the beginframe and endframe to the beginning and end of the table chunk of code.



          documentclassarticle

          usepackagefullpage
          usepackagetabulary
          usepackagebooktabs
          begindocument

          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable

          enddocument


          Edit:



          For beamer class,



          beginframe
          footnotesize %Or whatever other size you need
          frametitleMY TABLE %Frame Title
          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable
          endframe


          I hope this helps!






          share|improve this answer










          New contributor




          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          This might work for your purposes. I used the article class for this but I think you can change it to beamer and use the frametitle option in lieu of the caption and you can adjust the font size as needed using footnotesize or anything else that can fit the dimensions of the slide. In addition, you can add the beginframe and endframe to the beginning and end of the table chunk of code.



          documentclassarticle

          usepackagefullpage
          usepackagetabulary
          usepackagebooktabs
          begindocument

          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable

          enddocument


          Edit:



          For beamer class,



          beginframe
          footnotesize %Or whatever other size you need
          frametitleMY TABLE %Frame Title
          begintable
          captionKruskal-Wallis Tests by Semester
          begintabularylinewidthLCCCC
          \
          hline
          & multicolumn2cFalll&multicolumn2cSpring \
          hline
          Variable & Weighted Test Statistic & Unweighted p-value & Weighted Test Statistic & Unweighted p-value\
          hline
          Attendance Rate&0.55&0.0875&2.15&$<$0.0001\
          Test Average&4.14&0.0320&4.68&0.0080\
          Final Exam&4.12&0.0022&1.99&0.1590\
          Data Analysis&&&&\
          Assignment Average&20.98&$<$0.0001&17.42&$<$0.0001\
          Quiz Average&3.88&0.0035&2.33&0.0399\
          hline
          endtabulary
          endtable
          endframe


          I hope this helps!







          share|improve this answer










          New contributor




          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer








          edited 4 hours ago





















          New contributor




          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered 4 hours ago









          JenniferJennifer

          587




          587




          New contributor




          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          Jennifer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.












          • Thank you for your response. I tried adding your packages but it made every slide look weird. I have edited my post with a picture. Would it help if I showed each package I'm currently using?

            – Remy
            4 hours ago











          • I think your problem might come from the fullpage package because I never use that for beamer. If that is not it, please let me know what packages you are using.

            – Jennifer
            4 hours ago











          • That worked! Could you please edit your post to show where the font size adjustment goes?

            – Remy
            4 hours ago











          • I added it and hope it works for your purposes!

            – Jennifer
            4 hours ago

















          • Thank you for your response. I tried adding your packages but it made every slide look weird. I have edited my post with a picture. Would it help if I showed each package I'm currently using?

            – Remy
            4 hours ago











          • I think your problem might come from the fullpage package because I never use that for beamer. If that is not it, please let me know what packages you are using.

            – Jennifer
            4 hours ago











          • That worked! Could you please edit your post to show where the font size adjustment goes?

            – Remy
            4 hours ago











          • I added it and hope it works for your purposes!

            – Jennifer
            4 hours ago
















          Thank you for your response. I tried adding your packages but it made every slide look weird. I have edited my post with a picture. Would it help if I showed each package I'm currently using?

          – Remy
          4 hours ago





          Thank you for your response. I tried adding your packages but it made every slide look weird. I have edited my post with a picture. Would it help if I showed each package I'm currently using?

          – Remy
          4 hours ago













          I think your problem might come from the fullpage package because I never use that for beamer. If that is not it, please let me know what packages you are using.

          – Jennifer
          4 hours ago





          I think your problem might come from the fullpage package because I never use that for beamer. If that is not it, please let me know what packages you are using.

          – Jennifer
          4 hours ago













          That worked! Could you please edit your post to show where the font size adjustment goes?

          – Remy
          4 hours ago





          That worked! Could you please edit your post to show where the font size adjustment goes?

          – Remy
          4 hours ago













          I added it and hope it works for your purposes!

          – Jennifer
          4 hours ago





          I added it and hope it works for your purposes!

          – Jennifer
          4 hours ago










          Remy is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Remy is a new contributor. Be nice, and check out our Code of Conduct.












          Remy is a new contributor. Be nice, and check out our Code of Conduct.











          Remy is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f486133%2fhelp-recreating-a-table%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

          Fil:Tokke komm.svg

          Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?