read.npc.vpc.results | R Documentation |
This function reads in a results file from running either the PsN command
vpc
or npc
. The function then parses the file and passes the
result to plotting functions.
read.npc.vpc.results(
vpc.results = NULL,
npc.results = NULL,
verbose = FALSE,
...
)
vpc.results |
The name of the results file from running the PsN command
|
npc.results |
The name of the results file from running the PsN command
|
verbose |
Text messages passed to screen or not. |
... |
arguments passed to other functions. |
One of vpc.results
or npc.results
are necessary. If both or
none are defined then the function does nothing and a NULL
is
returned from the function.
A list of values is returned.
model.file |
The model file
that PsN ran either the |
dv.var |
The dependent variable used in the calculations. |
idv.var |
The
independent variable used in the calculations. |
num.tables |
The number of separate tables in the results file. |
by.interval |
The conditioning interval
for the stratification variable, only returned if |
result.tables |
The results tables from the results file. this is a list. |
Andrew Hooker
xpose.VPC
npc.coverage
Other PsN functions:
boot.hist()
,
bootscm.import()
,
npc.coverage()
,
randtest.hist()
,
read.vpctab()
,
xpose.VPC()
,
xpose.VPC.both()
,
xpose.VPC.categorical()
,
xpose4-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.