|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrvl.stat.anova.Model
public class Model
| Field Summary | |
|---|---|
boolean |
recalcLU
|
| Constructor Summary | |
|---|---|
Model()
|
|
Model(java.lang.String s)
Construct a Model by parsing a string s |
|
| Method Summary | |
|---|---|
void |
addFactor(Factor f)
|
void |
addFactor(Factor f,
boolean expand)
|
void |
addTerm(Term t)
Add a term to the model |
double[][] |
EMSCoefs()
|
java.lang.String |
EMSString()
|
java.util.Vector |
getAllCompRestr(Term compTerm)
|
double[] |
getCompCoefs(Term compTerm,
Factor[] restr)
|
double[] |
getCompErrorTerms(double[] coef)
|
java.util.Vector |
getCompRestr(Term compTerm)
|
double[] |
getCompVariance(Term compTerm,
Factor[] restr,
double[] effSD)
|
java.lang.String[] |
getCompVarString(Term compTerm,
Factor[] restr)
|
double[][] |
getErrorTerms()
|
double[][] |
getErrorTerms(double[][] C)
|
Factor |
getFac(int i)
|
Factor |
getFac(java.lang.String s)
|
int |
getNobs()
|
double[] |
getPowerInfo(int i)
|
Term |
getTerm(int i)
|
int |
nFac()
|
int |
nTerm()
|
double[] |
power(double[] sd,
double alpha)
|
void |
printEMS()
|
void |
removeTerm(int i)
|
void |
setFixed(java.lang.String s)
Set specified factors to be fixed |
void |
setLevels(java.lang.String s)
Set numbers of levels based on a string with format name #levels name #levels ... |
void |
setRandom(java.lang.String s)
Set specified factors to be random |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean recalcLU
| Constructor Detail |
|---|
public Model()
public Model(java.lang.String s)
| Method Detail |
|---|
public Factor getFac(int i)
public Factor getFac(java.lang.String s)
public Term getTerm(int i)
public int nFac()
public int nTerm()
public void addFactor(Factor f)
public void addFactor(Factor f,
boolean expand)
public void addTerm(Term t)
public void removeTerm(int i)
public void setLevels(java.lang.String s)
public void setRandom(java.lang.String s)
public void setFixed(java.lang.String s)
public int getNobs()
public double[][] EMSCoefs()
public double[][] getErrorTerms(double[][] C)
public double[][] getErrorTerms()
public double[] power(double[] sd,
double alpha)
public double[] getPowerInfo(int i)
public void printEMS()
public java.lang.String EMSString()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Vector getCompRestr(Term compTerm)
public java.util.Vector getAllCompRestr(Term compTerm)
public double[] getCompVariance(Term compTerm,
Factor[] restr,
double[] effSD)
public double[] getCompCoefs(Term compTerm,
Factor[] restr)
public double[] getCompErrorTerms(double[] coef)
public java.lang.String[] getCompVarString(Term compTerm,
Factor[] restr)
Should set recalcLU to true if model has changed since last call.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||