Displaying 5 results from an estimated 5 matches for "shoould".
Did you mean:
should
2004 Jul 06
2
Re: errors in randomization test
...this.
>
> firstly because the dataset that is generated, although throwing an error
> when the glm.nb model is applied, is a valid dataset. so how do i
> incorporate this dataset in my results (results being descriptive stats on
> the coefficients from the multiple datasets) i.e. shoould coefficients be
> set to zero?
Almost surely, setting the coefficients equal to 0 is the
wrong thing to do. What the right thing is depends on the
answer to ``lastly''.
Setting the coefficients to be NA in this case (i.e.
effectively throwing away such cases) is also wrong, but...
2011 Jul 15
1
Rails 3 app has strange behaviour with Mysql2 database
...with sqlite3 in production or development it is working as
intended!!! I checked this in both environments, so that the issues
doesn''t occur only in production mode. I checked it also with mysql2
in development environment, there I have the same issue that randomly
entries were shown that shoould have changed, but didn''t in reality.
Finally I think it has something to do with the mysql2 database!!! Has
anybody an idea???
My database.yml looks like this:
# SQLite version 3.x
# gem install sqlite3
production:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeo...
2009 Dec 22
2
traffic not going through tunnel
Dear all,
we have a very strange problem,
- we have 3 VPN endpoints
- all are in one NETWORK
- all daemons come up and connect without any problem and normally we have no problem working through the VPN
but in some cases the connection does not work because the traffic leaves the TAP interface on one VPN endpoint but never arrives on the other end, the similarities between the packages seem to
2003 Nov 19
0
Load balancing and failover
...e what will be good
------------------------
offic ------------------------ other office ----- Switch ----lan users
___________________
--- fiber link
___ wireless link
now i want fiber both the links to be load balance from other office to this
office
when one fiber down, it shoould shift to other fiber with full load
if other fiber down, it should shift to wireless
other side i have PC with 4 ethernet cards
1 connected to 1st fiber
2nd connected to 2nd fiber
3 is connected to wireless
4th is connect to local LAN of other side of office
OFFICE side all connected to to my 3...
2007 Dec 27
6
populate data in another fields on selection
Hi,
I would like to know how to populate data in another text fields on
selection from a drop down
For Ex
1) The form contains 4 fields out of which 3 are text fields and the 4th
one is
drop down list.
1) i would like to know how to populate the 3 text fields with data
simultaneously
on selection from the drop down list.
Please Help.
--
Posted via http://www.ruby-forum.com/.