Displaying 2 results from an estimated 2 matches for "m1data".
Did you mean:
c1data
2002 Jul 12
2
Lattice help (again?)
...[subscripts], vals[i]) :
Level sets of factors are different
which sort of doesn't make sense to me. Can you please help me
figure out what it means?
Here is the code:
my.panelconstr = function(x,y,...){
points(x,y)
panel.loess(x,y,span=1)
panel.superpose(x,y,...)
}
subset(m1data,! is.na(votms) & !is.na(age) & !is.na(Cplace) &
!is.na(tokentype)& !is.na(voicing),
select=c(votms,age,Cplace,tokentype,voicing)) -> sampledata
xyplot(votms ~ age | Cplace +
tokentype,data=datasample,xlab="Subject Age (months)",ylab="Voice
Onset Time (...
2012 Aug 28
3
date in plot, can't add regression line
Hello all,
I have been using R for about 3 weeks and I am frustrated by a problem. I have read R in a nutshell, scoured the internet for help but I either am not understanding examples or am missing something completely basic. Here is the problem:
I want to plot data that contains dates on the x axis. Then I want to fit a line to the data. I have been unable to do it.
This is an example of