Displaying 20 results from an estimated 241 matches for "crime".
Did you mean:
prime
2020 Mar 17
1
":::" operator doesn't work with data object Ecdat:::Crime
????? The ":::" operator doesn't work for me with "Ecdat:::Crime" on
either macOS 10.15.3 or Windows 10.
????? A different but related issue is that "plm::Crime" says "Error:
'Crime' is not an exported object from 'namespace:plm'", even though
"library(plm); data(Crime); Crime" works.? I would naively thin...
2013 Feb 14
4
lm regression query
Hello:
I have a 4-column dataset: Crime, Education, Urbanization, Age. I want to
construct a multiple linear regression to find the effect of Education,
Urbanization, and Age on Crime"
lm(Crime ~ Education + Urbanization + Age)
If I use + in above statement, does it mean it will build a model to find
the relationship between Crime...
2012 May 04
2
Off-Topic: Crime Statistics Don't Pay
WARNING: COMPLETELY OFF TOPIC -- Nothing to do with R.
I thought readers of this list might enjoy the following. The link to
the full article is at the bottom. I hope this is not "too"
inappropriate.
-------
Overconfidence in crime statistics doesn?t pay. In a new study, a team
of criminologists makes the case that reported crime rates should
acknowledge uncertainty in the data. The research demonstrates that
rankings of cities as safer or more dangerous ? which can influence
tourism and tax spending ? can be highly misleadin...
2012 Sep 24
4
SSL CRIME
Hi,
Some of you have heard of CRIME, probably.
from https://bugzilla.redhat.com/show_bug.cgi?id=857051
> Adding the following line to the /etc/sysconfig/httpd file:
>
> export OPENSSL_NO_DEFAULT_ZLIB=1
But there are other services but http that use ssl and are vulnerable?
What is the optimal place for setting this enviro...
2013 Jan 31
2
Help with multiple barplots
...e way to differentiate the two groups of variables. I'd like to find a way to put a little bit of space between the three from one grouping variable and the three from another grouping variable.
If anyone has any thoughts, I'd be very grateful. Yours truly, Simon J. Kiss
###Random Data
crime<-sample(c('agree' ,'disagree'), replace=TRUE, size=100)
guns<-sample(c('agree','disagree'), replace=TRUE, size=100)
climate<-sample(c('agree', 'disagree'), replace=TRUE, size=100)
gender<-sample(c('male','both' ,'female...
2002 Jan 27
5
EPS->LaTeX problem
Greetings-
I have a strange problem displaying a graph from R (1.3.1, linux) in a
LaTeX document of documentclass seminar.
I'm using graphicx to include the file:
\usepackage{graphicx}
...
\resizebox{\textwidth}{\textheight}{\includegraphics{crime.eps}}
When I do this, the entire slide (including the page number) is rotated
180 degrees. Any ideas why this happens?
The graph was created using the syntax in R:
data(USArrests)
postscript(file="crime.eps")
plot(USArrests$Murder, USArrests$Assault)
abline(lm(USArrests$Assault ~ USArr...
2002 Mar 11
3
Crime Time Series
Can anyone please recommend a good site for
crime related time series?
Thanks!
Erin
mailto: hodgess at uhddx01.dt.uh.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"...
1998 Aug 21
2
couldn't find FUN
...d > (s$d[1]*sqrt(.Machine$double.eps)))
if (rank < ncol(x)) s$v <- s$v[,1:rank, drop=FALSE]
s$d <- s$d/sqrt(max(1,N))
# r <- list(sdev=s$d, proj=s$v,x=x %*% s$v, center=center, scale=scale)
r <- list(sdev=s$d, proj=s$v, center=center, scale=scale)
r
}
> data(crimes)
> prcomponents(crimes)
Error: couldn't find function "FUN"
> traceback()
[1] "eval(f)"
[2] "Ops.data.frame(x, aperm(array(STATS, dims[perm]), order(perm)), "
[3] "\t ...)"
[4] "sweep(x, 2, center)"
[5] "sweep(sweep(x, 2, center),...
1999 Apr 23
1
basic question about lm summaries
I'm very new to R and I'm having trouble doing something that should be
very simple (so I'm probably missing something quite obvious). When I
run
> lm(data$CRIME~data$INCOME+data$HOUSING)
I get the correct coefficients. However, when I try to get anything
else out of this I get a message about a missing argument, e.g.:
> summary.lm(lm.d1<-lm(data$CRIME~data$INCOME+data$HOUSING))
Error: Argument "n" is missing, with no default
None of the do...
2012 Oct 25
0
[HEADS UP]: CVE-2012-4929 (CRIME)
I think there is nothing FreeBSD can do about this besides making sure
our users are aware of it. The situation in which this is a problem is
specific but one you should consider if you are using TLS with
compression.
TLS 1.2 and earlier are vulnerable to an attack commonly known as CRIME.
The attack involves TLS sessions using compression where an attacker is
able to inject known plaintext into the stream. Through a series of
guesses and measuring the length of the encrypted text an attacker is
able to determine the plaintext.
The recommended workaround for now is to disable compr...
1998 Aug 26
0
prcomp & princomp - revised
...rables, W. N. and B. D. Ripley (1994).
\emph{Modern Applied Statistics with S-Plus}, Springer-Verlag.
}
\seealso{
\code{\link{princomp}}, \code{\link{prcomponents}}, \code{\link{cor}},
\code{\link{cov}},
\code{\link{svd}}, \code{\link{eigen}}.
}
\examples{
# the variances of the variables in the
# crimes data vary by orders of magnitude
data(crimes)
prcomp(crimes)
prcomp(crimes,scale=TRUE)
plot(prcomp(crimes))
summary(prcomp(crimes))
}
############## princomp.R replacement file ##############
princomp <- function(x, cor=FALSE, scores=TRUE,
subset=rep(TRUE, nrow(as.matrix(x)))) {
# it is...
2023 Feb 24
1
How to get a server listed in the IMAP Test wiki?
...out a warrant as I hopped a plane took a flight away from the city hall lynch mob. And the corrupt corporate-paid cops who previously stole my car, cell phone, digital camera, photos and laptop in another state, too.
And that's only the latest such violent attack. In real life. People plannimg crimes and getting away with crimes in real life. Bragging about it online is always what what gets them caught in the end.
And so far the thieves and robbers and assailants are apparently not being prosecuted at all for the violent crimes they are committing but they were forced to let me go since ther...
2002 Jan 27
1
SUMMARY: EPS->LaTeX problem
...pears to solve the problem. Try
getting fast, correct help from Microsoft on a Sunday morning!
Here's the summary:
1.) From Brian Flaherty on the Debian list:
Rather than what you have above, what about something along the lines
of this:
\includegraphics[scale=.5,angle=180,keepaspectratio=T]{crime.eps}
and chose the scale that you wish.
(I actually ended up using:
\includegraphics[scale=.37,angle=270,keepaspectratio=T]{crime.eps}
), which works fine
2.) From numerous helpers on the R-Help list:
use the horizontal=FALSE argument to the postscript() command in R:
postscript(..., horzont...
2010 Jan 04
1
No text on Gangster's Organized Crime
Installed normally with Wine, had no Text in the Menu boxes, changed this through a new x11drv and it was fixed. No errors, no copy-protection problems, sound perfect. Only tested german version!
This is the message from AppDB , I googled this for about 2 hrs last night and finally gave up , if anyone can help me fix this it would be most appreciated.
2011 Mar 14
2
proportional symbol map ggplot
...ggplot. Symbols' area should
have the same proportions as the scaled variable.
Hereby an example we found on
http://www.r-bloggers.com/bubble-chart-by-using-ggplot2/ . In this example
we see the proportions of the symbols' area are different from the
proportions of the scaled variable:
crime <-
read.csv("http://datasets.flowingdata.com/crimeRatesByState2008.csv",
header=TRUE, sep="\t")
p <- ggplot(crime, aes(murder,burglary,size=population, label=state))
p <- p+geom_point(colour="red") +scale_area(to=c(1,20))+geom_text(size=3)
Example:
proporti...
2013 Oct 28
1
LZ4 compression in openssh
...hard to do chosen-plaintext attacks on
the client to server side (in opposite to HTTPS where that's trivial).
And most passwords that are typed after authentications are entered
character by character, making them fall under the padding length anyway.
I think the compression vulnerabilities in CRIME are not appliable to
SSH with delayed compression.
Aris
Le 25/10/13 21:47, Daniel Kahn Gillmor a ?crit :
> On 10/25/2013 03:23 PM, Mark E. Lee wrote:
>> Thanks for the response, what kind of problematic interactions
>> would occur (other than trying to compress seemingly random
>...
2003 Dec 01
2
Re: Asterisk European Tour: was RE: * Party in Paris
...t
> and GPL preamble on back) which no amount of effort has managed to find a
> replacement for and it's *that* part i've never really gotten over.
> Mark
Well the Aussie's recently announced an additional travel warning for The Netherlands due to the increased level of petty crime although I feel it was a little extreme. The petty crime problem is very much specific to Amsterdam and foreign crims come into the city specifically to target tourists and their valuables.
I've lived out here for 3 years now and enjoy exceptional safety where I live in Haarlem so perhaps an a...
2006 Sep 10
2
formatting data to be analysed using multinomial logistic regression (nnet)
I am looking into using the multinomial logistic regression option in the
nnet library and have two questions about formatting the data.
1. Can data be analysed in the following format or does it need to be
transformed into count data, such as the housing data in MASS?
Id Crime paranoia hallucinate toc disorg crimhist age
1 2 1 0 1 0 1 25
2 2 0 1 1 1 1 37
3 1 1 0 1 1 0 42
4 3 0 0 0 0 1 25
5 2 1 0 1 0 0 49
2. Can a ratio variable such as $age be included into a model, such as
the one below?
crimepred <- glm (crime ~ paranoia + hallucinate + t...
2001 Sep 14
1
extremly off topic I know but since it leaked into the list anyway....
...no credible pretext,
destroying half its pharmaceutical supplies and killing
unknown numbers of people (no one knows, because the US blocked
an inquiry at the UN and no one cares to pursue
it). Not to speak of much worse cases, which easily come to mind.
But that this was a horrendous crime is not in
doubt. The primary victims, as usual, were working people:
janitors, secretaries, firemen, etc. It is likely to
prove to be a crushing blow to Palestinians and other poor and
oppressed people. It is also likely to lead to
harsh security controls, with many possible ra...
2003 Jun 26
1
Residual plotting
...; columns <- c("1987", "1988", "1989", "1990", "1991", "1992", "1993",
"1994", "1995", "1996", "1997", "1998", "1999" )
> rows<-c("Population","Crimes")
> dimnames(cripop)<-list(rows,columns)
> bd<-t(cripop)
> bd.frame<-data.frame(bd)
> attach(bd.frame)
> regressions<-lm(Crimes~Population,data=bd.frame)
> plot(Population,resid(regressions))
> ...?...
---------------------
Can any one help me by tellin...