We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is my individual plots provide the below error ind.plots(xpdb,subset="DOSER==0.25")
Error in Summary.factor(c(1L, 2L, 3L, 4L, 5L, 6L, 13L, 14L, 15L, 16L, : ‘max’ not meaningful for factors
run.number <- "730d2" # Define the run.number is ...... xpdb <- xpose.data(run.number) # Object of the data
change.xvardef(xpdb,var="idv") <- "NTPTN" change.xvardef(xpdb,var="dv") <- "NAVAL" change.xvardef(xpdb,var="id") <- "UID"
ind.plots(xpdb,subset="DOSER==0.5",logy=T)
xpdb730d2.csv
The text was updated successfully, but these errors were encountered:
Error in Summary.factor(c(19L, 20L, 21L, 22L, 23L, 24L, 27L, 28L), na.rm = FALSE) : ‘max’ not meaningful for factors
Sorry, something went wrong.
No branches or pull requests
Why is my individual plots provide the below error
ind.plots(xpdb,subset="DOSER==0.25")
Error in Summary.factor(c(1L, 2L, 3L, 4L, 5L, 6L, 13L, 14L, 15L, 16L, :
‘max’ not meaningful for factors
run.number <- "730d2" # Define the run.number is ......
xpdb <- xpose.data(run.number) # Object of the data
change.xvardef(xpdb,var="idv") <- "NTPTN"
change.xvardef(xpdb,var="dv") <- "NAVAL"
change.xvardef(xpdb,var="id") <- "UID"
ind.plots(xpdb,subset="DOSER==0.5",logy=T)
xpdb730d2.csv
The text was updated successfully, but these errors were encountered: