search for: 10mg

Displaying 4 results from an estimated 4 matches for "10mg".

Did you mean: 10m
2010 Jun 21
1
glm
Hi, I have the following data data1 <- data.frame(count = c(0,1,1,2,4,5,13,16,14), weeks = 1:9,                     treat=c(rep("1mg",3),rep("5mg",3),rep("10mg",3))) and I am using library(splines) to fit glm.m <- glm(count~bs(weeks)+as.factor(treat),family=poisson,data=data1) and I am interested in predicting the count variale for the weeks 10, 11 and 12 with treat 10mg and 15mg. Thanks in advance. Regards, Samuel [[alternative...
2006 Jun 27
1
Looking for info
Firstly if this is not list specific then excuse me. I am looking for information on how I might use a Linux box with three network cards to service two subnets off of a single 10Mg VPN feed. We have currently got two 5 offices all connected over a VPN. 2 of the offices are to merge but for simplicity we don''t want to change all the IP addresses. We are moving the two networks xxx.xxx.0.0 and yyy.yyy.0.0 into the same building with a single 10Mg feed. What I would...
2011 Mar 12
2
plot generates graph with coordinantes written over it
....nabble.com/file/n3350024/bad2.png I have txt file of this format (X.X, Y.Y - random numbers, ...) with data points: nm A nm A nm A X.X Y.Y X.X XX X.X X.X Y.Y Y.Y Y.Y Y.Y My script looks like this: require(graphics) require(stats) par(mfrow=c(1,1)) HMF=read.table("D:/BIOTECHLAB1/DATA-zprac/10mg 1-7cp.txt", header = FALSE, sep = "", dec = ".",fileEncoding = "", encoding = "unknown", skip=19) attach(HMF) plot(x=V1,y=V2,type = "l",main = HMF,xlab = substitute(lambda (nm)), ylab =substitute(A)) R version 2.12.1 x64 (WIN7 x64) -- View t...
2004 Aug 27
3
reorder [stats] and reorder.factor [lattice]
It was recently pointed out on the lists that the S-PLUS Trellis suite has a function called reorder.factor that's useful in getting useful ordering of factors for graphs. I happily went ahead and implemented it, but it turns out that R (not S-PLUS) has a generic called reorder (with a method for "dendrogram"). Naturally, this causes R to think I'm defining a method for