LoginSignup
ryota0000
@ryota0000

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

マン・ホイットニーのU検定について。

Python初心者です。

マン・ホイットニーのU検定を行いました。

結果が出たのですが、全然有意差が出ず本当に結果があっているのか半信半疑です。

単純に値だけを見たら少しくらい有意差がありそうな気がしていたのですが、こんなものなのでしょうか。
それともやり方が間違っているのでしょうか。

コード

import numpy as np
import numpy.random as random
import scipy as sp
import pandas as pd
from pandas import Series,DataFrame
from scipy import stats

import matplotlib.pyplot as plt
import matplotlib as mpl
import seaborn as sns

df=pd.read_csv("rankrank.csv",sep=",",engine="python",header=0)

stats.mannwhitneyu(df["�サソA1"], df["A2"])

stats.mannwhitneyu(df["A3"], df["A4"])

・・・・・

CSVファイルの中身と出力結果

質問8.PNG

質問9.PNG

0

No Answers yet.

Your answer might help someone💌