Displaying 4 results from an estimated 4 matches for "karner".
Did you mean:
warner
2008 Oct 10
3
predicting from a local regression and plotting in lattice
Hi R community,
I'm running R 2.7.2 on Windows XP SP2.
I'm trying to (1) plot loess lines for each of my groupings using the same
color for each group; (2) plot loess predicted values.
The first part is easy:
data1 <-
data.frame(Names=c(rep("Jon",9),rep("Karl",9)),Measurements=c(2,4,16,25,36,49,64,81,100,1,2,5,12,17,21,45,54,67),PlotAt=c(1:9,1:9))
data2 <-
2011 Nov 14
1
Problem with edit()
...the “x <- edit” (or in this case, test.func <- edit()), the comment “This is a test” will disappear from the edited function.
Does anyone have any insight into this problem?
Thanks,
Jeff Freedman
_____________________________
Jeff Freedman
Lead Research Scientist
AWS Truepower, LLC
463 New Karner Road
Albany, NY 12205
phone: 518-213-0044 (x1049)
fax: 518-640-6897
[[alternative HTML version deleted]]
2008 Aug 26
1
lattice: plotting an arbitrary number of panels, defining arbitrary groups
...efine two panels with different grouping
variables. I've tried to set up dummy groups and to condition on those, but
with no luck. I think what I need to do is possible with viewports, but is
there no way to entice lattice to function in this way?
Any help would be appreciated.
cheers,
Alex Karner
Department of Civil and Environmental Engineering
University of California, Davis
[[alternative HTML version deleted]]
2008 Oct 08
1
Lattice question: plotting two sets of data, defining groups for the second set
R friends,
I'm running R 2.7.2 on Windows XP SP2.
I have some data that's amenable to smoothing, and some that's not. I'm
trying to plot smoothed lines for the former along with just points for the
latter in a single panel. The problem comes when trying to break out the
points by group. My sample code follows.
data1 <-