search for: charlotte

Displaying 20 results from an estimated 138 matches for "charlotte".

2005 Dec 29
3
importing shapefiles into spatstat
...cations). I would like to import the shapefile with the study area polygons (six total) into R and use it to create the window for the spatstat analysis. I do not simply want to use a rectangle because the study areas spread out over 40000 ha. Any suggestions would be greatly appreciated. Thanks, Charlotte Reemts Charlotte Reemts Vegetation Ecologist The Nature Conservancy--Fort Hood (TX) Project P.O. Box 5190 Fort Hood, TX 76544-0190 254-286-6745 fax: 254-288-5039 CReemts@tnc.org [[alternative HTML version deleted]]
2008 Jun 12
0
Rail Developer - Charlotte, NC
This is a Contract or PERM role here in Charlotte. You can work from the office in Boca Raton, FL but on-site is required. Email me at seth.hildebrand-/OJdjVubIPyZEO45NX+DXRZCeNDtXRbv@public.gmane.org if you are interested in the role. Rails Developer Core Duties and Responsibilities: Maintain and extend our social networking platform Work wi...
2008 Dec 18
4
autologistic modelling in R
Hi, I have spatially autocorrelated data (with a binary response variable and continuous predictor variables). I believe I need to do an autologistic model, does anyone know a method for doing this in R? Many thanks C Bell
2009 Jan 09
3
Matrix: Problem with the code
Hi, Can any one please explain why the following code doesn't work? Or can anyone suggest an alternative. Suppose       x<-c(23,67,2,87,9,63,8,2,35,6,91,41,22,3)        mat<-0;        for(j in 1:length(x))        {              for(i in 1:p)                      mat[i,j]<-x[j]^i;        }    Actually I want to have a matrix with p columns such that each column will have the
2010 Apr 26
2
Using optim function for logistic model simulation
...was going to take the brute force approach of artificially breaking up the equation into 3 parts (i.e. make eqn1, eqn2, and eqn3, and optimize each separately, with the input values for the later two functions coming from the last number of birds from the previous loop). Thank you all very much! charlotte
2007 May 02
1
Degrees of freedom in repeated measures glmmPQL
...ct the number of subjects, not all the data points. I can't see the usual differentiation between the numerater and denominator/error degrees of freedom, so am I right in thinking the DF column shows the error degrees of freedom? Or do glmms not work like this? Thank you very much in advance, Charlotte
2001 Aug 08
1
Package for variable clustering
...written for R? Also, is there any other package in R that was designed for grouping the variables under different measures of distance (in cases where data is non-Gaussian, autocorrelated, and so on). Janusz. -- ** Janusz Kawczak ** ** UNC at Charlotte, Department of Mathematics, Room 350F ** ** Charlotte, NC, 28223-0001, U.S.A. ** ** Tel.: (704) 687-2566 (W) (704) 921-0273 (H) Fax.: (704) 510-6415 ** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mail...
2009 Dec 02
2
Replying to Posts Within Same Thread
Hi, When I reply to a post, it generally appears as a separate thread, rather than branching off the original post. Anyone know what I'm doing wrong? Noting I am currently receiving a couple of the lists in digest form. kind regards -- Charlotte Maia http://sites.google.com/site/maiagx/home
2000 Dec 28
1
function write
Dear R users, how can i export data from R to excel (or text file)? i use write funstion but i ve the following error message : write(charlotte,"h:/hakim/charlotte/essai3.txt",nc=2) Error in cat(list(...), file, sep, fill, labels, append) : argument 1 not yet handled by cat thx. AXA Corporate Solutions Nouveaux Produits Nour-Eddine HAKIM 52 Rue d'Amsterdame - 75009 Paris - France Tel (+33 1) 56 92 97 48 Fax (+33 1)...
2020 Jun 16
2
LUKS layer / best practice
Hi all, with regard to LUKS; should it placed before LVM or after? Any recommendations? TRIM command fully supported through all layers etc? -- Leon
2010 Apr 26
3
Identifying breakpoints/inflection points?
...respect to land use management. I've been looking at the segmented package, and initially I looked at change.pt test in the circ.stats package (which is inappropriate b/c my data is not amenable to circular statistical analysis). Any ideas on what I could do would be appreciated! Thank you! -Charlotte
2010 Feb 06
1
The KJV
...t-mining purposes)? I know almost nothing about theology, so I'm not sure what kind of questions theologists might have (that R could answer). An alternative, that would achieve a similar result (I think), would be an R interface to another open source system, such as Sword. kind regards -- Charlotte Maia http://sites.google.com/site/maiagx
2011 Sep 27
1
change rownames
Hi All, How do I add "com" to the row names of a data frame, without deleting the plot numbers? Thanks
2013 Mar 24
1
Error with paired t-test
...50000 20.00005 34.75000 33.88006 35.50000 20.50007 33.35000 12.87508 50.00000 22.50009 47.15625 34.937510 44.38000 43.250011 50.00000 47.500012 42.12500 26.750013 27.35000 26.625014 31.75000 36.5000 attach(payoff)names(payoff)t.test(payoff,paired=T) then the error keeps coming up Please help Charlotte [[alternative HTML version deleted]]
2009 Dec 05
1
Task View for Marketing
...marketing and market segmentation seem to be the hot topics. I can see how R might be less attractive to marketing graduates than graduates of finance and economics. However at the same time, I know a lot of people who have graduated in statistics, who are interested in marketing... regards -- Charlotte Maia http://sites.google.com/site/maiagx/home
2017 Mar 10
1
polkit helper timeout and defunct pkla-check-authorization processes on CentOS 7.3
...t-1/rules.d/49-polkit-pkla-compat.rules:21: Error: Error spawning helper: Timed out after 10 seconds (g-io-error-quark, 24) ... (snipped more lines about error evaluating rules)... --------------------------------------------------------------------------- Jason Edgecombe | Linux Administrator UNC Charlotte | The William States Lee College of Engineering 9201 University City Blvd. | Charlotte, NC 28223-0001 Phone: 704-687-1943 jwedgeco at uncc.edu | http://engr.uncc.edu | Facebook --------------------------------------------------------------------------- If you are not the intended recipient of this...
2008 Oct 25
3
FTS index generation
...'ve misconfigured something that is preventing the creation of those indices. Is there a facility to have the squat plugin generate debugging messages so I can see what it's doing? Thanks, -Dave -- Dave McGuire Ahh, you voted for Bush? Port Charlotte, FL Happy now?
2020 Aug 25
3
[TableGen] What to do if there are overlapping instruction patterns?
I've been working on adding support for a (semi-proprietary) extension for PowerPC called "Paired-Singles". It's a SIMD instruction set supporting various operations on a vector of 2 32-bit floating point numbers. The Extension is found in the PowerPC 750CL, modified variants of it are used in the Nintendo GameCube (Gekko), the Nintendo Wii (Broadway) and the Nintendo Wii U
2010 Jan 03
2
Emacs vs Eclipse vs Rcmdr
...d finding) add on packages, is terrible. Rcmdr Pros and Cons: - I haven't used it for a long time, so can't really comment. - However, I was surprised by how many reverse dependencies it has. So I will assume it has some potential. Other people's thoughts welcome... kind regards -- Charlotte Maia Open Source Developer and Statistician http://sites.google.com/site/maiagx
2010 Feb 12
1
Darwinian software development and the library function
...though, is whether or not one should be impolite (i.e. Darwinian) and overwrite print etc in the first place...? I'm inclined to go in favour of overwriting the functions. However, it has the potential to introduce some technical problems. Other's opinions appreciated. kind regards -- Charlotte Maia http://sites.google.com/site/maiagx