search for: jml

Displaying 20 results from an estimated 28 matches for "jml".

Did you mean: jme
2009 Nov 11
1
Clarification on generic functions and methods
I have constructed the following functions and need a little clarification: ### function to fit the model parameters jml.fit <- function(dat, con = 1e-3, bias=FALSE, ...){ do stuff ... } ### default function which calls jml.fit jml.default <- function(dat, con = 1e-3, bias=FALSE, ...){ result <- jml.fit(dat, con = 1e-3, bias) result$call <- match.call() class(result) <- "jml" result }...
2008 Apr 24
4
bug in file.path?
Se ha borrado un texto insertado con un juego de caracteres sin especificar... Nombre: no disponible Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080424/2226f24e/attachment.pl
2009 Nov 08
1
Summary methods
I've defined the following for objects of a class called jml summary.jml <- function(object, ...){ tab <- cbind(Estimate = coef(object), StdError = object$se, Infit = object$Infit, Outfit = object$Outfit) res <- list(call = object$call, coefficients = tab, N = nrow(object$Data), iter = object$Iterations) class(res) <- "sum...
2007 May 08
0
MiscPsycho Package 1.0
I have just submitted MiscPsycho to CRAN. MiscPsycho contains functions for miscellaneous psychometrics that may be useful for applied psychometricians. MML estimation already exists in the ltm package. Hence, a jml option is provided for users who prefer this method. The jml function gives back rasch difficulties and the same Infit and Outfit statistics as Winsteps. Also, jml is known to return biased parameter estimates. So, a correction for jml bias is provided for as an optional argument in the function....
2007 May 08
0
MiscPsycho Package 1.0
I have just submitted MiscPsycho to CRAN. MiscPsycho contains functions for miscellaneous psychometrics that may be useful for applied psychometricians. MML estimation already exists in the ltm package. Hence, a jml option is provided for users who prefer this method. The jml function gives back rasch difficulties and the same Infit and Outfit statistics as Winsteps. Also, jml is known to return biased parameter estimates. So, a correction for jml bias is provided for as an optional argument in the function....
2010 Mar 10
2
help R non-parametric IRT simulation
Hello R, I am looking for non-parametric simulation in IRT. Is there any IRT package that does non-parametric simulation? helen L [[alternative HTML version deleted]]
2007 Apr 27
0
Protocol for data inclusion in new packages
...priate for me to distribute a data set in the package I develop even though it originally came from another package? Or, is it more appropriate for my package to depend on the package where the data originally live? The functions planned for the current distribution of MiscPsycho will include: 1) JML estimation of Rasch and Master's partial credit model 2) Various IRT statistics (e.g., item information and test information functions) 3) Various "Classical" statistics for item analysis 4) Coefficient alpha 5) Score conversion tables 6) Classification consistency analysis 7) Procedu...
2009 Nov 18
0
Package for Miscellaneous Psychometrics
...quot; implements a K nearest neighbor algorithm to derive conditional norms for student achievement data. This was designed primarily to construct conditional norms for student achievement growth models, but is flexible such that conditional norms for any score can be constructed * Objects of class jml can now be plotted to visually examine IRT data fit by the jml function * the function "classical" now returns standard errors of the item p-values as well as design-consistent standard errors to reflect clustered samples All functions have been rigorously unit tested by comparing output...
2014 Jul 05
2
mdiskchk and WinPE
...aller/syslinux.h:17, from syslinux.c:28:../libinstaller/advconst.h:2: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before numeric constantsyslinux.c: In function ?main?: Has anyone successfully built these executables, or can someone suggest a better path to take? Thanks! jml
2009 Nov 16
1
No Visible Binding for global variable
While building a package, I see the following: * checking R code for possible problems ... NOTE cheat.fit: no visible binding for global variable 'Zobs' plot.jml: no visible binding for global variable 'Var1' I see the issue has come up before, but I'm having a hard time discerning how solutions applied elsewhere would apply here. The entire code for both functions is below, but the only place the variable "Zobs" appears in the functi...
2000 Jun 27
1
openssh-2.1.1p1 on Irix6.2 report
...et *any* results added to the entropy pool, and the outgoing ssh connection fails as a result. Upping ENTROPY_TIMEOUT_MSEC to 500 seems to have cleared this problem nicely on my old crufty 144MHz Indy. The builtin PRNG seeding is *much* preferable to the prior perl-based EGD. Many thanks, -jml A few high/easy portability points: ** There seems to be a pointer problem in vsnprintf: cc -n32 -I/usr/local/include -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\&qu...
2003 Mar 23
0
New parsefw
...a C program to parse Shorewall (netfilter) logfiles and display them in a pretty format similar to the old ipchains format. Some text is added about certain well-known destination ports, and they are linked to a FIREWALL FAQ website for further explaination. The original parsefw.c was written by jml@redwoodtech.com. I can''t seem to contact him about his original app. I did an almost complete rewrite of it for newer Shorewall (netfilter) logs. The app uses the standard stdin/stdout mechanism. This makes it simple to use in a cgi-bin situation. I (re)wrote the application with the...
2015 Nov 30
1
kvm-qemu-ev in testing
...gt; > Is it possible to add patch > https://bugzilla.redhat.com/show_bug.cgi?id=1248758 > into qemu-kvm-ev from Red Hat, oVirt and cbs/centos ? > > Rebuilding each qemu-kvm-ev from sources is just wasting of time. > Hy, Could you rediff this patch for qemu-kvm-ev 2.3.0 series ? JML
2016 Jan 27
0
Mouse and display issues with Windows 10 guest
...r in the Windows 7 -> 10 upgrade. I haven't found any > virtio drivers labeled for use with Windows 10. (How the heck you > uninstall a driver that's no longer associated with any device is > going to take a bit of searching.) > You can use the virtio drivers for Windows 8.1 JML
2012 Mar 28
0
How to change error message of authlogic only n certain cases
...validate input data with "authlogic" User must input current password, new password and new password confirmation when user updates user''s password. So, I want to display follow error message if user fails to update. "new password is invalid." I think to edit config/en.jml attributes: user: password: "new password" But, I want to display follow error message if fail to create new user "password is invalid." Because user input only password and password confirmation(and other user information). How to change error message only i...
2014 Jul 06
0
mdiskchk and WinPE
...from > syslinux.c:28:../libinstaller/advconst.h:2: error: expected `=?, > `,?, `;?, `asm? or `__attribute__? before numeric > constantsyslinux.c: In function `main?: Has anyone successfully > built these executables, or can someone suggest a better path to > take? > Thanks! > jml I can see 1 branch in Shao's git repo that might be relevant: mdiskchk_win [quote] mdiskchk.exe will be the Windows counterpart for the DOS version mdiskchk.com. The purpose is to be able to scan low memory for instances of Syslinux' MEMDISK and report these instances...
2014 Jul 07
2
mdiskchk and WinPE
and there it was. Thanks, all, that did the trick! jml > From: sha0.miller at gmail.com > To: jml9904 at hotmail.com > CC: syslinux at zytor.com > Subject: RE: [syslinux] mdiskchk and WinPE > Date: Mon, 7 Jul 2014 00:14:27 -0400 > > Please try clicking the "raw" link to the right of the .exe found here: > > http:...
2015 Oct 28
2
kvm-qemu-ev in testing
On Wed, Oct 28, 2015 at 5:29 PM, Lamar Owen <lowen at pari.edu> wrote: > On 10/07/2015 07:07 PM, Karanbir Singh wrote: > >> hi, >> >> kvm-qemu-ev from virt7-kvm-common-release is now signed and available on >> buildlogs.centos.org for testing, the corresponding release file is >> available in the centos/7/extras/ location on buildlogs as well. >>
2016 Jan 27
2
Mouse and display issues with Windows 10 guest
On 01/27/2016 07:34 AM, Dmitry E. Mikhailov wrote: > On 27.01.2016 00:51, Robert Nichols wrote: >> >> Any suggestions or success reports would be appreciated. > > What's the host OS? > > I enjoy Windows 8.1 (virtio/qxl) on CentOS 7.2 laptop (the one I'm > writing now on). CentOS 6.7. Sorry I forgot to mention that. As I said, Windows 7 runs just fine in a
2015 Apr 22
3
libvirtd for el7
Hi, I see that for EL6 gwd already has pushed a libvirtd package with version 1.2.10[1]. I got request from VDSM development to provide libvirt >= 1.2.9 for EL7 for oVirt 3.6. gwd, do you just rebuilt http://koji.fedoraproject.org/koji/buildinfo?buildID=594825 ? I'm looking at http://koji.fedoraproject.org/koji/buildinfo?buildID=628689 may this work for you? [1]