search for: fonnesbeck

Displaying 8 results from an estimated 8 matches for "fonnesbeck".

2001 Nov 05
3
vector problems
...ies only to vectors > Is it a vector or not? This stuff is driving me nuts. I'm simply trying to convince R that my grouping vector is actually a vector so that unique will work. Its just a vector of numbers, so why shouldnt it work? -- ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* Christopher J. Fonnesbeck Ph.D. Student Georgia Co-operative Wildlife Unit University of Georgia Athens, GA 30602 email: chris at fonnesbeck.net cfonnesb at stat.uga.edu Yahoo: fonnesbeck_chris ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-...
2002 Apr 09
1
factanal prediction
I was wondering if there is a way of predicting factor scores of new data for factor analysis in R (similar to "predict" in S-plus). So far I have not been able to find it, nor found reference to it. Thanks, Chris Fonnesbeck -- ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* Christopher J. Fonnesbeck Ph.D. Student Georgia Cooperative Wildlife Unit University of Georgia Athens, GA 30602 Email: cjf at fonnesbeck.net Yahoo: fonnesbeck_chris ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2002 Apr 26
2
quadratic discriminant analysis?
Can one perform a QDA in R? I do not see it anywhere within the mda package. Any pointers here would be appreciated. Thanks, cjf -- ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* Christopher J. Fonnesbeck Ph.D. Student Georgia Cooperative Wildlife Unit University of Georgia Athens, GA 30602 Email: cjf at fonnesbeck.net Yahoo: fonnesbeck_chris ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://w...
2003 Apr 08
1
Build fails for R 1.6.2: [base-Ex.Rout] Error 1
...gt; > var(1:10)# 9.166667 [1] 9.166667 > > var(1:5,1:5)# 2.5 [1] 2.5 > > ## Two simple vectors > cor(1:10,2:11)# == 1 [1] 1 > > > stopifnot( is.na(var(1)), + !is.nan(var(1))) Error: !is.nan(var(1)) is not TRUE Execution halted Any ideas? TIA, chris fonnesbeck -- Christopher J. Fonnesbeck (chris at fonnesbeck.org) GA Coop. Fish & Wildlife Research Unit, University of Georgia Oh my friend, what a time is this To trade the handshake for the fist -- Joni Mitchell
2010 Apr 26
2
Unexpected warnings from summary() on mcmc.list objects
I am trying to get summary statistics from WinBUGS/JAGS output in the form of mcmc.list objects, using the summary() function. However, I get odd warning messages: Warning messages: 1: In glm.fit(x = X, y = Y, weights = weights, start = start, etastart = etastart, : algorithm did not converge 2: In glm.fit(x = X, y = Y, weights = weights, start = start, etastart = etastart, : algorithm did
2002 Dec 08
1
scan problems -- what can "what" be?
..., 0.914, 0.084, 0.451, 0.262, 0.287, 0.062, 0.686, 0.252, 0.002, 0.890, 0.108), .Dim=c(3,3,2)), fidel = structure(.Data=c(0.890, 0.055, 0.055, 0.065, 0.870, 0.065, 0.060, 0.060, 0.880, 0.88, 0.06, 0.06, 0.07, 0.86, 0.07, 0.075, 0.075, 0.85),.Dim=c(3,3,2)) ) -- Christopher J. Fonnesbeck GA Coop. Fish & Wildlife Research Unit chris at fisher.forestry.uga.edu University of Georgia
2010 Dec 14
1
Forcing standard notation in Sweave tables
I'm hoping someone with some experience generating tables in Sweave will be able to solve this problem for me. I'm experiencing some inconsistency with the way floating point numbers are displayed -- for some tables, they will be in standard notation, e.g. 11±26 while in others, it uses exponential notation, e.g. 1.1e+01±2.6e+01 I am using code such as the following; note I have
2003 Jun 06
1
RMySQL on OS X
I noticed in the collection of contributed packages for the OSX release of R, there is no RMySQL package. Does anyone know if one exists, or otherwise, how to connect to relational databases from R on Mac? Any help mode appreciated. cjf