Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_Distributional Plots.wasp
Title produced by softwareHistogram, QQplot and Density
Date of computationThu, 03 Nov 2011 09:44:27 -0400
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2011/Nov/03/t1320327895m6hlzwcxvy6fwq3.htm/, Retrieved Thu, 18 Apr 2024 16:52:46 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=139396, Retrieved Thu, 18 Apr 2024 16:52:46 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact87
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Histogram, QQplot and Density] [histogram of fina...] [2011-11-03 13:42:48] [35521cdb85a31d9f6eb48e92142bc928]
- R  D    [Histogram, QQplot and Density] [histogram of fina...] [2011-11-03 13:44:27] [fae12e24b400c069bb7f9721cf2fbefe] [Current]
Feedback Forum

Post a new message
Dataseries X:
66.67
66.33
64.33
64
63.33
61.33
64.67
63
60.67
63.67
60.67
61.67
62.33
60.33
59.67
60.33
59.33
58.67
58.67
59.33
57.33
59.33
56
53.67
58.67
49.33
71.33
70.33
69
66
66
63.33
65.33
64.33
64
61.67
63.67
64.67
61.67
62
61.33
63.67
61.33
62.33
59.67
59.33
61.67
58.67
58
56.67
59.67
58
57
57.67
58.67
55.33
56
55.67
53.33
53.67
51
47
4.33
70
68.67
67.67
66
65.67
65.67
63.67
63.67
64
62
62
61.67
61.67
63.33
61
62.33
60.33
60.33
60.67
57.67
58.33
58
57.33
56.67
58
55.33
55.67
54.67
56.33
55
55
54.67
54.33
49
48.33
49.67
43.67
6.33
3
66.67
67.33
65.33
66
65.67
66.67
65.67
65
64.67
66.67
63.67
63.33
63.67
63.33
63.67
63
61.67
61.33
60.67
60
61.67
61.33
58.67
60.33
59.67
59.33
59.67
61
61
60
60
58.67
58.33
58
56.33
54.67
55.33
54
52.67
44
65.67
65
66.33
64
62.33
61.33
63
63.67
62
61.33
64.67
62.67
64
61
60.67
59.67
60.33
56.67
56.67
54.33
51
51
47
68
65
64
64
64
62
61
60
60
62
60
59
61
60
60
58
58
60
58
59
56
54
51
47




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 1 seconds \tabularnewline
R Server & 'Gertrude Mary Cox' @ cox.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=139396&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]1 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gertrude Mary Cox' @ cox.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=139396&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=139396&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net







Descriptive Statistics
mean59.3019formula
standard deviation8.51915formula

\begin{tabular}{lllllllll}
\hline
Descriptive Statistics \tabularnewline
mean & 59.3019 & formula \tabularnewline
standard deviation & 8.51915 & formula \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=139396&T=1

[TABLE]
[ROW][C]Descriptive Statistics[/C][/ROW]
[ROW][C]mean[/C][C]59.3019[/C][C]formula[/C][/ROW]
[ROW][C]standard deviation[/C][C]8.51915[/C][C]formula[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=139396&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=139396&T=1

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Descriptive Statistics
mean59.3019formula
standard deviation8.51915formula



Parameters (Session):
par1 = 10 ;
Parameters (R input):
par1 = 10 ;
R code (references can be found in the software module):
bitmap(file='test1.png')
par1 <- as.numeric(par1)
myhist<-hist(x, breaks=par1, col=2, xlab=xlab, main=main)
dev.off()
bitmap(file='test2.png')
qqnorm(x)
qqline(x, col=2)
dev.off()
bitmap(file='test3.png')
plot(density(x), xlab=xlab, main=main)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Descriptive Statistics',3,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'mean',header=TRUE)
a<-table.element(a,signif(mean(x), 6))
a<-table.element(a,hyperlink('arithmetic_mean.htm','formula','click to see the formula'))
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'standard deviation',header=TRUE)
a<-table.element(a,signif(sd(x), 6))
a<-table.element(a,hyperlink('unbiased1.htm','formula','click to see the formula'))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')