<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>I need some sleep</title>
    <link>https://gofood.tistory.com/</link>
    <description>그래서 나는 그것이 내가 진정으로 알수있는
하나의 작은 지식세계라고 생각했다</description>
    <language>ko</language>
    <pubDate>Tue, 14 Apr 2026 22:11:07 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>나를보는나</managingEditor>
    <image>
      <title>I need some sleep</title>
      <url>https://t1.daumcdn.net/cfile/tistory/27177A365552DAB725</url>
      <link>https://gofood.tistory.com</link>
    </image>
    <item>
      <title>기대빈도 5 미만이면, 진짜 문제일까? &amp;mdash; 카이제곱 독립성 검정에서 자주 마주치는 오해</title>
      <link>https://gofood.tistory.com/657</link>
      <description>카이제곱 검정은 사회과학 논문에서 정말 자주 사용됩니다.집단 간의 분포 차이를 비교하거나, 범주형 변수 간의 관계를 살펴볼 때가장 먼저 떠올리는 분석이지요.
특히 &quot;집단 A와 B는 어떤 선택을 더 많이 했는가?&quot;&quot;성별에 따라 태도 차이가 있는가?&quot;이런 질문을 다룰 때 매우 유용합니다.
분석은 간단합니다.SPSS에서 교차표 기능만 잘 설정하면,결과표와 함께 카이제곱 통계량, 유의확률(p값), 기대빈도까지 한 번에 확인할 수 있으니까요.
그런데 여기서 한 ..</description>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/657</guid>
      <comments>https://gofood.tistory.com/657#entry657comment</comments>
      <pubDate>Sat, 10 May 2025 10:28:12 +0900</pubDate>
    </item>
    <item>
      <title>논문에서 많이 사용하는 대응표분분석 [사전 사후분석]</title>
      <link>https://gofood.tistory.com/656</link>
      <description>대응표본 t검정은 통계분석 중에서 꽤 자주 등장합니다.특히 사전-사후 설계(pre-post design), 또는 동일한 집단을 두 조건에서 비교할 때 주로 사용되지요.예를 들어, 한 집단의 스트레스 수준을 프로그램 전과 후에 비교한다든가, 동일한 참가자가 두 제품을 사용했을 때 만족도를 비교하는 경우처럼 말입니다.
이 분석은 '같은 사람'에게서 나온 두 관측값 간의 차이를 비교하는 것이기 때문에,독립표본 t검정과는 다르게 개인 간 차이를 제거하고 순수한..</description>
      <category>통계분석</category>
      <category>논문컨설팅</category>
      <category>논문통계분석</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/656</guid>
      <comments>https://gofood.tistory.com/656#entry656comment</comments>
      <pubDate>Wed, 7 May 2025 11:42:23 +0900</pubDate>
    </item>
    <item>
      <title>공분산분석(ANCOVA)에서 공변량 조건</title>
      <link>https://gofood.tistory.com/655</link>
      <description>공분산분석, 즉 ANCOVA는 실험이나 비교연구에서 그룹 간 차이를 보다 정확하게 비교하고자 할 때 자주 사용됩니다.특히 초기 상태의 차이나 외부 영향을 통제하려는 목적에서 많이 선택되지요.표면적으로는 분산분석(ANOVA)에 공변량 하나를 추가하는 정도로 보이지만, 실제로는 몇 가지 중요한 전제조건을 충족해야 신뢰할 수 있는 결과를 얻을 수 있습니다.
우선 공변량은 종속변수와 유의미한 상관이 있어야 합니다.공변량이 종속변수와 아무런 관련이 없다면, 굳이..</description>
      <category>통계분석</category>
      <category>ANCOVA</category>
      <category>공변량분석</category>
      <category>논문컨설팅</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <category>사회조사분석사통계의뢰</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/655</guid>
      <comments>https://gofood.tistory.com/655#entry655comment</comments>
      <pubDate>Tue, 29 Apr 2025 14:27:06 +0900</pubDate>
    </item>
    <item>
      <title>독립표본 t-검정 vs 대응표본 t-검정 &amp;ndash; 논문에서 제대로 구분하고 쓰는 법</title>
      <link>https://gofood.tistory.com/654</link>
      <description>통계 분석을 하다 보면 자주 마주치는 검정 중 하나가 t-검정입니다. 아마 대학원생이라면 &quot;독립표본 t-검정&quot;과 &quot;대응표본 t-검정&quot;이라는 용어를 한 번쯤은 들어보셨을 겁니다. 그러나 막상 논문을 작성할 때, 두 검정을 정확하게 구분하여 적용하는 것은 생각보다 쉽지 않습니다. &quot;t-검정을 실시했다&quot;고 표현하는 경우는 많지만, 어떤 조건에서 어떤 검정을 써야 하는지 정확히 이해하고 적용하는 사례는 그리 많지 않습니다.
가장 기본적인 차이부터 정리해 보겠습..</description>
      <category>통계분석</category>
      <category>논문컨설팅</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <category>사회조사분석사</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/654</guid>
      <comments>https://gofood.tistory.com/654#entry654comment</comments>
      <pubDate>Sat, 26 Apr 2025 17:51:40 +0900</pubDate>
    </item>
    <item>
      <title>논문에 있어서의 회귀분석</title>
      <link>https://gofood.tistory.com/653</link>
      <description>논문을 하다 보면 &amp;lsquo;이 변수가 결과에 영향을 미치는지&amp;rsquo;가 늘 궁금하죠. 예를 들어 &amp;ldquo;스트레스 수준이 직무만족도에 영향을 미칠까?&amp;rdquo; 또는 &amp;ldquo;SNS 사용 시간이 우울감에 영향을 줄까?&amp;rdquo; 같은 질문들이죠. 이런 의문에 답하기 위해 사용하는 분석기법이 바로 회귀분석입니다.
가장 기본적인 회귀분석은 단순회귀분석(simple regression)입니다. 하나의 독립변수(X)가 하나의 종속변수(Y)에 ..</description>
      <category>통계분석</category>
      <category>논문컨설팅</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/653</guid>
      <comments>https://gofood.tistory.com/653#entry653comment</comments>
      <pubDate>Thu, 24 Apr 2025 16:41:54 +0900</pubDate>
    </item>
    <item>
      <title>평균만 보면 놓치는 것들 &amp;mdash; '분산'과 '표준편차' 이야기</title>
      <link>https://gofood.tistory.com/652</link>
      <description>논문 통계 의뢰를 하다 보면, 많은 대학원생분들이 통계 결과를 받아보고 가장 먼저 보는 게 평균(mean) 아닐까 합니다.&amp;nbsp;예를 들어 이런 거죠.&quot;우리 샘플의 평균 점수가 3.8이 나왔어요, 교수님!&quot;그럼 대부분 거기까지만 보고 안심을 하거나 당황하죠.
그런데 사실 평균만 보는 건, 사람 체온을 잴 때 오로지 이마 온도만 측정하는 것과 같아요.그 순간의 상태만 보여줄 뿐, 그 온도가 의미 있는지, 정상인지, 위태로운지 알려면 다른 지표도 함께 ..</description>
      <category>통계분석</category>
      <category>논문컨설팅</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <category>사회조사분석사통꼐의뢰</category>
      <category>통계강의</category>
      <category>통계의뢰</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/652</guid>
      <comments>https://gofood.tistory.com/652#entry652comment</comments>
      <pubDate>Tue, 22 Apr 2025 20:12:34 +0900</pubDate>
    </item>
    <item>
      <title>기초통계 #5 &amp;mdash; 변수와 척도의 종류, 그 헷갈림의 끝 [논문통계]</title>
      <link>https://gofood.tistory.com/651</link>
      <description>논문 통계 분석을 하다 보면 대학원생 분들께 가장 많이 받는 질문이 있어요.&quot;이 변수는 어떤 척도로 봐야 하나요?&quot;그리고 대부분은 &amp;lsquo;그게 뭐였더라...&amp;rsquo; 하는 표정을 지으시죠.
