Extract or set the value of the Subset slot of an "xpose.data" object.
xsubset(object)
xsubset(object) <- valueA string representing the subset expression.
The subset string has the same syntax as the subset argument to, e.g.
panel.xyplot. Note, however, that the "xpose.data" subset is not used
as an argument to panel.xyplot. It is intended as the subset argument
to the Data and SData functions.
xsubset(object) <- value: assign value with a string representing the subset expression
Other data functions:
add_transformed_columns,
change_graphical_parameters,
change_misc_parameters,
compute.cwres(),
data.checkout(),
data_extract_or_assign,
db.names(),
export.graph.par(),
export.variable.definitions(),
import.graph.par(),
import.variable.definitions(),
make.sb.data(),
nsim(),
par_cov_summary,
read.TTE.sim.data(),
read.nm.tables(),
read_NM_output,
read_nm_table(),
simprazExample(),
tabulate.parameters(),
xlabel(),
xpose.data,
xpose.print(),
xpose4-package
xpdb <- simpraz.xpdb
xsubset(xpdb) <- "DV > 0"
xsubset(xpdb)
#> [1] "DV > 0"