Grocer Function
NAME
extraptab - extrapolation of statistical tables
CALLING SEQUENCE
[critical]=extraptab(tab,n)
PARAMETERS
Input
-
tab = a (pxq) table where
-
the first row is not used (it is supposed to be filled with the size levels
each row has the form [n v1 ... vn] where n is a # of observations (filled from the lowest to the highest in col 1, starting from row 2, since row 1 is not used)
-
n = a scalar (the # of observations for which critical are calculated by extrapolation)
Output
- critical = a (1xq) vector of critical values for all sizes present in the table tab
DESCRIPTION
From a table (implicitly of stats...) filled for some values for the # of observations, calculates the corresponding values for n observations
EXAMPLE
critical1=extraptab(tab1,T) (see schmiphi_tab)
AUTHOR
Eric Dubois 2002