Skip to content

Help me...!!!

5 messages · abel1682, Simon Pickett, Michael Lawrence +2 more

#
Hi to all...i'm a new R'user and i have to solve some exercies so i ask to
tou for an help...

1.) How i can demonstrate  in R that  the limit for x-->infinite of
(1+1/x)^x is equal to "e"?
2.) if i have a vector of values how can i create a function that, applied
to my vector, give me "median", "mean", "Var" and "length" togheter?
3.)Find the minimum of this function: 
                                                    f(x)=(x-3)^4
with the Newton method.

4.) Define a function that is able to calculate the geometric mean of a
seriation:

Sorry for all these questions...
Thanks a lot!!!...
#
have a read at these pdfs

http://cran.r-project.org/other-docs.html

you are likely to get a bashing for asking people to do your homework for 
you!

Simon.


----- Original Message ----- 
From: "abel1682" <lizard_1682 at yahoo.it>
To: <r-help at r-project.org>
Sent: Tuesday, May 26, 2009 3:37 PM
Subject: [R] Help me...!!!
#
http://www.r-project.org/posting-guide.html

"Basic statistics and classroom homework:  R-help is not intended for these. "
On Tue, May 26, 2009 at 11:37 AM, abel1682 <lizard_1682 at yahoo.it> wrote:

  
    
#
Is this homework?

If so, please read the posting guide and note the part about homework.
Specifically, "Basic statistics and classroom homework:  R-help is not 
intended for these."

http://www.r-project.org/posting-guide.html
abel1682 wrote:

  
    
#
The bad news, as others have indicated, is that this list is not for
homework. The good news is that all of this is extremely easy in R!!!