Displaying 1 result from an estimated 1 matches for "desityplot".
Did you mean:
densityplot
2009 Apr 10
2
Stacked density plots
...iz')
data(GvHD, package='flowCore")
densityplot(Visit~'FSC-H'|Patient, data=GvHD)
Error: ' "FSC-H" ' is/are no valid parameter(s) in this frame
I am not sure if I am missing something. I was hoping to apply something similar to my data, maybe like this?
desityplot(id~pid|type+day, data=mydata)
Thank you in advance for your help,
Judith