사실 척도(scale)란 게 별건 아닙니다. 우리가 어떤 개념이나 현상을 수치화해서 표현할 때, 그 수치가 갖는 의미와 성격을 구분해놓은 체계거든요. 예를 들어볼게요.
누군가의 성별을 조사한다면 '남자', '여자' 라는 값에는 크고 작음이 없죠. 그냥 구분만..</description>
      <category>통계분석</category>
      <category>논문컨설팅</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <category>통계분석의뢰</category>
      <category>통계의뢰</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/651</guid>
      <comments>https://gofood.tistory.com/651#entry651comment</comments>
      <pubDate>Wed, 16 Apr 2025 09:22:00 +0900</pubDate>
    </item>
    <item>
      <title>논문 통계분석의 첫 단추 &amp;mdash; 변수의 척도</title>
      <link>https://gofood.tistory.com/650</link>
      <description>논문을 분석하다 보면 많은 분들이 &quot;이 변수는 어떤 통계분석을 써야 하나요?&quot;라는 질문을 가장 많이 하십니다. 그런데 정작 그보다 더 먼저 점검해야 할 게 있어요. 바로 그 변수가 어떤 척도로 측정되었는가입니다.우리가 연구에서 다루는 모든 변수는 사실 네 가지 범주 중 하나에 속해요. 명목척도, 서열척도, 등간척도, 비율척도. 이걸 구분하지 않으면, 분석 방법을 고르는 것도, 해석을 하는 것도 모두 엉켜버릴 수밖에 없습니다.예를 들어볼까요?만약 '성별'..</description>
      <category>통계분석</category>
      <category>논문컨설팅</category>
      <category>논문통계분석</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <category>사회조사분석사통계의뢰</category>
      <category>통계비용</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/650</guid>
      <comments>https://gofood.tistory.com/650#entry650comment</comments>
      <pubDate>Mon, 14 Apr 2025 19:00:25 +0900</pubDate>
    </item>
    <item>
      <title>[기초통계 #3] 기술통계 vs 추론통계, 개념과 SPSS 적용까지 [논문통계]</title>
      <link>https://gofood.tistory.com/649</link>
      <description>&amp;nbsp;
 &amp;nbsp; 논문에서 통계를 다룰 때 가장 먼저 정리해야 할 개념이 있습니다.바로 **기술통계(Descriptive Statistics)**와 **추론통계(Inferential Statistics)**의 구분입니다.
두 가지는 전혀 다른 목적을 가진 통계이며, 사용되는 분석방법도 완전히 다릅니다.

✅ 기술통계(Descriptive Statistics): &quot;지금 가진 자료를 요약한다&quot;
기술통계는 말 그대로 현재 확보된 데이터를 요약, 정리..</description>
      <category>통계분석</category>
      <category>논문컨설팅</category>
      <category>논문통계</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <category>논문통계해석</category>
      <category>통계의뢰</category>
      <category>통계컨설팅</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/649</guid>
      <comments>https://gofood.tistory.com/649#entry649comment</comments>
      <pubDate>Fri, 11 Apr 2025 11:52:23 +0900</pubDate>
    </item>
    <item>
      <title>[기초통계 #2] 모수와 통계량의 차이 &amp;ndash; 연구의 정확도를 결정짓는 개념</title>
      <link>https://gofood.tistory.com/648</link>
      <description>사회과학 논문을 쓰다 보면 &amp;ldquo;모수&amp;rdquo;와 &amp;ldquo;통계량&amp;rdquo;이라는 용어가 반복해서 등장합니다.이 둘을 구분하는 것은 연구 설계와 해석의 정확성을 위해 반드시 필요합니다.
모수(Parameter)란?
모수란 전체 집단(모집단)의 특성을 나타내는 수치를 의미합니다.예를 들어, 어떤 나라 전체 성인의 평균 키나 평균 소득처럼,전체 구성원에 대해 말할 때 사용됩니다.
하지만 현실적으로 우리는 모집단 전체를 조사하는 것이 거의 불가..</description>
      <category>통계분석</category>
      <category>논문컨설팅비용</category>
      <category>논문통계</category>
      <category>논문통계비용</category>
      <category>논문통계의뢰</category>
      <category>사회조사분석사통계분석</category>
      <category>통계의뢰</category>
      <author>나를보는나</author>
      <guid isPermaLink="true">https://gofood.tistory.com/648</guid>
      <comments>https://gofood.tistory.com/648#entry648comment</comments>
      <pubDate>Fri, 11 Apr 2025 07:00:12 +0900</pubDate>
    </item>
  </channel>
</rss>