Displaying 20 results from an estimated 10000 matches similar to: "Hi!"
2004 Jan 17
0
New sounds posted
So, per the discussion last week and generous donations, we have some
new sound files with which to work.
The sounds are located in:
http://www.loligo.com/asterisk/sounds/
For those of you who just want to download the _new_ sounds, please fetch:
http://www.loligo.com/asterisk/sounds/20040117.newsounds.tar
All of the sounds in that tarball are also in the main ../sounds/
directory in
2011 Jun 12
1
Score Test Function
Greeting R Community,
I'm trying to learn Logistic Regression on my own and am using An Introduction to Logistic Regression Analysis and Reporting (Peng, C., Lee, K., & Ingersoll, G. ,2002). This article uses a Score Test Stat as a measure of overall fit for a logistic regression model. The author calculates this statistic using SAS. I am looking for an [R] function that can compute
2007 Jun 27
1
how to use chi-square to test correlation question
Hi There,
There are 300 boy students and 100 girl students in a class. One interesting question is whether
boy is smarter than girl or not.
first given the exam with a difficulty level 1, the number of the student who got A is below
31 for boy, 10 for girl.
Then we increase the difficulty level of the exam to level 2, the number of the student who got A is below
32 for boy, 10 for girl.
We
2010 Sep 23
0
ergm
Dear colleagues,
I have another question, which, I think cannot be answered easily by the manual. What is the effect of including both nodefactor("Gender") and nodematch("Gender",diff=TRUE)) for the same variable in the model? Judging from the output (please see below), you cant have estimates for both for boys and girls forthe nodematch command, but I thought that the
2012 Nov 12
1
Factory girl associations and rspec
Hi,
I am trying to test factory girl associations basically I have a user
model and status model , what is supposed to happen is a user has many
statuses and a status belongs to a user. I have tried to model this in
factory girl as you can see in the files. When I try to execute the test
I get
Failure/Error: visit("/users/#{user.id}/statuses/#{status.id}")
2006 May 28
0
[SUMMARY] Rails Core Weekly (May 23 - May 28)
Rails Core Weekly May 23 - May 28
[ http://wrath.rubyonrails.org/pipermail/rails-core/2006-May/001500.html ]
On may 23 I just missed an opportunity to report on a patch
(http://dev.rubyonrails.org/ticket/5167) politely submitted by
Francois Beausoleil that adds a generator for observers. Marcel
Molina Jr. hates repeating himself so a generator for observers is
most welcome. The patch is applied
2002 Dec 18
1
0.99.4 uploaded to Debian
Hi,
I'm the Debian maintainer of UW-Imap. Like many I'm somewhat frustrated
with the limitations of it so I am very pleased to see that Dovecot is
becoming a strong alternative. I have uploaded packages of 0.99.4 to the
Debian unstable distribution (sid). Because this is a new package it has
to be added by hand so it may be a while before it shows up in sid. In
the mean time, I have
2003 Jan 08
0
Bug reports from Debian BTS
Timo,
Are you (or any other interested list readers for that matter) interested
in directly receiving bug reports about dovecot sent to Debian? If you
are, you can go to http://packages.qa.debian.org/d/dovecot.html and sign
up to have notifications sent to you or the list or wherever.
Or I can screen them and only send you ones I think are relevant as I'm
doing now.
--
Jaldhar H. Vyas
2011 Aug 09
1
lavaan: how to analyse residuals of a latent variable
Hi r-help,
I use lavaan:sem() for structural equation modelling with latent
variables. Below is a reproducible example (the code requires a
working installation of lavaan) where the latent variable criminality
is in focus. Besides criminality in general, I am specifically
interested one of the manifest variables that make up the latent
variable criminality, namely fire.setting.
My question is:
2011 May 28
4
Rais 3, nested attributes problem with paperclip
I have two models, one model girl and one girl_photos (a file upload
asset). The only code I have in models which describes the association
is:
For the girl => belongs_to :girl and has_attached_file :photo
For the model girl_photos => has_many :girl_photos and
accepts_nested_attributes_for :girl_photos
I''ve tried to save as a nested attribute the photo, it saves the
association
2004 Jul 16
0
Permutations (summary)
Dear R users,
This is a second summary of the permutation problem I previously posted.
This summary restates the problem as well as the solution.
First of all thanks to everyone including Erich, Robin, Gabor, Christian,
Ingmar and others for your suggestions.
With the help of an off-list discussion with Gabor I?m going to summarize.
THE PROBLEM
We have 12 elements in blocks of 3 :
1 2
2012 Dec 31
7
Hi
Hi,
Just joinedthe mailing list.
I am new to Centos, anybody got any tips.
Derek
2010 Aug 16
3
Load dummy data using Factory girl
Hello,
I wanted to know how to load dummy data in the application using Factory
girl.
I had done this using Fixtures.I had made a fixtures folder into the
test folder and run the command "rake test fixtures:load"
Currently i tried using factories in the spec which is working fine.
Wanted to know know regarding loading dummy data.
--
Posted via http://www.ruby-forum.com/.
2003 Mar 17
1
debian 0.99.8.1 packages available
I thought I'd mention it here because a lot of people have been waiting
for me on this. My personal situation is getting saner now so I finally
was able to package up 0.99.8.1. The package for sid was uploaded last
night and should appear in the archive today. A backport for woody is
available from http://www.braincells.com/open/
I have not included POP3, LDAP or SASL2 support for now as I
2012 Mar 09
0
simulating behavior without actually affecting database
Hey all,
A lot of people use factory girl to simulate behavior without
affecting database, particularly for testing. I have a situation where
this is not for testing but rather someone clicks on button to
simulate behavior but we create a User object in order to run the
simulation but while I want the results of simulation to be stored in
a simulation table I dont want the user to be actually
2010 Sep 01
1
Faking Paperclip has_attached_file with Factory girl?
Hello!
I wonder if it''s possible to simulate Paperclip''s has_attached_file
with Factory Girl and then test it with Rspec. I don''t get it to work.
My factories.rb file looks like this:
Factory.define :user do |user|
user.name "Anders"
user.email "user-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org"
user.password
2017 Nov 15
2
hi, Is there any solution about how to add some dwarf info to the IR bitcode file.
Hi,
I create the function A with llvm api, and make implement about function, that function A call function B, and add some write/read operation of variants to function A. and compile it to machine code, run it debug it.
And I want to debug the function A, is there any ways I can add some dwarf info (or debug info ), so that I can the check variant ‘s value is ok.
2008 Mar 22
0
[LLVMdev] Say hi to VMKit: JVM/LLVM, CLI/LLVM
Here's a patch that gets Mvm compiling on Darwin.
--Owen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mvm.patch.gz
Type: application/x-gzip
Size: 669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080321/30544c25/attachment.bin>
-------------- next part --------------
On Mar 21, 2008, at 4:52 PM, Nicolas
2011 Aug 17
1
How would you calculate this type of p-value using R?
Let's say you want to compare "one observation" with a sample, how would you
use R to get a p-value for that single observation itself?
To clarify what I'm asking: We know you use a one-sample t test to compare
an actual sample to a hypothetical value, and a Wilcoxon test if it's not
normally distributed, in R either "t.test( )" or "wilcox.test( )".
2013 Mar 28
0
Can not determine issue in my factories with factory girl in rspec
Hi Folks,
I hope you''re doing good. Sorry for a long email. I am just trying my best
to learn something new and, need your help to understand/ sort a small
issue which I am not able to figure out.
I have create couple of factories and created some examples for rspec for
one of my projects. I have got everything working on my local. Even, my
specs are green on local for both ruby