similar to: modifying axis labels in lattice panels

Displaying 20 results from an estimated 1200 matches similar to: "modifying axis labels in lattice panels"

2010 May 28
1
Comparing and Interpreting GAMMs
Dear R users I have a question related to the interpretation of results based on GAMMs using Simon Woods package gamm4. I have repeated measurements (hours24) of subjects (vpnr) and one factor with three levels (pred). The outcome (dv) is binary. In the first model I'd like to test for differences among factor levels (main effects only): gamm.11<-gamm4(dv ~ pred +s(hours24), random = ~
2010 Jan 26
1
AIC for comparing GLM(M) with (GAM(M)
Hello I'm analyzing a dichotomous dependent variable (dv) with more than 100 measurements (within-subjects variable: hours24) per subject and more than 100 subjects. The high number of measurements allows me to model more complex temporal trends. I would like to compare different models using GLM, GLMM, GAM and GAMM, basically do demonstrate the added value of GAMs/GAMMs relative to
2010 Oct 13
2
vertical kites in KiteChart (plotrix)
Dear everyone, I would like to create a kite chart in which I plot densities (width of the vertical kites) in relation to sediment depth (on reversed y-axis) for 6 different locations (Distances from seep site, on x-axis on top of the plot). The dataset I would like to use is: Distance_from_seep_site Sedimentdepth Density 1100 0 107.8 1100 1 264.6 1100 2 284.2
2012 Aug 06
0
GAM and interpolation?
Hello fellow R users, I would need your help on GAM/GAMM models and interpolation on a marked spatial point process (cases and controls). I use the mgcv package to fit a GAMM model with a binary outcome, a parametric part (var1+..+varn), a spline used for the spatial variation, and a random effect coded through another spline in this form: gam(outcome~var1+.+varn+s(xlong+ylat)+s(var,
2010 Oct 15
0
nomianl response model
Is there a way to estimate a nominal response model? To be more specific let's say I want to calibrate: \pi_{v}(\theta_j)=\frac{e^{\xi_{v}+\lambda_{v}\theta_j}}{\sum_{h=1}^m e^{\xi_{h}+\lambda_{h}\theta_j}} Where $\theta_j$ is a the dependent variable and I need to estimate $\xi_{h}$ and $\lambda_{h}$ for $h \in {1...,m}$. Thank you, Mauricio Romero Quantil S.A.S. Cel: 3112231150
2004 Jul 29
1
Lattice graphics: adding lines to a plot
I am trying to use the Lattice package to produce the same result as I can with the base graphics. With base graphics I can type: x <- 1:100 y <- x+rnorm(length(x)) g <- lm( y ~ x ) model.y <- g$coef[1]+g$coef[2]*x plot(x,y) # a plot of the data lines( x, model.y ) # a plot of the model, superimposed on the first plot With Lattice graphics I've got this far:
2007 Apr 27
4
Unwanted white borders on semi-transparent polygons?
Hey all, I'm trying to create a plot of two semi-transparent regions. The reason they need to be partially transparent is so that I can see if there's any overlap. Here's some example code: # BEGIN pdf(file="test.pdf",version="1.4") plot(0,0,type="l",ylim=range(-3,3),xlim=range(-1,5)) polygon(c(0,1,2,3,4,3,2,1,0), c(0,1,2,1,0,-1,-2,-1,0),
2007 Oct 06
1
Gnome panels
Hi! Just installed Centos 5 (I've been running 4.x which was an upgrade from previous versions, for a long time), but this one was a fresh install. Now Gnome gives me the two panel configuration (one at top, one at bottom) but I prefer the single, larger panel at the bottom. Anyone know how to tweak Gnome to revert to the single-panel form? Thanx! -- ---- Fred Smith -- fredex at
2007 Jul 20
1
Desktop panels disappeared
What command should I use to restore my desktop panels they disappeared after I increased the screen resolution -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070720/f42f4408/attachment.html>
2011 Jan 05
1
Place of Django template tags inside of ext3.0 viewport panels
Hello, Does anyone know where I can find information on using ext3 with Django. Specifically, I want to place Django template tags inside of a particular panel in my ext3 viewport... I have tried what is seen below, but it doesn't seem to work.. var viewport=new Ext.Panel({ layout: 'border', width:1200, height:650, renderTo: Ext.getBody(), items: [{
2007 Jul 11
1
Drawing rectangles in multiple panels
Hi folks, I'm having some trouble understanding the intricacies of panel functions. I wish to create three side-by-side graphs, each with different data-- so far, so good: I rbind() the data, add a column of subscripts as a conditioning variable, load up the lattice package, specify either a c(3,1) 'layout' or work through 'allow.multiple' and 'outer' and I'm
2011 Mar 27
0
Help labeling Panels
Hi, I'm new. I tried to search out this answer but I suspect I was using the wrong terms, or simply not understanding some of the answers. Anyway here is my question: I want to have a 2x2 panel figure with 4 line graphs all in the same scale. Actually I have that. The thing I seem to be lacking is a way to Label each panel with a letter. I want it to look something like this:
2007 Feb 15
0
html image maps for panels of a lattice graphic
Is there a function to produce images and corresponding html image maps for the panels of a lattice graphic? Thanks - Wolfram
2008 May 18
1
How to change col and pch between panels in xyplot
Dear R-helpers, x <- rep(1:2, 4) y <- c(2, 4, 3, 5, 1, 3, 2, 4) w <- factor(rep(1:2, each = 4)) v <- rep(1:2, each = 2, 2) xyplot(y ~ x | w, groups = v, type = 'b') How do I tell xyplot to use four colors and four plot characters and four line types? And how do I set up an appropriate key in each? _____________________________ Professor Michael Kubovy University of Virginia
2009 Aug 24
0
order of effects plot panels
I can't figure out how to customize the order of the panels for effects plots. Any help would be appreciated. Here's my code: library(effects) lm.hour3eff<-allEffects(lm.hour3, xlevels=list(road=c(0, 1000, 2000, 3000), trail=c(0, 1000, 2000, 3000))) plot(lm.hour3eff,"road:trail", xlab="Trail Distance (m)", ylab="Step Length (m)", main=NULL) Thanks,
2011 Jan 22
1
Newey West HAC-errors for panels
Dear all, I am looking for an equivalent to the "newey2"-extension in Stata, in order to compute Newey-West HAC standard errors in a regression using panel data. I would be very grateful for advice which R-package could do this. I thank you very much in advance. Dirius
2010 Jun 08
1
color of histgram in Psych package (pairs.panels)
Hello, I searched the archives but found no answers. How to modify the hisgram color of function pairs.panels of Psych package ? I tried col() but it was the line color modified. Thanks. Elaine [[alternative HTML version deleted]]
2008 Sep 02
2
annotating individual panels produced by xyplot
Hi all, I'm new to R and lattice and panel functions. I've produced a lattice graph using xyplot. Now I would like to add various, and *different*, annotations to each individual panel. I tried something like this, using panel.text ... <code> xyplot(dent ~ era | vegzone, groups=seedtype, panel=function(...) { panel.xyplot(...)
2001 Dec 01
4
Control Panels
Me again... Is it possible to run a control panel in wine? ta. -- ********************************************** Warning: Anti-spam e-mail addy in force. Bring back MST3K!
2003 Sep 17
1
Prices for new channel banks, patch panels, cables etc.. etc..
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All, I'm having a tough time trying to find prices from dealers in Canada for some equipment. I am trying to implement an Asterisk box into a small business using 24 FXS ports and 8 FXO ports. I need to find the pricing for all the relevent equipment: cables, patch panels, channel bank chassis, cards etc..etc.. I think I'm going to tie