Find relationship between any two variables.
findrelation(iVar, iResp, criterion = "adj.R2", modelNames, str = FALSE,
cRes.all, cRes.best, cRes.print, x, nlsInits, nRes)
a list of the following items:
"cRes.all": A dataframe of all results.
"cRes.best": A dataframe of best results.
"cRes.print": A dataframe of results to print
The first parameter.
The second parameter.
What model fit parameter is used for ranking? (Default: adj.R2)
A vector of model names chosen from "SL", "Quad", "SQuad", "Exp", "Log", "nls","CP"
TRUE/FALSE Is this a 'strength' type model fitting? (whether to use ^2 and sqrt functions)
A dataframe of all results, passed in by the netSEMm function
A dataframe of best results, passed in by the netSEMm function
A dataframe of results to print, passed in by the netSEMm function
A dataframe of data values, passed in by the netSEMm function
A vector of nls initialization coefficients, passed in by the netSEMm function
number of cells in the print variable, value passed in by the netSEmm function