Displaying 3 results from an estimated 3 matches for "grgen".
Did you mean:
green
2006 Mar 27
0
Graded Response Model Simulation (SAS code conversion)
...ode simulates an ordinal response, provided item characteristics (A=item discrimination, BB(G) are thresholds between various categorical responses). It is a macro file. I am thinking that I can write this as a function, and call it up inside a simulation code. Here is the SAS code:
%MACRO GRGEN;
DO G=1 TO NCAT-1;
Z=EXP(A*(THETA-BB(G))); PS(G)=Z/(1+Z);
END;
PP(1)=1-PS(1); PP(NCAT)=PS(NCAT-1);
DO G=2 TO NCAT-1;
PP(G)=PS(G-1)-PS(G);
END;
X=RANUNI(-1);
SUMP=0; R(J)=1;
DO K=1 TO NCAT-1;
SU...
2014 Nov 25
0
problem with setGroupGeneric from package methods
...tions-in-an-r-package
A solution given by Romain Francois was to enclose the offending code in evalqOnLoad() but this doesn't really solve the problem.
The code in that question can serve as a minimal example and I have packed it in a package at
http://www.maths.manchester.ac.uk/~gb/Rpackages/grgen_1.0.tar.gz
but that package gives the error at installation time and I do not know how to debug with the command line tools.
The example below is with my local package which installs and gives the same error at attach time (I will make it available, together with its dependencies, if needed).
>...
2017 May 19
5
[llvm] r303387 - [InstCombine] add more tests for xor-of-icmps; NFC
[adding llvm-dev for wider audience]
On Fri, May 19, 2017 at 12:28 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
>
>
> On Fri, May 19, 2017 at 11:00 AM, Davide Italiano <davide at freebsd.org>
> wrote:
>
>> On Fri, May 19, 2017 at 10:00 AM, Sanjay Patel <spatel at rotateright.com>
>> wrote:
>> > Is "VRP" (value range