search for: ifn

Displaying 20 results from an estimated 40 matches for "ifn".

Did you mean: if
2005 Jun 02
1
glm with variance = mu+theta*mu^2?
How might you fit a generalized linear model (glm) with variance = mu+theta*mu^2 (where mu = mean of the exponential family random variable and theta is a parameter to be estimated)? This appears in Table 2.7 of Fahrmeir and Tutz (2001) Multivariate Statisticial Modeling Based on Generalized Linear Models, 2nd ed. (Springer, p. 60), where they compare "log-linear model fits to
2009 Aug 06
2
Ylim
Hello All: Can anybody tell me what is the problem with my program please. I have an error message as appears below. My program is: ifn <- "Jul08_09.LM" data <- read.table(ifn) ofn <- "Jul.png" bitmap(ofn, type = "png256", width = 30, height = 30, pointsize = 30, bg = "white",res=50) par(mar=c(5, 5, 3, 2),lwd=5) par(cex.main=1.6,cex.lab=1.6,cex.axis=1.6) par(mfrow = c(3,4)) ifn...
2010 Aug 22
2
Recursion problem
Hi, I wanted to compute the value of the function ifn at certain values of n. But I am receiving the following error when I was using the following code(given at the end). Error: evaluation nested too deeply: infinite recursion / options(expressions=)? I feel that since the function Grx is recursively related, perhaps making the code too complic...
2009 Jul 27
3
numbers on barplot
Hello all, I have this simple barplot code: ifn <- "id.dat" dat <- read.table(ifn) ofn <- "id.png" bitmap(ofn, type = "png256", width = 30, height = 30, pointsize = 30, bg = "white",res=50) par(mar=c(5, 5, 3, 2),lwd=5) par(cex.main=1.6,cex.lab=1.6,cex.axis=1.6) names(dat)<-c("NumberOfPeo...
2010 Aug 20
1
handling recursion relation
Hi, I wanted to compute the value of the function ifn at certain values of n. But I am receiving the following error when I was using the following code(given at the end). Error: evaluation nested too deeply: infinite recursion / options(expressions=)? I feel that since the function Grx is recursively related, perhaps making the code too complic...
2009 Jul 30
1
reading a file
Hello there, I have the following info in MyData: 01 0.40 02 0.40 03 0.40 04 0.35 05 0.34 06 0.33 I want to read them using the following code: ifn <- "MyData" dat <- read.table(ifn) names(dat1)<-c("Code","M") names(dat2)<-c("Code","M") I want to have the first three lines in dat1 and second three lines in dat2. Any one can help on this please. Thanks, Mohsen [[alternative HTML...
2009 Aug 13
1
reading a string
Hello All: I am having the following data file named "data.dat" Number of people Number of pets Age of trees ifn <- "data.dat" dat <- read.table(ifn) colnames(dat)<-c("Variables") I want R to read all these in a string but when I ask R to read these, it gives me error because there more than one word in each line. Any comments to solve this problem? Thanks, Mohsen [[alterna...
2010 May 13
1
ESP Ghostscrip ...
...message par(cex.main = 1.2, cex.lab = 1.8, cex.axis = 1.4) par(mfrow = c(6,3)) for(C in 1:18) { if( ( C + 2 ) %% 3 == 0 ) par(yaxt="s") else par(yaxt="n") if( ( C + 2 ) %% 3 == 0 ) par(mar=c(2, 2.5, 0.5, 0.5),lwd=5) else par(mar=c(2, 0.5, 0.5, 0.5),lwd=5) ifn <- sprintf("Final%02d.txt", C) data <- read.table(ifn) names(data) <- c("b","L") Graph<-plot(data$b, data$L, type="p", lwd=1.5, lty=1, pch =19,cex=0.5, xlab = NULL, ylab = NULL, xlim=c(0,max(data$bp)), ylim=c(0,1)) #calculating...
2010 Sep 14
2
How to uncompress a gz file in R
Dear Fellows, I would like to know how to uncompress a gz file at the R console. I could not find out any help from the R-help archive. Thanks for your great help. Best Regards, Wonsang You ----- -- Wonsang You Special Lab Non-Invasive Brain Imaging Leibniz Institute for Neurobiology http://www.ifn-magdeburg.de -- View this message in context: http://r.789695.n4.nabble.com/How-to-uncompress-a-gz-file-in-R-tp2538669p2538669.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2010 Sep 16
2
How to combine matrix and vector
.... c= 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 If you teach me to easily combine the matrix and the vector, I will greatly appreciate you. Thank you. Regards, Wonsang ----- -- Wonsang You Special Lab Non-Invasive Brain Imaging Leibniz Institute for Neurobiology http://www.ifn-magdeburg.de -- View this message in context: http://r.789695.n4.nabble.com/How-to-combine-matrix-and-vector-tp2541797p2541797.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2004 May 28
2
Asterisk with Draytek 2600V
...but still getting nothing. I looked at sip debug (below) but am new to Asterisk and don't really know what I am looking for. Asterisk works fine with XLITE so I know my installation is ok. Sip read: INVITE sip:90800500005@192.168.0.250 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.1:5060;branch=z9hG4bK-Ifn-9746 From: phone1 <sip:phone1@192.168.0.250:5060>;tag=eSJ-4736 To: <sip:90800500005@192.168.0.250> Call-ID: diY-24872@192.168.1.1 CSeq: 1 INVITE Contact: <sip:phone1@192.168.1.1> Max-Forwards: 70 User-Agent: DrayTek UA-1.0 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Type: app...
2011 Mar 01
2
expression help
...is certainly possible to write them in two separate calls, but that involves fine-tuning locations and a lot of trial and error (and I'm trying to write a general purpose function). Here's where I've gotten to: plot(0:1,0:1,xaxt="n") axis(side=1,at=.3,expression(paste("IFN-", gamma, "\n", "TNF-", alpha))) axis(side=1,at=.6,"a label\n2nd line") What I am trying to do is illustrated by the the non-expression axis label ("a label\n2nd line"). The "\n" forces a new line when I'm not using expressions, but doe...
2010 Aug 31
4
How to Adaptively Set Up the Coordinate Range of Multiple Graphs in One Figure
...g about how to control xlim and ylim adaptive to the real range of data, in order to include all data in the figure. Thank you for your great help and contribution. Best Regards, Stephen You ----- -- Wonsang You Special Lab Non-Invasive Brain Imaging Leibniz Institute for Neurobiology http://www.ifn-magdeburg.de -- View this message in context: http://r.789695.n4.nabble.com/How-to-Adaptively-Set-Up-the-Coordinate-Range-of-Multiple-Graphs-in-One-Figure-tp2401337p2401337.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2010 Sep 10
1
Greek letter included in a character vector
...reek letter as part of a legend. Basically, I need to create the following vector to rename the levels of a factor: c("Interferon-gamma", "IL-10", "IL-5"), where "gamma" obviously needs to be printed as the greek letter gamma. I have tried expression("IFN-"*gramma), but it only works when it is isolated, not as part of a vector. Any guidance would be very appreciated. Thank you, Judith
2010 Feb 12
0
Y average in plot
Hello All: Can somebody please tell me how I can have the average of 'y' on the graph for different values of 'x in the following code? ofn <- "xy.png" bitmap(ofn, type = "png256", width = 21, height = 30, pointsize = 30, bg = "white",res=50) ifn <- sprintf("xy.txt") data <- read.table(ifn) names(data) <- c("x","y") Graph <- plot(data$x, data$y) dev.off() Thanks, MJK [[alternative HTML version deleted]]
2010 Oct 13
2
How to fix error in the package 'rgenoud'
...stem is computationally singular: reciprocal condition number = 0 Can anyone give me some tip on how to fix the problem? Thank you for your great help in advance. Best Regards, Wonsang You ----- -- Wonsang You Special Lab Non-Invasive Brain Imaging Leibniz Institute for Neurobiology http://www.ifn-magdeburg.de -- View this message in context: http://r.789695.n4.nabble.com/How-to-fix-error-in-the-package-rgenoud-tp2993489p2993489.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
1999 Jul 16
5
Samba for VMS
I just installed Samba for VMS (1.9.17p4) on a DecServer 1000A running VMS 7.1 The University Network is primarily NT Server 4.0 SP5. My experience is with Netware and NT, not with VMS, but I have the luck of supporting the system..... My main question is about Encrypted Passwords.....Does this release of Samba support them, or do I have to modify the clients who want access to our Alpha to
2013 Mar 15
2
[LLVMdev] Disable LNT tests individually
Hi Daniel, David, Is there any way of disabling some individual tests on specific architectures? Zero cost exception handling on ARM is known to be broken and there isn't anyone I know working on it with high priority, so it's likely to be that way for a long time. For that reason, I'd like to disable them on ARM, so that I can get a green LNT, making it easier to spot regressions.
2013 Mar 16
0
[LLVMdev] Disable LNT tests individually
On Mar 15, 2013, at 7:57, Renato Golin <renato.golin at linaro.org> wrote: > Hi Daniel, David, > > Is there any way of disabling some individual tests on specific architectures? > > Zero cost exception handling on ARM is known to be broken and there isn't anyone I know working on it with high priority, so it's likely to be that way for a long time. > > For that
2011 Feb 08
1
Simulation of Multivariate Fractional Gaussian Noise and Fractional Brownian Motion
Dear R Helpers, I have searched for any R package or code for simulating multivariate fractional Brownian motion (mFBM) or multivariate fractional Gaussian noise (mFGN) when a covariance matrix are given. Unfortunately, I could not find such a package or code. Can you suggest any solution for multivariate FBM and FGN simulation? Thank you for your help. Best Regards, Ryan ----- Wonsang You