Displaying 20 results from an estimated 2000 matches similar to: "QUERY: Linking all statistical institutes / departments"
2001 Nov 29
2
ForTran Compiler & use of it in R / S+
Dear [R] members,
         Can you provide me with the exact URL where can i find  ForTran 
Compilers [ free / commercial / trial / shareware / evaluation copy ] for 
WINDOWS [ Preferable ] or DOS ; and some source codes of different kind of 
Statistical calculation making programs made / coded in ForTran ?
         And how can i use a program (coded in ForTran) in R console ? Can 
i do it in S+
2001 Aug 30
3
Novice User Manual
Dear R users,
         I'm a new user of R : in fact , i hadn't used R yet. To say the 
truth , I'm used to with graphical interface of windows environment. so R 
console reminds me Linux , of which i am afraid of much more. Whatever , i 
like to learn about the 7 topics below of "R" or "S+4.5" [is there any 
other similar program like these ?]. Thats why i need
2003 Jun 26
1
Residual plotting
Dear all,
So far i could do (in an informal way) to draw a Standardized Resisual plot 
in the following way-
---------------------
 >x <- c(104.1, 106.6, 105.5, 107.5, 109.6, 113.3, 115.5, 117.7, 119.9, 
122.1, 124.3, 126.5, 128.2)
 >y <- c(53732, 52912, 57005, 61354, 67682, 71602, 71961, 75309, 82931, 
93310, 102161, 103068, 108927)
 >
2004 Apr 05
3
Selecting Best Regression Equation
Dear all,
	Does R or S-plus or any of their packages provide any command to form any 
of the following procedures to find Best Regression Equation -
	1. 'All Possible Regressions Procedures' (is there any automated command 
to perform 2^p regressions and ordering according to criteria R2(adj), 
mallows Cp, s2- by not setting all the regression models manually),
	2. 'Backward
2003 Nov 17
3
S Programming
Dear all,
     I am thinking of writing my own functions in s-plus (or in R). I just 
know how to work with S-plus / R built-in functions. Therefore, I'm a 
beginner in S programming.
     I am looking for some on-line documentation that is well written about 
"Programming in S language" where control stuctures / loops / vectorization 
and necessery sequences of S programming are
2003 Dec 26
2
OC curve in "Quality Control"
Dear all,
Can anyone please help me about any of the following questions:
--------------------------------------------
1. How can i find "factorial" of any number in R? I tried
	> prod(170:1) # to find factorial of 170 or 170!
Is it the only procedure - or R has any better process / operational 
character to calculate factorial? Also, is it possible to calculate 
factorial of 500? Or
2004 Apr 05
0
Selecting Best Regression Equation : leaps() in R and stepwise() in S+
Dear all,
	
First of all - thanks to the R-users who replied my previous mail 
"Selecting Best Regression Equation". However, seems i've got some other 
problems now -
My data in c:\leafbrn.txt file is-
--------------------------------------
i	x1	x2	x3	y
1	3.05	1.45	5.67	0.34
2	4.22	1.35	4.86	0.11
3	3.34	0.26	4.19	0.38
4	3.77	0.23	4.42	0.68
5	3.52	1.10	3.17	0.18
6	3.54	0.76	2.76
2004 Apr 14
4
Non-Linear Regression Problem
Dear all,
	I was wondering if there is any way i could do a "Grid Search" on a 
