Displaying 20 results from an estimated 343 matches for "estate".
Did you mean:
state
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 motiva...
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")
M...
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 IC...
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")
Pred...
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))
2006 Jun 01
4
FW: How to create a new package?
Hi,
I'm a group of functions and I would like to create a package for load in R.
I have created a directory named INE and a directory below that named R, for
the files of R functions. A have created the files DESCRIPTION and INDEX in
the INE directory. The installation from local zip files, in the R 2.3.0,
results but to load the package I get an error like:
'INE' is not a
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
Hi
I have a FORTRAN version of the L-BFGS-B algorithm and I was comparing it
to the code in the lbfgsb.c file available at R-4.0.0.tar.gz
Everithing looks the same, except for those two lines that must be printed
by the prn3lb function in case of an error (lines 3559 and 3561 in
lbfgsb.c):
case -5: Rprintf("l(%d) > u(%d). No feasible solution", k, k); break;
case -7:
2010 May 05
3
Latex and Stangle()
Hi,
I'm using 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
Hi.
I have 2 tables, with same dimensions (8000 x 5). Something like:
tab1:
V1 V2 V3 V4 V5
14.23 1.71 2.43 15.6 127
13.20 1.78 2.14 11.2 100
13.16 2.36 2.67 18.6 101
14.37 1.95 2.50 16.8 113
13.24 2.59 2.87 21.0 118
tab2:
V1 V2 V3 V4 V5
1.23 1.1 2.3 1.6 17
1.20 1.8 2.4 1.2 10
1.16 2.6 2.7 1.6 11
1.37 1.5 2.0 1.8 13
1.24 2.9 2.7 2.0 18
I need generate a table of averages, the
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 th...
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
Hi,
I want to build the table of a football league with 11
teams. All play together. So will 55 games.
Since there are an odd number of teams in each round a team
will not play.
The games will be:
games = urnsamples(1:11, x =
c('A','B','C','D','E','F','G','H','I','J','K'), size=2,
replace=F,
2020 May 04
0
Error in message printed by lbfgsb
Hi
I have a FORTRAN version of the L-BFGS-B algorithm and I was comparing it
to the code in the lbfgsb.c file available at R-4.0.0.tar.gz
Everithing looks the same, except for those two lines that must be printed
by the prn3lb function in case of an error (lines 3559 and 3561 in
lbfgsb.c):
case -5: Rprintf("l(%d) > u(%d). No feasible solution", k, k); break;
case -7:
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 comme...