look4simu: makes some standard statistical investigations about a...

Description Usage Arguments Details Value Examples

Description

From a simulation made about a /chain/ stored as a list as done by the function simu8chain returns / prints / plots standards results for continuous variables.

Usage

1
look4simu(simu, what="ub", how="SP", who="A", selec=NULL)

Arguments

simu

list resulting from a simu8chain call. The two expected components are $df and $rr.

what

Indicates which kind of statistics to investigate: u for univariate, b for bivariate.

how

Indicates what to do: s to return the statistics, S to print the statistics, p or P to make standard plots.

who

Which kind of subnode must be handled: A for All, X for X, m for m and C for CV.

selec

Vector containing the names of the node to include, NULL means all nodes.

Details

(see the code.)

Value

According of how, only printing and plots and/or statistics

Examples

1
2
3
 prr3k("RESET"); # For R checking compliance
 simul <- simu8chain(prr.chain3);
 look4simu(simul); 

prr documentation built on May 2, 2019, 6:35 p.m.

Related to look4simu in prr...