search for: help_at_r

Displaying 8 results from an estimated 8 matches for "help_at_r".

2012 Jan 06
3
How to fit my data with a distribution?
Dear All, I have a bunch of data points as follows: x  100 y  200 z  300 ... where 100, 200, 300 are the values. I would like to know the distribution of my data? how can I fit my data into a distribution? Thanks a lot, Andra [[alternative HTML version deleted]]
2011 Jan 12
2
plot: skip a range of axis
Hi, I am using plot to show scatter points in 2_D. in my data, there is no data between -1 and +1 in x-axis. I want to skip this region, i.e. x axis becomes [-Inf:-1, 1:Inf]. can any one tell me how to do? YU [[alternative HTML version deleted]]
2010 Jun 26
0
Problem: RWinEdt and Windows 7
...s > > Peter > > Peter L. Flom, PhD > Statistical Consultant > Website: www DOT peterflomconsulting DOT com > Writing; http://www.associatedcontent.com/user/582880/peter_flom.html > Twitter: @peterflom > > ______________________________________________ > R-help_at_r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html ( http://www.r-project.org/posting-guide.html ) > and provide commented, minimal, self-contained, reproducible code. Dr. Johannes Re...
2009 Jul 03
2
bigglm() results different from glm()
...hanks in advance for your help, / /> / /> Francisco / /> / /> -- / /> Francisco J. Zagmutt / /> Vose Consulting / /> 2891 20th Street / /> Boulder, CO, 80304 / */> USA / */> www.voseconsulting.com / /> / /> ______________________________________________ / /> R-help_at_r-project.org mailing list / /> https://stat.ethz.ch/mailman/listinfo/r-help / /> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html / /> and provide commented, minimal, self-contained, reproducible code. / /> / Thomas Lumley Assoc. Professor, Biostatistics t...
2009 Jun 01
2
Calling Fortran from C++
Hi, can anybody point me to a package with C++ code that call Fortran subroutines? I am trying to do the same thing but we scarce success. Error in dyn.load("utils.so") : unable to load shared library 'utils.so': dlopen(utils.so, 6): Symbol not found: _robcovf Referenced from: utils.so Expected in: dynamic lookup [[alternative HTML version deleted]]
2009 Nov 29
2
Time Series Rating Model
To R programming experts, I am a undergraduate student, and now doing research personally. I apply diagonal bivariate poisson (R package "bivpois") with stochatics weighted function (refer to dixoncoles97 section 4.5 to 4.7). However I dont know how to fit this stochatical weighted function to the completed bivariate poisson model. I know that some other references for dynamic soccer
2011 May 19
0
Flattening lists and environments (was: "how to flatten a list to the same level?")
...Heckmann > >> Dipl. Wirt.-Ing. cand. Psych. > >> Vorstra?e 93 B01 > >> 28359 Bremen > >> Blog:www.markheckmann.de > >> R-Blog:http://ryouready.wordpress.com > >> > >> ______________________________________________ > >> R-help_at_r-project.org mailing list > >> https://stat.ethz.ch/mailman/listinfo/r-help > >> PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html > >> and provide commented, minimal, self-contained, reproducible code. > >> > > > > > &g...
2009 May 26
5
Help me...!!!
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?