Displaying 3 results from an estimated 3 matches for "methdo".
Did you mean:
method
2006 Aug 15
7
Trying to Overide Class Object Methdos For Testing
Hi,
I thought I had a handle on the whole singleton class thing but now I''m
not too sure.
I have a class definition:
class ValidationMaster
def validate(params)
# complex and time consuming validation
# returns true on success, raises Exception
# on failure
end
end
Okay, so when I''m running my functional tests within rails, I want to be
able to control how
2001 Nov 27
2
overlaying qqnorm plots...
...c has had plenty of discussion in the last couple of days,
but....
I've been trying to compare the effects of different fitted methods for
systems of equations (OLS, SUR, 2SLS, 3SLS ) and would like to compare the
residual plots (easy) and the qqnorm/qqplot of the fits for the different
fitted methdos. For example,
qqnorm( residuals( lm( q ~ p + f + a ) ) )
par( new = TRUE )
qqnorm( residuals( tsls( q ~ p + d, ~ d + f + a ) ) )
The resulting plot contains the two qqnorm plots, and the x axis stays the
same. The y axis ("Sample Quantiles") scales for the different plots. I
would to f...
2011 Oct 05
4
SPlus to R
...> # cc range of multiplicative constant applied to the initial values ne
> # l.span smoothing constant for loess
> #
> # Note: rc is required for methods 1 and 2 but not 3
> # method 3 return the sample size need for rc=0 to (1-d)*nc
> #
> ######## Output
> # for methdos 1 & 2: return the sample size needed for the experimental group (1 number)
> # for given rc, nc, d, alpha, and power
> # for method 3: return the profile of sample size needed for given nc, d, alpha, and power
> # vector $ne contains the samp...