ich bin sehr verzweifelt und weiß nicht mehr weiter

Vielen lieben Dank für eure HIlfe und viele Grüße
Lily
PS: Jetzt kann ich die Datei nicht hochladen, da es heißt "Das Kontingent für Dateianhänge ist bereits vollständig ausgenutzt"
ich bin sehr verzweifelt und weiß nicht mehr weiter
Kann man die Signifikanz auch bei Excel berechnen?
einschaetzung <- read.table(text="gut mittel schlecht
153 48 25
55 37 15",
header=TRUE,
row.names = c("2012","1992"))
> print(einschaetzung)
gut mittel schlecht
2012 153 48 25
1992 55 37 15
chisq.test(einschaetzung)
> chisq.test(einschaetzung)
Pearson's Chi-squared test
data: einschaetzung
X-squared = 8.6795, df = 2, p-value = 0.01304
> citation()
To cite R in publications use:
R Core Team (2016). R: A language and environment for statistical computing. R Foundation for
Statistical Computing, Vienna, Austria. URL https://www.R-project.org/.
A BibTeX entry for LaTeX users is
@Manual{,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2016},
url = {https://www.R-project.org/},
}
We have invested a lot of time and effort in creating R, please cite it when using it for data analysis.
See also ‘citation("pkgname")’ for citing R packages.
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast