similar to: creating large graphs

Displaying 20 results from an estimated 900 matches similar to: "creating large graphs"

2011 Jun 21
1
Setting up list of many equations for systemfit
Dear List Members,I am trying to set up a large system of equations and I am trying to find a simple way to set up the list command under the package system fit. Here is the example from system fit and what I am trying to do: EQ1 <- Y1 ~ X1 + X2 + X4EQ2 <- Y2 ~ X2 + X3EQ3 <- Y3 ~ X2 + X3 + X4EQ4 <- Y4 ~ X1 + X3 + X4eqSystem <-list(form1 = EQ1, form2 = EQ2, form3 = EQ3, form4 = EQ4)
2009 Apr 13
2
joint estimation of two poisson equations
Dear list members, Is there a package somewhere for jointly estimating two poisson processes? I think the closest I've come is using the "SUR" option in the Zelig package (see below), but when I try the "poisson" option instead of the "SUR" optioin I get an error (error given below, and indeed, reading the documentation of the Zelig package, I get the impression
2007 Oct 21
6
exporting text output to pdf
Hello, I am new to R and I am trying to figure out how to print text output from an operation like table() to a pdf file. Is there a simple command to do this, or do you need to work with connections at a rudimentary level? Thanks you, Jesse [[alternative HTML version deleted]]
2009 Jul 13
1
Games that installed before... now won't, what changed?
the games i'm dealing with are eq and eq2. both the same error so i'm thinking its a wine issue and not a game specific issue i'll list my error here as best possible, and note that i have found "fixes" to this problem but have no idea what anyone in those "fix" threads are talking about. just search my error #, on this site or google and you'll get a result.
2012 Oct 17
1
extracting and restricting coefficients
HiĀ  I want to fit two equations simultaneously EQ1<-Y1~X1+X2 EQ2<-Y2~X1+X2 eqsystem<-list(Y1HAT=EQ1,Y2HAT=EQ2) fitols<-systemfit(eqsystem, method="OLS", data=BB) How do I get coefficients for the first equation? R code How do I restrict coefficient of X2 in the first equation (say , restrict it to less thanĀ  zero). R code Your help is appreciated. Dereje [[alternative
2017 Jun 11
1
Memory leak in nleqslv()
Hello all, I am relatively new to R, but enjoying it very much. I am hoping that someone on this list can help me with an issue I am having. I am having issues with iterations over nleqslv, in that the solver does not appear to clean up memory used in previous iterations. I believe I've isolated the/my issue in a small sample of code: library(nleqslv) cons_ext_test <- function(x){
2011 Jun 28
2
How do I output all the R-squares of an SUR? summary(fitSUR$eq[[1:4]])$r.squared does not work
Greetings R Users, I have a system of equations for which I would like to output all the R-squares. Assume there are four equations in my system, the only way I found to output all the R-squares is by calling them out one by one as this: summary(fitSUR$eq[[1]])$r.squared summary(fitSUR$eq[[2]])$r.squared summary(fitSUR$eq[[3]])$r.squared summary(fitSUR$eq[[4]])$r.squared But isn't there a
2007 Sep 18
1
Running EQ2 under Wine locks my system... anyone else?
I'm trying to make a return to getting Everquest2 running under Wine, but I'm hampered at the moment by the fact that it hard-locks my system when it gets to the "Adding player to world..." stage. A few months back it would get this far and crash but now it absolutely locks up, mouse still moves but cannot click, other windows on screen (such as the one with "top"
2009 Apr 25
4
How do I use the developers version of Wine 1.1.20?
I'm still not sure how I did it, but I managed to use the link http://wiki.winehq.org/GitWine for the latest development version, and even installed git (blind man navigating New York City streets). So now all I have to do is Code: git fetch ; git rebase origin to stay up to date. My question is how do I run programs with it? When I do the normal Code: wine setup.exe for example, it says
2009 May 25
0
eve
http://Atlantica-gold.virdeal.com http://Globs-of-Ectoplasm.virdeal.com http://darkfall-gold.virdeal.com http://www.virdeal.com http://www.ahwowgold.com http://www.igepoch.com http://ffxi-gil.virdeal.com/ http://www.lotro-gold-money.com http://wow-gold.virdeal.com http://runescape-gold.virdeal.com/ http://maplestory-mesos.virdeal.com http://www.mesos-maplestory.net http://flyff-penya.virdeal.com
2004 Nov 29
3
systemfit - SUR
Hello to everyone, I have 2 problems and would be very pleased if anyone can help me: 1) When I use the package "systemfit" for SUR regressions, I get two different variance-covariance matrices when I firstly do the SUR regression ("The covariance matrix of the residuals used for estimation") and secondly do the OLS regressions. In the manual for "systemfit" on page
2011 Jun 23
0
Loops, Paste, Apply? What is the best way to set up a list of many equations?
Is there a way to apply paste to?list(form1 = EQ1, form2 = EQ2, form3 = EQ3, form4 = EQ4)?such that I don't have to write form1=EQ1 for all my models?(I might have a list of 20 or more)? I also need the EQs to read the formulas associated with them. For example, below, I was able to automate the name assignment but I could not figure out how to?to set up the list using?paste or other
2007 Mar 28
0
nlsystemfit: Errors with reproducing the manual example
Hi everybody, I'm a newbye with lots of problems :). I'm trying to use nlsystemfit, but I recieve two error messages whose origin that I don't understand. 1) When I try to reproduce the example reported in the systemfit package manual, that is library( systemfit ) data( ppine ) hg.formula <- hg ~ exp( h0 + h1*log(tht) + h2*tht^2 + h3*elev + h4*cr) dg.formula <- dg ~ exp( d0
2003 Jan 06
2
users can't set smbpasswd, root can
I just created a new smbpasswd file, all users with unset passwords. Problem is, users can't set their passwords, only I can as root. Password is not set / blank, but they still get: >test> smbpasswd >Old SMB password: <enter> >New SMB password: Samba >Retype new SMB password: Samba >machine 127.0.0.1 rejected the password change: Error was : RAP86: The >specified
2011 Oct 02
0
deSolve - Function daspk on DAE system - Error
I'm getting this error on the attached code and breaking my head but can't figure it out. Any help is much appreciated. Thanks, Vince CODE: library(deSolve) Res_DAE=function(t, y, dy, pars) { with(as.list(c(y, dy, pars)), { res1 = -dS -dES-k2*ES res2 = -dP + k2*ES eq1 = Eo-E -ES eq2 = So-S -ES -P return(list(c(res1, res2, eq1, eq2))) }) } pars <- c(Eo=0.02,
2011 Oct 03
0
deSolve - Function daspk on DAE system - Error (Vince)
Vince, When that happens, one possible reason is that your DAE is of index > 1, which cannot be solved by daspk. The solver radau, also from deSolve can handle DAEs up to index 3, but you need to rewrite the problem in the form M*y' = f(x,y), where M is a mass matrix. If you do that for your problem, and solve it with radau, then radau complains that the "matrix is repeatedly
1998 Jul 16
0
Encryption options/password file?
I'm trying to compile Samba 1.9.18p8 for Dec Unix OSF/1 4.0b >Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr/local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samb >a/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DWEB_ROOT="/usr/local/samba" -DLOCKDIR="/usr/local/samba/var/locks"
1998 Aug 06
1
How to specify username in mapping path?
We've got users logged into Win95 with one username, and they need to log into samba using a different username.... of course if they try to map to their home directory, samba will use the current username, which doesn't match, and therefore, password invalid. How can I specify username in the mapping? \\server\homedir <then somehow a username> I know there's a way in Totalnet
2008 Nov 06
0
Virtualization Product Engineer
Ajilon Consulting is an international IT consulting firm with offices worldwide. We have over 6,000 consultants in over 80 cities in the United States, as well as in Canada, the United Kingdom and Australia. If you''re looking for a company that takes pride in its people, rewards loyalty, has a solid reputation and a passionate commitment to a global vision -- consider a career at Ajilon
1999 Feb 10
0
Samba and roadrunner/remote access?
I have samba setup for our department and it's working fine, with mounting drives and using printers... now I want to be able to do the same thing for all faculty with roadrunner access from home. I've put the ip xxx.xxx. of the local road runner in the smb.conf file for hosts to allow, and the machine knows about the server by adding it to c:\windows\lmhosts.sam I log in as the user on