Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_skewness_kurtosis_plot.wasp
Title produced by softwareSkewness-Kurtosis Plot
Date of computationFri, 01 Jan 2021 14:37:44 +0100
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2021/Jan/01/t1609508318vgbm3pbfh1fkimm.htm/, Retrieved Thu, 02 May 2024 12:42:02 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=319329, Retrieved Thu, 02 May 2024 12:42:02 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact129
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Skewness-Kurtosis Plot] [] [2021-01-01 13:37:44] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
27.5
27.5
26.5
26
27
26.5
27.5
28
27.5
27
25.5
24.5
24
25
26
26.5

28
28.5
26.5
25.5
24.5
24
24
25
24.5
24.5
24
24
25
24.5
24
24
26
25.5
25
24.5
25
24.5
27.5
25.5
24.5

25
25
24.5
24
24
23
22
19.5
20
19.5
20
21
21
21
20.5
21
22
21.5
19
19
20
22
18.5
15
18
18.5
18.5
18
15
17
16.5
16.5
17
16.5
16
17.5
17.5
17
16
17.5
17.5
17.5
17
17
17
19
21
16.5
14.5
15




\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input view raw input (R code)  \tabularnewline
Raw Outputview raw output of R engine  \tabularnewline
Computing time1 seconds \tabularnewline
R ServerBig Analytics Cloud Computing Center \tabularnewline
R Framework error message & 
Warning: there are blank lines in the 'Data' field.
Please, use NA for missing data - blank lines are simply
 deleted and are NOT treated as missing values.
\tabularnewline R Engine error message &
Error in plot.new() : figure margins too large
Calls: plotdist ... hist -> hist.default -> plot -> plot.histogram -> plot.new
Execution halted
\tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=319329&T=0

[TABLE]
[ROW]
Summary of computational transaction[/C][/ROW] [ROW]Raw Input[/C] view raw input (R code) [/C][/ROW] [ROW]Raw Output[/C]view raw output of R engine [/C][/ROW] [ROW]Computing time[/C]1 seconds[/C][/ROW] [ROW]R Server[/C]Big Analytics Cloud Computing Center[/C][/ROW] [ROW]R Framework error message[/C][C]
Warning: there are blank lines in the 'Data' field.
Please, use NA for missing data - blank lines are simply
 deleted and are NOT treated as missing values.
[/C][/ROW] [ROW]
R Engine error message[/C][C]
Error in plot.new() : figure margins too large
Calls: plotdist ... hist -> hist.default -> plot -> plot.histogram -> plot.new
Execution halted
[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=319329&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=319329&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 Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R ServerBig Analytics Cloud Computing Center
R Framework error message
Warning: there are blank lines in the 'Data' field.
Please, use NA for missing data - blank lines are simply
 deleted and are NOT treated as missing values.
R Engine error message
Error in plot.new() : figure margins too large
Calls: plotdist ... hist -> hist.default -> plot -> plot.histogram -> plot.new
Execution halted



Parameters (Session):
Parameters (R input):
R code (references can be found in the software module):
library(fitdistrplus)
bitmap(file='plot1.png')
plotdist(x, histo = TRUE, demp = TRUE)
dev.off()
bitmap(file='plot.png')
descdist(x, boot = 1000)
dev.off()