Displaying 20 results from an estimated 10980 matches for "ability".
2002 Aug 29
2
Factor Analysis in MASS4
Hi,
I had a look at the MASS4 scripts in the MASS package, in Ch 11.3 Factor
Analysis, there is a section of codes like:
data(ability.cov)
ability.FA <- factanal(covmat = ability.cov, factors = 1)
ability.FA
(ability.FA <- update(ability.FA, factors = 2))
#summary(ability.FA)
round(loadings(ability.FA) %*% t(loadings(ability.FA)) +
diag(ability.FA$uniq), 3)
Unfortunately I still haven't received...
2012 Oct 25
6
[LLVMdev] Poll: LLVM test-suite project usage
...no-dash) suite" that is part of LLVM.
If you are using the LLVM test-suite project directly (as opposed to
via LNT), I'd appreciate it if you could reply to me personally with
the following information:
1. What facilities of the project do you use:
[ ] User defined test functionality
[ ] Ability to execute two compilers (baseline, modified)
[ ] Ability to use Makefile's to modify and rerun small parts of tests
[ ] Test suite ability to work with LLVM bit code files and tools (as
opposed to native object files)
[ ] Ability to test SPEC
[ ] Ability to execute tests on a remote target
[ ]...
2011 Nov 28
4
getting a subdomain name in model.
Hi all,
I am facing problem in getting subdomain name inside the model. The
following is my setup.
I am using cancan for authorization.I wanted a specific condition in
Ability.rb ( the file which is placed in models if we install cancan gem).
Below is the condition I wanted:
=========================================================
user ||= User.new # guest user (not logged in)
if (user.role == ''admin'' && user.site_name == current_s...
2008 Sep 18
2
Ability estimates for partial credit model
Dear all,
I'm working on ability estimates using Rasch model. Using the "ltm"
package, the procedure is quite simple:
## Factor Scores for the Rasch model
fit <- rasch(LSAT)
factor.scores(fit)
What about Partial Credit Model (PCM)? For PCM I use PCM function from
eRm package. Is there any similar function like fac...
2009 Sep 02
1
Ability Estimates for Repeated Measurements in the eRm Package
Dear R Users,
I am using the LLTM and the LRSM functions in the eRm package to do repeated
measurements where there are 2 measurement points for a list of 10 items. I
am trying to get ability estimates but am having trouble. I don't think
that it is appropriate to use the pmat function since the person parameters
are based on all 20 items. Rather, I think it would be more appropriate to
have the person parameters be based on the 10 items at Time 1 and then the
next 10 items at Tim...
2008 Jan 20
4
IP Phone support SIP and IAX
Hi All;
Anyone can advise for a good IP Phone that has the
ability to support SIP firmware and IAX firmware?
Ofcourse, SIP there is a lot, but we need also the
ability to use IAX (as it is good for NAT).
Any advise.
Regards
Bilal
____________________________________________________________________________________
Looking for last minute shopping deals?...
2011 Mar 02
1
Setting CanCan ability.rs model
...in user should have privilegies to access: Reports(all), State
(read), Admin (all)
Global user should have privilegies to access: Reports(only read),
State(read), Cpanel(all)
Internal user should have privilegies to access: Reports(all), State
(read)
And I tried to do this with following code in ability.rs:
class Ability
include CanCan::Ability
def initialize(user)
user ||= User.new # guest user (not logged in)
if user.role? :admin
can :manage, [Report, Admin]
can :read, State
elsif user.role? :global_user
can :read, [Report, State]
can :manage, Cpanel...
2007 Jan 19
1
ability estimate with GRM of IRT
Hi my friends,
I have an issue with ability estimates when running GRM of IRT. I
have responses from 242 subjects but got 183 ability estimates.
Below is what I did to get the estimates.
1) I have a csv file "P1.csv" and I imported it into R and loaded
the "ltm" package by doing:
p1<-read.table("P1.csv"...
2009 Jul 31
2
Voicemail feature: enable or disable the ability to leave a message
Hi,
I think there is an essential option of the Voicemail application that
is missing.
I would like to suggest the implementation of a function to give the
user the ability to either allow or disallow the recording of messages.
If the ability to record a message is disabled, options u, s, and b must
not be considered in order to avoid the playback of messages such as
"Please leave your message after the tone..."
the usecase is simple. A person could record...
2020 Sep 09
2
[Bug 3212] New: Ability to add ssh certiicate to ssh agent to existing private key without rereading private key from filesystem
https://bugzilla.mindrot.org/show_bug.cgi?id=3212
Bug ID: 3212
Summary: Ability to add ssh certiicate to ssh agent to existing
private key without rereading private key from
filesystem
Product: Portable OpenSSH
Version: 8.2p1
Hardware: amd64
OS: Linux
Status: NEW
Sever...
2007 Aug 14
4
Stubbing all methods
Mocha''s mock/stub framework has the ability to stub all methods on a
mock given. Does RSpec''s mocking framework have this ability? And
if not, is there some reason it shouldn''t be implemeneted?
Regards,
Scott
2004 Dec 17
3
Old posts and the ability to search...
Gents,
Just a passing thought... is there any reason why the ability to search the
past posts on here isn't switched on?
Just wondered, since it makes much more sense to be able to search the old
archives if you have a problem, rather than ask the same question again and
again...
Paul
2012 Aug 19
2
ANNOUNCE: Oz 0.9.0 Release
....9.0 of Oz. Oz is a program for
doing automated installation of guest operating systems with limited
input from the user. Release 0.9.0 is a (long overdue) bugfix and
feature release for Oz. Some of the highlights between Oz 0.8.0 and
0.9.0 are:
- Easier to create Debian/Ubuntu packages
- Ability to specify the disk size in the TDL
- Ability to specify the number of CPUs and amount of memory used
for the installation VM
- Cleanup and bugfixes to oz-cleanup-cache
- Ability to install Fedora-17 disk images
- Ability to install guests as a non-root user. This has several
cavea...
2008 Oct 29
4
Current Open Source Billing Package
...her than to import the CDR
either via files or as a login to MySQL.
I do have monthly recurring charges which need to be included monthly.
I do occasionally have need to one off (manual) billing charges.
Rating for calls would be nice but not mandatory ( we have very
minimal International).
Ability to export to an accounting package a plus.
Ability to generate hard copy Invoices and/or email them to the cust.
Ability to generate a list of current Invoices.
Runs on Linux.
All in all not a very complex set of requirements, but the few
packages that seem to be currently offered generally d...
2013 Jul 29
2
ANNOUNCE: Oz 0.11.0 release
...release 0.11.0 of Oz. Oz is a program
for doing automated installation of guest operating systems with
limited input from the user. Release 0.11.0 is a bugfix and feature
release for Oz. Some of the highlights between Oz 0.10.0 and 0.11.0
are:
* Add support for installing Ubuntu 13.04
* Add the ability to get user-specific ICICLE information
* Add the ability to generate ICICLE safely, by using a disk snapshot
* Add the ability to include extra files and directories on the installation ISO
* Add the ability to install to alternate file types, like qcow2, etc.
* Add support for installing Ubuntu 5...
2010 Jul 06
3
OT: Sieve + Forward as Attachment
I know that this is technically not a Dovecot problem; however, I was
wondering if anyone knew if 'sieve' had been updated with the ability
to 'forward as attachment' a received document. I believe it has the
ability to forward a document; however, I need the ability to forward
it as an attachment if possible.
Also I believe, somewhat due to my asking for them, that sieve exits
with appropriate error codes. Is there a listing...
2004 Mar 17
2
FreeBSD-SA-04:05.openssl question
Hello there.
The FreeBSD-SA-04:05.openssl Security Advisory announced a
"null-pointer assignment during SSL handshake" DoS vulnerability.
However, the OpenSSH Security Advisory of 17 March 2004 announced the
same vulnerability with one more vulnerability. Look at
http://www.openssl.org/news/secadv_20040317.txt
Isn't FreeBSD vulnerable to the second "Out-of-bounds read affects
Kerberos ciphersuites" security problem?
T...
2004 Mar 03
3
FreeBSD source auto patcher script
...its not necessarily the least bit quick at all :) I had
kept it for my self for a while but I was recently provoked to release
it as it could do greater good being out there on the net, because its
in Perl its quite hackable for custom needs.
http://www.roq.com/projects/quickpatch/
It has the ability to do a range of different update tasks. These
features include the ability to easily verify (using PGP) any and all
advisories, easy setup and use of CVSUP for source and ports tree
updates. Ability to extract all the useful data out of the official
FreeBSD security advisories, such as necessa...
2009 Jul 17
2
[LLVMdev] Stack Management in LLVM
On Thu, Jul 16, 2009 at 9:29 PM, Joshua
Moore-Oliva<llvm-dev at chatgris.com> wrote:
> To the list of modifications I need to be able to perform, add
>
> the ability to specify the ordering of local variables in the stack
If you need specific locations for everything you're allocating on the
stack, you should probably just use a continuation-passing style like
the one mentioned in
http://nondot.org/sabre/LLVMNotes/ExplicitlyManagedStackFrames.txt ;
LLVM wo...
2008 Jan 25
3
One application that I would like to see work.
http://www.chproducts.com/retail/tech_control_manager.html
The above is the last road block for me, into round filing my Win2k
partition.
Unfortunately, the way the joystick system works in Linux, I don't think
this is even a possibility.
I need the above applications ability to map joystick switches to
keystrokes and the ability to combine axises with mathematical functions.