search for: partic

Displaying 11 results from an estimated 11 matches for "partic".

Did you mean: partie
2002 Apr 19
4
Durbin-Watson test in packages "car" and "lmtest"
Hi, P-values in Durbin-Watson test obtained through the use of functions available in packages "lmtest" and "car" are different. The difference is quite significant. function "dwtest" in "lmtest" is much faster than "burbinwatson" in "car". Actually, you can take a nap while the latter trying to calculated Durbin-Watson test. My question
2002 Aug 14
1
Why can't Anove (car package) see the data?
At the end of the 'Details:' section of the help on Anova (car package), it states: The standard R `anova' function calculates sequential (type-I) tests. These rarely test meaningful hypotheses. So I thought I'd try it. However, I was perplexed to get this message: Browse[1]> Anova.glm(leaf.glm1, type ="II") Error in terms.formula(formula, data = data) :
2006 Jul 04
2
Display a calendar helper
...t a time. So I have a link for the next and previous month, when clicked the grid is replaced with the correct month''s grid. How best to do this, im thinking ajax would be the wrong choice and I may be better to do it all client side using javascript, but then I dont get access to the partical... so ajax it must be?? -- Posted via http://www.ruby-forum.com/.
2008 Jun 20
1
omnibus LR in multinomial model
...inom ? The residual deviance is there but I was hoping I could somehow pull out the deviance based on just using an intercept ? Sample code is below from the CAR book but I wasn't sure how to do it based on that example. Thanks for any insights. library(car) library(nnet) attach(Womenlf) participation <- ordered(partic, levels=c('not.work', 'parttime', 'fulltime')) print(participation) mod.multinom <- multinom(participation ~ hincome + children) print(mod.multinom) print(str(mod.multinom))
2012 Jul 20
1
FIML using lavaan returns zeroes for coefficients
Hello! I am trying to reproduce (for a publication) analyses that I ran several months ago using lavaan, I'm not sure which version, probably 0.4-12. A sample model is given below: pathmod='mh30days.log.w2 ~ mh30days.log + joingroup + leavegroup + alwaysgroup + grp.partic.w2 + black + age + bivoc + moved.conf + local.noretired + retired + ds + ministrytime + hrswork + nomoralescore.c + negint.c + cong.conflict.c + nomoraleXjoin + nomoraleXleave + nomoraleXalways + negintXjoin + negintXleave + negintXalways + conflictXjoin + conflictXleave + conflictXalways ' mod...
2010 Jan 03
1
Anova in 'car': "SSPE apparently deficient rank"
...ell_chp12.pdf I am trying to convert my own similar course to R for my students for next fall. I have been successful at analyzing a segment of the data as a 2-way repeated measures design. Here is my code: > your.data=read.table(pipe("pbpaste"),header=T) > your.data partic A1B1 A1B2 A1B3 A1B4 A2B1 A2B2 A2B3 A2B4 A3B1 A3B2 A3B3 A3B4 1 p1 1 1 2 3 1 2 4 7 1 3 7 10 2 p2 2 2 3 3 2 2 5 6 2 4 6 9 3 p3 1 2 2 3 2 3 2 6 1 4 7 9 4 p4 1 1 2 2...
2006 Mar 31
5
RoR 1.1 RJS problem
...html are supposed to render. Ok, now, here''s what I''m getting, and ALL I''m getting in my "main" div: $("index").hide(); Which is correct. . .sort of. It DOES hide the index object correctly, but displays the above in the div and does not show my partical in the "main" div. Been working on this for about 24 hours, most of that spent googling and reading over everybody''s examples (again, and again, and again : b). Any help would be GREATLY appreciated. I know something silly is going on here, but for the life of me I can...
2004 Jan 16
3
Another wishlist for R
...wseURL, contrib.url, fixup.package.URLs package.contents, packageStatus mahalanobis, TukeyHSD getMethod, getS3method The sooner that conventions are encouraged, the more consistent future function names will be. 4. Increased integration of text and graphics output (for PDF, in particular). Sweave is fantastic for quality reporting, but can be a lot of work when a quick analysis is all that is needed. Often I would like to do something like print a box plot and include an anova table, for example: pdf("file") boxplot(y~x) frame() sink.t...
2023 Jun 29
3
[PATCH drm-next v6 02/13] drm: manager to keep track of GPUs VA mappings
...itrary GPU VA mappings of buffer objects. The DRM GPU VA manager is intended to serve the following purposes in this context. 1) Provide infrastructure to track GPU VA allocations and mappings, making use of the maple_tree. 2) Generically connect GPU VA mappings to their backing buffers, in particular DRM GEM objects. 3) Provide a common implementation to perform more complex mapping operations on the GPU VA space. In particular splitting and merging of GPU VA mappings, e.g. for intersecting mapping requests or partial unmap requests. Tested-by: Donald Robson <donald.robson at...
2023 Jul 13
1
[PATCH drm-next v7 02/13] drm: manager to keep track of GPUs VA mappings
...VA mappings of buffer objects. The DRM GPU VA manager is intended to serve the following purposes in this context. 1) Provide infrastructure to track GPU VA allocations and mappings, making using an interval tree (RB-tree). 2) Generically connect GPU VA mappings to their backing buffers, in particular DRM GEM objects. 3) Provide a common implementation to perform more complex mapping operations on the GPU VA space. In particular splitting and merging of GPU VA mappings, e.g. for intersecting mapping requests or partial unmap requests. Acked-by: Thomas Hellstr?m <thomas.hellstro...
2023 Jul 20
2
[PATCH drm-misc-next v8 01/12] drm: manager to keep track of GPUs VA mappings
...VA mappings of buffer objects. The DRM GPU VA manager is intended to serve the following purposes in this context. 1) Provide infrastructure to track GPU VA allocations and mappings, making using an interval tree (RB-tree). 2) Generically connect GPU VA mappings to their backing buffers, in particular DRM GEM objects. 3) Provide a common implementation to perform more complex mapping operations on the GPU VA space. In particular splitting and merging of GPU VA mappings, e.g. for intersecting mapping requests or partial unmap requests. Acked-by: Thomas Hellstr?m <thomas.hellstro...