search for: gmod

Displaying 9 results from an estimated 9 matches for "gmod".

Did you mean: gmo
2003 May 14
1
Multiple comparison and lme (again, sorry)
...library(multcomp) set.seed(290875) # a factor at three levels group <- factor(c(rep(1,10), rep(2, 10), rep(3,10))) # Williams contrasts contrasts(group)<-zapsmall(mginv(contrMat(table(group), type="Will"))) # a binary response z <- factor(rbinom(30, 1, 0.5)) # estimate the model gmod <- glm( z ~ group, family=binomial(link = "logit")) summary(gmod) # exclude the intercept # Should be the following, but does not work due to a confirmed # bug in the CRAN-binary version 5.10 #summary(csimtest(coef(gmod)[2:3], vcov(gmod)[2:3,2:3], # cmatrix=diag(2), df...
2009 Aug 16
8
Garry's Mod Questions
Hi dere, I switched over from Windows to Linux and I'm loving it. I do have a few problems with Gmod. 1. It won't work. I downloaded Wine after I downloaded Gmod, would that mess it up? Do I have to redownload it? 2. I also downloaded it from Steam, does that affect it? kthnx :D
2003 May 05
1
multcomp and lme
I suppose that multcomp in R and multicomp in S-Plus are related and it appears that it is possible to use multicomp with lme in S-Plus given the following correspondence on s-news sally.rodriguez at philips.com 12:57 p.m. 24/04/03 -0400 7 [S] LME summary and multicomp.default() Is it possible to use multicomp with lme in R and if so what is the syntax from a simple readily available
2003 May 08
0
multcomp and lme (followup)
...-- library(multcomp) set.seed(290875) # a factor at three levels group <- factor(c(rep(1,10), rep(2, 10), rep(3,10))) # Williams contrasts contrasts(group) <- mginv(contrMat(table(group), type="Will")) # a binary response z <- factor(rbinom(30, 1, 0.5)) # estimate the model gmod <- glm( z ~ group, family=binomial(link = "logit")) # exclude the intercept summary(csimtest(coef(gmod)[2:3], vcov(gmod)[2:3,2:3], cmatrix=diag(2), df=27, asympt=TRUE)) > Thank you very much. > > Peter B. ________________________________________________...
1999 Mar 22
0
gnlr shape parameter
Is there a simple say of extracting the shape parameter from gnlr? The return given is the actual function rather than the value. I have looked at all the values returned by names(gnlr). ie gmod<-gnlr(data,....) gmod$shape returns the function definition rather than the value found. Simple case I am using it is for censored normal data (rather simpler than survival4 it seems). The value printed is the log of the variance (it seems). John -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2010 Sep 11
2
Wine performance drops hard on popup notification
...p drops dramatically in performance. (1 different frame every 10 seconds) I've installed various things via wine tricks, and things just don't seem to fix it. I'm curious if this is a common issue, or better yet is a quick fix available? (steam isn't effected, but the games CSS/TF2/GMOD)
2012 Aug 10
1
Lavaan: Immediate non-positive definite matrix
...unconditional latent growth curve on 7 repeated measures using lavaan (most recent version): modspec=' alpha =~ 1*read_g0 + 1*read_g1 + 1*read_g2 + 1*read_g3 + 1*read_g4 + 1*read_g5 + 1*read_g6 beta =~ 0*read_g0 + 1*read_g1 + 2*read_g2 + 3*read_g3 + 4*read_g4 + 5*read_g5 + 6*read_g6 ' gmod=lavaan(modspec, data=math, meanstructure=T, int.ov.free=F, int.lv.free= T, auto.var=T, auto.cov.lv.x=T, auto.cov.y=T, missing="direct", verbose=T) The model immediately returned the following error message: Error in chol.default(S) : the leading minor of order 5 is not positive defini...
2009 Jan 07
0
Re: Solution to Garry's mod prop crashing problem
Sorry about this guys, but I will no longer be developing this addon. This is because for some unexplained reason, GMod has started to not crash on prop death. If I figure out why this is happening, I will post as soon as possible. Again, sorry. If you really want me to make this work for NPCs, email me: Blacklemon67 at gmail.com Good luck, I hope that what happens to me happens to you. Peace [Crying or Very sad]
2009 Feb 03
4
Command line App within Linux command line?
Hey guys. I currently run a VPS which I run a couple of game servers on. It is currently running 2x Team Fortress 2 servers under Ubuntu Server 8.10 (no X). However to this list of servers I would like to add a Garrys mod server. If you are not aware, garry's mod is very popular HL2 mod which provides a sandbox style enviroment for the source engine. However due to the laziness of Garry