Displaying 20 results from an estimated 20576 matches for "happy".
2006 Feb 19
2
Converting factors back to numbers. Trouble with SPSS import data
...h No
convert-to-factors) and
"eldatfac" (read.spss with convert-to-factors)
If I bring in the data without conversion to factors:
library(foreign)
eldat <- read.spss("18CitySCBSsorted.sav", use.value.labels=F,
to.data.frame=T)
I can see the variable HAPPY is coded 0, 1, 2, 3. Those are the
numbers that SPSS
uses as contrast values when it runs a regression with HAPPY.
In contrast, allow R to translate the variables with a few value
labels into factors.
library(foreign)
eldatfac <- read.spss("18CitySCBSsorted.sav",
max.value.labels=7...
2009 Oct 21
2
How to average subgroups in a dataframe? (not sure how to apply aggregate(..))
Dear all,
Lets say I have the following data frame:
> set.seed(1)
> col1 <- c(rep('happy',9), rep('sad', 9))
> col2 <- rep(c(rep('alpha', 3), rep('beta', 3), rep('gamma', 3)),2)
> dates <- as.Date(rep(c('2009-10-13', '2009-10-14', '2009-10-15'),6))
> score=rnorm(18, 10, 3)
> df1<-data.frame(col1=col1, col2...
2011 Aug 23
1
Efficiency of random and fixed effects estimator
...edom (estimating just the variance parameter of the normal rather than
using one df for each included fixed effect, I thought). However, I don't
find this to be the case in this simulated example.
For the sake of the example, assume you measure subjects' happiness before
exposing them to a happy or sad movie, and then you measure their happiness
again after watching the movie. Here, "id" marks the subject, "obs" marks
the pre- and post-treatment observations, "d" is the treatment indicator
(whether the subject watched the happy or sad movie), "base.happy&...
2010 Mar 06
2
Plot interaction in multilevel model
...male). Here is my attempt, but I don't know how to make it into
linear best-fit lines:
with(mydata,interaction.plot(happiness,gender,score))
2. A plot with score on the y-axis, age on the x-axis, and 4 different best
fit lines representing the following levels of gender and happiness (male hi
happy, male lo happy, female hi happy, female lo happy). Here is my
attempt, but I don't know how to create the 4 different best-fit lines
representing the 4 different interaction levels:
with(mydata,interaction.plot(age,gender,score))
Any ideas? Any help would be greatly appreciated with these tw...
2014 Dec 31
4
Happy New Year!
On behalf of the CentOS project I wish you Happy New Year!
Happy New Year!
--
Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
2000 Nov 15
4
Everyone happy?
There hasn't been any mailing list activity for almost a week.
Is it that we are all happy and just waiting for meta-data
journaling?
--
Keith Barrett
Red Hat HA Team
2006 Apr 10
6
"Pursuit of Happiness" ? Are you sure ?
I always kind of liked this title (the title of Davids super Rails
presentation), but then I saw this quote today:
"The pursuit of happiness is a most ridiculous phrase; if you pursue
happiness you''ll never find it." by C.P Snow
I''d have to agree with this quote. It''s the same as love... go looking for
it, and you''ll never find it.
Soooo... David,
2009 Nov 13
1
spss imports--trouble with to.data.frame
...http://ess.nsd.uib.no/ess/round2/
I cannot give you the European Survey dataset, but you can download it
for free if you like, and then you could run these commands to
re-produce this weird pattern described below.
library(foreign)
d2 <- read.spss("ESS3e03_2.por")
warnings()
str(d2$HAPPY)
d2 <- as.data.frame(d2)
str(d2$HAPPY)
d2 <- read.spss("ESS3e03_2.por",to.data.frame=T)
warnings()
str(d2$HAPPY)
Here's my info for this example:
> sessionInfo()
R version 2.10.0 (2009-10-26)
x86_64-pc-linux-gnu
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC...
2005 Mar 09
2
Chapter 6: Making Users Happy...
Not sure if this is the place to post this but....I'm just going through the
process of installing Samba and LDAP using the current version of Chapter 6:
Making Users Happy
(http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html#id2557011
<http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html#id2557011> )
I found one error in the Install and Configure Idealx smbldap-tools
Scripts...Item 4. Should read "Change to the /etc/smbldap-tools/ directory,...
2018 Feb 27
7
RFC 8305 Happy Eyeballs in OpenSSH
...Aw crap. My homegrown anti-dos tool for ssh looks for either DNRIS or
if logging is verbose enough a connection that didn't result in a
login. I give the attacker a few tries and whitelist any successful
candidate so I should be ok, but things are getting a bit riskier.
I'm a big fan of happy eyeballs in general so I hope there is some way
to allow happy eyeballs and still stop bots from repeatedly knocking on
the door wasting cpu time. Simplest would be to never abort the extra
happy eyeballs before actually logging in or the normal ssh connection
timeout. There may be other ways to...
2002 Oct 11
1
Odd outcome of attr with environments (PR#2148)
Hi everyone,
I think the following error is slightly odd:
> fred <- new.env()
> happy <- function() fred
> happy()
<environment: 0x8a425b8>
> attr(happy(), "foo") <- 1:10
Error: invalid (NULL) left side of assignment
But naturally this works
> attr(fred, "foo") <- 1:10
> fred
<environment: 0x8a425b8>
attr(,"foo")
[1]...
2020 Sep 03
8
SID mapping: Samba and SSSD
...mba team member
>>>
>> This does make me wonder whether it would be worth adding an optional
>> non-default parameter to idmap_autorid to have it use the sssd slicing
>> algorithm to determine ranges. Sort of like SSSD has an autorid
>> compatibility parameter.
> Happy to review if you write it :-). Anything that
> will remove friction moving to/from winbindd/sssd
> would be good for users !
And I will be happy to 'NACK' it, we do not need another idmap backend,
well not unless it it is a total rewrite to give us something like how
RID works on W...
2005 May 06
5
Who's happy with their voip service?
I started out happy as a clam with my new Broadvoice account and
asterisk machine. About 10 days ago things began to change. Inbound
calling has been down for 2 days. Beyond the "We are currently
experiencing in-bound call issues with a carrier partner in some areas.
We are aware of the issue and our engin...
2014 Dec 31
1
Happy New Year!
On Wed, Dec 31, 2014 at 05:17:49PM -0500, Digimer wrote:
> On 31/12/14 05:12 PM, Ljubomir Ljubojevic wrote:
> >On behalf of the CentOS project I wish you Happy New Year!
> >
> >Happy New Year!
>
> May everyone's year be filled with successful deployments!
And successful EMployment, too, for those without!
--
-------------------------------------------------------------------------------
.---- Fred Smith /
( /...
2019 Apr 15
2
Happy 15th Birthday, CentOS!
CentOS is 15 years old today!
Hear the story from some of our community members at
https://blog.centos.org/2019/04/centos15-2/
Do you have your own story? Drop me a note - rbowen at centosproject.org -
to tell me about it.
--
Rich Bowen - rbowen at redhat.com
@CentOSProject // @rbowen
859 351 9166
2012 Nov 23
1
Sentiment analysis in R
...the library(sentiment). I am using the function
classify_emotions(sentiment). It is basically selecting a particular word
from a sentence and with the help of the pr-defined score of that
particular word, it is giving the sentiment score of the whole sentence.
For example,in the sentence "I am happy", it is selecting the word "happy"
and is setting the sentiment scores accordingly. But if I write "I am not
happy", I will also do the same thing and give the same scores. In this
case it is supposed to take both the words "not" and "happy", but it is
t...
2008 Feb 26
3
OLS standard errors
Hi,
the standard errors of the coefficients in two regressions that I computed
by hand and using lm() differ by about 1%. Can somebody help me to identify
the source of this difference? The coefficient estimates are the same, but
the standard errors differ.
####Simulate data
happiness=0
income=0
gender=(rep(c(0,1,1,0),25))
for(i in 1:100){
happiness[i]=1000+i+rnorm(1,0,40)
2007 Dec 06
1
"Happy Birthday Asterisk"
...gards,
Dean Collins
Cognation Pty Ltd
dean at cognation.net
+1-212-203-4357
+61-2-9016-5642 (Sydney in-dial).
________________________________
From: Dean Collins
Sent: Thursday, December 06, 2007 2:49 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: "Happy Birthday Asterisk"
So I got to drop in on the afternoon sessions of the
http://www.voicepeeringforum.com <http://www.voicepeeringforum.com/>
held in New York yesterday. There's a blogpost here
http://deancollinsblog.blogspot.com/2007/12/vpfan-interesting-yet-frustr
ating.html but...
2003 Dec 31
6
Happy New Year!!
Hi all,
Let me be the first to wish everyone, especially the Digium team, an
awesome year in 2004..
Later..
2006 Jan 12
1
[OT] TDD, Goats and Happiness (WAS: The Guilt List)
[snip good stuff]
> After that you realize that TDD just makes you happy, so you start to
apply it to other aspects of your life.
Wait, I thought happiness had something to do with goats and feeling
guilty about it. I''m confused. Again.
But I would second Dylan''s suggestion of seeing a video of TDD in action
w/ RoR. Having never tried this, it'...