[R] Very basic statistics in R

Marius 't Hart marius at ai178182.ai.rug.nl
Mon May 6 10:08:14 CEST 2013


Dear Xavier,

Jeffs answer was to point out two things to you:
1: How to find these functions on your own.
2: These functions are definitely available in R

Good luck,
Marius


On Mon, 6 May 2013, Xavier Prudent wrote:

> Dear Jeff,
> Thanks for your fast answer,
> I could for sure implement the 2-lines code to calculate the uncertainties,
> but I am astonished that a widespread statistics package like R does not
> include these very basic quantities.
> Regards,
> Xavier
>
>
> 2013/5/3 S Ellison <S.Ellison at lgcgroup.com>
>
>>
>>
>>>  - the mean <x>                   -> mean(x)
>>>  - the uncertainty on <x>       -> std.error(x) ? Or sd(x)?
>>>  - the standard deviation of x  -> ?
>>>  - the uncertainty on the standard deviation -> ?
>>>
>>> Anyone has an idea?
>>
>> 1. Use R's help system to look up 'standard deviation' and 'mean'
>> e.g.:
>> ??'standard deviation'
>> ??'mean'
>>
>> For the other two questions, consult your basic stats textbook; the
>> answers can be calculated from the two above together with the number of
>> observations.
>>
>> *******************************************************************
>> This email and any attachments are confidential. Any use, copying or
>> disclosure other than by the intended recipient is unauthorised. If
>> you have received this message in error, please notify the sender
>> immediately via +44(0)20 8943 7000 or notify postmaster at lgcgroup.com
>> and delete this message and any copies from your computer and network.
>> LGC Limited. Registered in England 2991879.
>> Registered office: Queens Road, Teddington, Middlesex, TW11 0LY, UK
>>
>
>
>
> -- 
> *---------------------------------------
> Xavier Prudent
> *
> *
> Computational biology and evolutionary genomics
> *
> *
> *
> *Guest scientist at the Max-Planck-Institut f?r Physik komplexer Systeme*
> *(MPI-PKS)*
> *Noethnitzer Str. 38*
> *01187 Dresden
> *
> *
> *
> *Max Planck-Institute for Molecular Cell Biology and Genetics*
> *
> (MPI-CBG)
> *
> *
> Pfotenhauerstra?e 108
> *
> *
> 01307 Dresden
> *
> *
>
> *
> *
> Phone: +49 351 210-2621
> *
> *Mail: prudent [ at ] mpi-cbg.de
> **---------------------------------------*
>
> 	[[alternative HTML version deleted]]
>
>
>
>



More information about the R-help mailing list