search for: estat

Displaying 20 results from an estimated 343 matches for "estat".

Did you mean: stat
2006 Nov 04
0
Fairmount Academy: October classes forming NOW!
Become a Pennsylvania Real Estate Agent There are many different reasons to become a real estate agent. Many like to work with different types of people. Some want to set their own schedules. Others are interested in buying real estate for themselves and think that agents have access to ?the best deals.? No matter what your motiv...
2005 Aug 04
2
prediction from glm
Hello r-help, I try to fit birds counts over years using glm. I have done (with Estate and year as factors): Model1 <- glm(Females~Estate+Year+offset = log(area)), family = quasipoisson(link = log), na.action = "na.exclude") After I have calculated the prediction using: Pred1 <- predict(Model1, type = "response", na.action = "na.exclude")...
1997 Jul 23
0
Real Estate ICI Database
Hello - ICI Real Estate Agents, Brokers, Landlords, Commercial/Industrial Tenants, and Investors. - Add Listings to our Industrial Commercial (ICI) database - NO COST! - We will register your home page with 244 search engines - NO COST! - Need a home page? We'll create & host one for you - NO COST! The I...
2005 Aug 07
1
prediction from glm...
Hello r-help, I'm trying to fit birds counts over years using glm. In fact I'm trying to reproduce an analysis already perform with genstat (attach document). I have done (with Estate and year as factors): Model1 <- glm(Females~Estate+Year+offset = log(area)), family = quasipoisson(link = log), na.action = "na.exclude") After I have calculated the prediction using: Pred1 <- predict(Model1, type = "response", na.action = "na.exclude") Pre...
2011 May 02
7
ATA refuses to answer a call?
I'm kind of at a loss to diagnose problems like this, yet we get them a lot. - The ATA (Thomson 784 in this particular case) is logged into the Asterisk server. 'sip show peer' shows their IP address, port, and useragent. - The ATA is connected directly to the internet (no NAT, but the sip configuration has nat=always) and logs in to our server, which is also directly connected to the
2006 Apr 26
1
help using tapply
Dear R-mates, # Here's what I am trying to do. I have a dataset like this: id = c(rep(1,8), rep(2,8)) dur1 <- c( 17,18,19,18,24,19,24,24 ) est1 <- c( rep(1,5), rep(2,3) ) dur2 <- c(1,1,3,4,8,12,13,14) est2 <- rep(1,8) mydata = data.frame(id, estat=c(est1, est2), durat=c(dur1, dur2)) # I want to one have this: id = c(rep(1,8), rep(2,8)) dur1 <- c( 17,18,19,20,28,1,2,3 ) est1 <- c( rep(1,5), rep(2,3) ) dur2 <- c(1,2,3,4,12,13,14,15) est2 <- rep(1,8) mydata2 = = data.frame(id, estat=c(est1...
2006 Jun 01
4
FW: How to create a new package?
...ave read the manual 'Writing R Extensions - 1. Creating R packages' but I don't understand the procedure... Can I create it automatically? Could you help me with this? Thanks, --------------------------------------------------- Rita Sousa DME - ME: Departamento de Metodologia Estatística - Métodos Estatísticos INE - DRP: Instituto Nacional de Estatística - Delegação Regional do Porto Tel.: 22 6072016 (Extensão: 4116) --------------------------------------------------- [[alternative HTML version deleted]]
2013 Jan 09
1
How to estate the correlation between two autocorrelated variables
Dear R users, In my data, there are two variables t1 and t2. For each observation of t1 and t2, two location indicators (x, y) were provided. The data format is # x y t1 t2 Since the both t1 and t2 are depended on x and y, t1 and t2 are autocorrelated variables. My question is how to calculate the correlation between t1 and t2 by taking into account the structure of residual variance
2020 May 04
1
error in message printed by L-BFGS-B
...nes 835 to 837 say if (iback >= 10) info = -5; /* i.e., to issue a warning if iback>10 in the line search. */ goto L999; while lines 1784 and 1785 say strcpy(task, "ERROR: NO FEASIBLE SOLUTION"); *info = -7; Best regards, *Profa. Dra. Taiane Schaedler PrassDepartamento de Estat?stica - Instituto de Matem?tica e Estat?stica* *Programa de P?s-Gradua??o em Estat?stica (PPGEst)* *Universidade Federal do Rio Grande do Sul* Av. Bento Gon?alves, 9500, Porto Alegre - RS - BRASIL - CEP: 91509-900 *https://www.ufrgs.br/ime/ <https://www.ufrgs.br/ime/>* www.professor.ufrgs.br...
2010 May 05
3
Latex and Stangle()
...ng the Sweave and I would like include codes of the R in my LaTeX file. I extracts the R code with Stangle (), whose name is Relatorio.R but I can't include it in the Latex file as an appendix. Suggests? Thanks, -------------------------------------- Silvano Cesar da Costa Departamento de Estat?stica Universidade Estadual de Londrina Fone: 3371-4346
2013 Apr 10
6
means in tables
...(l in 1:ncol(tab2)){ M?dias = tab1$i[j] }}}} M?dias but it does't work. I don't know programming. How can I do this? Thanks, --------------------------------------------- Silvano Cesar da Costa Universidade Estadual de Londrina Centro de Ci?ncias Exatas Departamento de Estat?stica Fone: (43) 3371-4346
2005 May 06
4
Change class factor to numeric
I am attempting to develop a multiple regression model using selected model variables that should all be treated as numeric (mostly real) values. However, R considers one specific variable "mass" automatically to be of class "factor", probably because "mass" consists of integer values that are repeated. I now want to force R to treat "mass" as a numeric
2005 Dec 29
7
NEW RAILS SITE: Riding two bubbles at the same time
Today we finally opened the doors to "Street Easy" (http:// www.streeteasy.com/), a Real Estate Research Site for New York City. It was built by two guys in three months. It doesn''t have tags, but it has google maps. It rides two bubbles at the same time. It''s like road kill: the price tags will shock you, but you won''t be able to stop browsing around. And I...
2003 Oct 06
6
Alternatives to FXS cards?
...ow expensive were they? I ask partly out of frustration with the FXS cards but mostly because it would make installation MUCH easier for what we're doing, plus it would be another piece of hardware that we could re-sell, plus it would free up some slots in the server, which is valuable real estate. Comments? TIA - Matt
2005 Oct 31
3
Applying a function to a vector
I have defined a function to compute the value of a beta distribution of the second kind (the existing beta distribution of th stats package is the beta distribution of the first kind). It works perfectly for a single value, but I want to apply it to a vector of 22 000 values. I can use a loop for the calculation of each value but it runs very very slowly. So, what can I change ? Hers's the
2007 Nov 21
4
Wiki deuglification, last (at the moment) part
Hey, one last change maybe - with the 3% padding on top and bottom, we really lose screen estate at the top. How does it look to you without any padding at top/bottom (leaving a 10px white line there)? That's what's live on wiki-m.centos.org at the moment. Or, if all of you want to have some more space above there (and the background pattern) go with 1% padding? 1% padding means t...
2015 Apr 10
4
Locked version repos
...ybe I'd be better off just setting up some repos on a web server and manually adding packages? I'd probably want a way to symlink packages to prevent disk bloat. What are other people doing out there? -- ================================================= Steven Barre, RHCE steven at realestatewebmasters.com Systems Administrator Real Estate Webmasters - 250-753-9893 ==================================================
2010 Aug 13
3
Games
...d a table with all the championship rounds, automatically? I thought about something like: game1 = c( sample(11,2) sample(11,2) sample(11,2) sample(11,2) sample(11,2) ) but, isn't work very well. Some suggestion? -------------------------------------- Silvano Cesar da Costa Departamento de Estat?stica Universidade Estadual de Londrina Fone: 3371-4346
2020 May 04
0
Error in message printed by lbfgsb
...nes 835 to 837 say if (iback >= 10) info = -5; /* i.e., to issue a warning if iback>10 in the line search. */ goto L999; while lines 1784 and 1785 say strcpy(task, "ERROR: NO FEASIBLE SOLUTION"); *info = -7; Best regards, *Profa. Dra. Taiane Schaedler PrassDepartamento de Estat?stica - Instituto de Matem?tica e Estat?stica* *Programa de P?s-Gradua??o em Estat?stica (PPGEst)* *Universidade Federal do Rio Grande do Sul* Av. Bento Gon?alves, 9500, Porto Alegre - RS - BRASIL - CEP: 91509-900 *https://www.ufrgs.br/ime/ <https://www.ufrgs.br/ime/>* www.professor.ufrgs.br...
2008 Aug 05
0
Quantitative Research Analyst
Quantitative Research Analyst Description Boxwood Means Inc., a quantitative research firm that specializes in real estate automated valuation modeling and evaluation, risk analysis, and debt/equity portfolio management, and market analysis is seeking a Quantitative Analyst. The candidate will work closely with the firm's Principals to develop and maintain quantitative models to describe and forecast small comm...