stdev Questions
4
Solved
Quick question. I read my csv file into the variable data. It has a column label var, which has numerical values.
When I run the command
sd(data$var)
I get
[1] NA
instead of my standard d...
Frieze asked 21/4, 2011 at 4:28
3
Solved
I have a table:
LocationId OriginalValue Mean
1 0.45 3.99
2 0.33 3.99
3 16.74 3.99
4 3.31 3.99
and so forth...
How would I work out the Standard Deviation using this table and also what would ...
Semitropical asked 15/2, 2013 at 11:39
1
Solved
var, sd, cor functions in {stats} use n-1 as a denominator (where n the number of observations). Out of curiosity, are there equivalent function that use n as a denominator?
Thorncombe asked 25/1, 2014 at 22:24
1
© 2022 - 2024 — McMap. All rights reserved.