parameter space using R (as SAS 6.12 and higher can do it) to start the 
Newton-Gauss Linearization least squares method when i have NO prior 
information about the parameter.
W. N. Venables and B. D. Ripley (2002) "Modern Applied Statistics with S", 
4 th ed., page 216-7  has a topic
2004 Mar 01
3
Nonparametric test of randomness (Run Test)
Dear all,
Does R or S-plus or any of their packages provide
Non-parametric "Run test" (which tests whether a
sequence of numbers might be random or not)?  If yes,
i'd like a numerical illustration of this test.
Any response / help / comment / suggestion will be
greatly appreciated. Thanks in advance.
-------------------------------
Mohammad Ehsanul Karim <wildscop at
2004 May 06
5
Orthogonal Polynomial Regression Parameter Estimation
Dear all,
Can any one tell me how can i perform Orthogonal
Polynomial Regression parameter estimation in R?
--------------------------------------------
Here is an "Orthogonal Polynomial" Regression problem
collected from Draper, Smith(1981), page 269. Note
that only value of alpha0 (intercept term) and signs
of each estimate match with the result obtained from
coef(orth.fit). What
2004 Apr 16
5
Non-Linear Regression (Cobb-Douglas and C.E.S)
Dear all,
For estimating Cobb-Douglad production Function [ Y = ALPHA * (L^(BETA1)) * 
(K^(BETA2))  ], i want to use nls function (without linearizing it). But 
how can i get initial values?
------------------------------------
 > options(prompt=" R> " )
  R> Y <- c(59.6, 63.9, 73.5, 75.6, 77.3, 82.8, 83.6, 84.9, 90.3, 80.5, 
73.5, 60.3, 58.2, 64.4, 75.4, 85, 92.7, 85.4,
2005 Mar 20
1
"Graphics (for goodness of fit)" Question
Dear List,
Suppose, I have some observed and expected
frequencies, such as following. 
I need to draw a graph where plots of observed and
expected frequencies are merged into one.
------------------------------------------------
 m <- c(1,2,3,4,5,6,7,8,9,10,12,13,17)
 k <- c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 19)
 ExpWW <- c(0.309330628803245, 0.213645190887434,
0.147558189649435,
2005 Mar 11
2
Calculating lengths of runs of 0 or 1 sequences in meteorological data
Dear List Members,
I need some help about programming in S language. My
problem is as follows:
I have meteorological data (about rainfall measurement
each day from 1989-2002), say like 
http://www.angelfire.com/ab5/get5/data.rainfall.txt 
or http://www.angelfire.com/ab5/get5/R.rainfall.txt
in a sequence of 0(denoting dry day)'s and 1(denoting
wet day)'s. I want to construct a frequency
2007 Apr 08
0
Simulation of the Frailty of the Cox PH model
Dear R-list users,
I am trying to do simulation of survival data to
enable it to run under frailty option. Below is the
function a that I am using. My questions are:
1. How do I modify it to get bigger (hopefully
significant) value of Variance of random effect?
2. What changes do I have to make in the function to
run it under correlated frailty model? (may be in
kinship package)
3. Is there
2007 May 03
2
Single Title for the Multiple plot page
Dear List, 
In R we can plot multiple graphs in same page using
par(mfrow = c(*,*)). In each plot we can set title
using main and sub commands. 
However, is there any way that we can place an
universal title above the set of plots placed in the
same page (not individual plot titles, all i need is a
title of the whole graph page) as well as sib-titles?
Do I need any package to do so?
Thank you
2005 Jun 26
2
chisq.test using amalgamation automatically (possible ?!?)
Dear List,
If any of observed and/or expected data has less than
5 frequencies, then  chisq.test (Pearson's Chi-squared
Test for Count Data from package:stats) gives warning
messages. For example,
x<-c(10, 14, 10, 11, 11, 7, 8, 4, 1, 4, 4, 2, 1, 1, 2,
1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)
y<-c(9.13112391745095, 13.1626482033341,
12.6623267638188, 11.0130706413029, 9.16415925139016,
2007 Apr 20
1
Hiding "Warning messages" in coxme output
Dear list,
I have been trying to use coxme in R 2.3.1.
When I use coxme in the following data sim.fr1, i get 
"Warning messages: using 'as.environment(NULL)' is
deprecated"
Why does it occur? 
How can I hide such warning message, 
especially when coxme is under a loop?
Mohammad Ehsanul Karim (Institute of Statistical
Research and Training, University of Dhaka)
>
2010 Feb 28
13
Any training institutes for RoR in India?
Hello friends,
Are there any good training institutes for RoR in India ?? Would be of
great help.
Thank you
-- 
Posted via http://www.ruby-forum.com/.
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2007 Apr 17
3
Extracting approximate Wald test (Chisq) from coxph(..frailty)
Dear List,
How do I extract the approximate Wald test for the
frailty (in the following example 17.89 value)?
What about the P-values, other Chisq, DF, se(coef) and
se2? How can they be extracted?
######################################################>
kfitm1
Call:
coxph(formula = Surv(time, status) ~ age + sex +
disease + frailty(id, 
    dist = "gauss"), data = kidney)
         
2013 May 03
1
Two departments on two different locations
Hi there,
like topic sais, I'd like to build a domain-system with two locations. 
Our users work one day here the other day in the other place.
The two locations are connected via VPN (10MBit).
To have one datastore in sync on both locations I was thinking about 
something like a distributed filesystem (e.g. ceph). Why?
I hope to be able to setup the cluster between the two locations with a