search for: brant

Displaying 20 results from an estimated 68 matches for "brant".

Did you mean: grant
2008 Feb 01
3
Converting a character string into an object variable
...quot;V", i, sep="") <- input.value[i] } Of course this loop will not work since the paste function returns a character string that cannot be a variable. How can I construct a loop to create sequential variables and assign a value to them in the same spirit of the loop above? Brant Inman Mayo Clinic [[alternative HTML version deleted]]
2017 Mar 21
0
New package: brant
Dear R users, I am pleased to announce the release on CRAN of brant 0.1-1: https://cran.r-project.org/package=brant. I implemented the brant test (Brant, Rollin 1990) in R together with Prof. Marco Steenbergen at our Institute. The function brant() tests the parallel regression assumption for ordinal logistic regressions. Any comments, suggestions or queries are...
2017 Mar 21
0
New package: brant
Dear R users, I am pleased to announce the release on CRAN of brant 0.1-1: https://cran.r-project.org/package=brant. I implemented the brant test (Brant, Rollin 1990) in R together with Prof. Marco Steenbergen at our Institute. The function brant() tests the parallel regression assumption for ordinal logistic regressions. Any comments, suggestions or queries are...
2011 Feb 28
3
Measuring correlations in repeated measures data
...e higher than that between age08 and age14. Is there a function that can calculate such correlation coefficients of a repeatedly measured variable "y" ("distance" in the Orthodont dataset) across some category "x" ("age" in the Orthodont dataset)? Thanks, Brant
2007 Apr 20
3
Opinion on R plots: connecting X and Y
...bty='l' but I don't want to, I find that the plots look less cluttered with disjoint axes. However, I was intrigued enough by her comments that I decided to solicit the opinions of others on this issue. Are there principled reasons why one should prefer joined axes or disjoint axes? Brant Inman
2007 Apr 12
3
Putting 2 breaks on Y axis
...10 to 20 (using plotrix functions), I still do not see the data optimally because of the white space from y=20 to y=55. What I would like to do is break the y axis at 2 points, roughly 10-20 and 20-55. Is there a function that can break an axis in 2 places? Thanks in advance for any suggestions. Brant
2006 Oct 31
3
Missing data analysis in R
...ure similar to Faraway (Regression), Pinheiro&Bates (Mixed Effects) and Wood (GAMs) and would be very modern (i.e. published within the last couple of years). Any ideas? If such a book does not exist, one of the experts on this help list should write it! (I will gladly buy the first copy.) Brant Inman Mayo Clinic [[alternative HTML version deleted]]
2014 Apr 02
0
Error with samba-tool rodc preload
Hi everybody, I'm making a POC with samba4 RODC I had problem with preload command. Setup was a fresh 4.1.6 ADS install and a 4.1.6 RODC. All is working fine except account preload : root at smbrodc:~# samba-tool rodc preload m.brant --server=smbdc.gnutopya.local -U administrator Password for [GNUTOPYA\administrator]: Replicating DN CN=Mike BRANT,OU=Users,OU=Rouen,DC=gnutopya,DC=local ERROR(<type 'exceptions.TypeError'>): uncaught exception - __init__() takes exactly 6 arguments (5 given) File "/usr/lib/pyt...
2007 Jan 12
7
Making TIFF images with rtiff
...the following website: http://gnuwin32.sourceforge.net/packages/tiff.htm I would like to ask the R experts for help with the following things: 1) Where do I get the tiffio.h file? 2) Where do I install or relocate the tiffio.h and TIFF library to so that rtiff will work? Thanks for your help. Brant Inman Mayo Clinic
2008 Jan 21
3
'matrix' returns integer instead of decimal
...--- Note the problems in rows 15, 21, 37 and 43. They should read [0.5, 45.5], [14.5, 21.5], etc... The matrix function seems to be rounding the second column up to the next integer. Why would this occur? Can I do something to prevent this? I would very much appreciate any comments. Thanks, Brant Inman Mayo Clinic [[alternative HTML version deleted]]
2007 Feb 16
1
Sampling distribution of the range statistic
...paper, the mean of the sampling distribution of the range statistic is calculated for various sample sizes. Does anyone know whether R has a function that can reproduce the sampling distribution of the range represented in the Harter paper so that I don't have to look at tables in old books? Brant
2011 Jan 17
1
Replacing rows in a data frame
...a 1 for variable 'a' and zeros for all other variables. I guess I assumed the assigment would proceed by rows, but it appears from the resulting output to be proceeding by columns. Can someone point out how I can modify this simple code so that the assignments proceed by rows? Thank you. Brant
2006 Nov 03
6
Import problem with S-Plus 7.0 dataset
...d <- read.S(file='H:\\Research\\data.sdd') Error in read.S(file = "H:\\Research\\data.sdd") : not an S object The dataset is fairly large, roughly 13000 rows and 100 columns, but within S-Plus 7.0 it is stored as a normal dataframe (not a bd dataframe). Any ideas? Brant Inman [[alternative HTML version deleted]]
2006 Nov 03
6
Import problem with S-Plus 7.0 dataset
...d <- read.S(file='H:\\Research\\data.sdd') Error in read.S(file = "H:\\Research\\data.sdd") : not an S object The dataset is fairly large, roughly 13000 rows and 100 columns, but within S-Plus 7.0 it is stored as a normal dataframe (not a bd dataframe). Any ideas? Brant Inman [[alternative HTML version deleted]]
2007 Jan 06
2
Using VGAM's vglm function for ordinal logistic regression
...Intercepts: mild|normal normal|severe -1.630612 2.563055 Residual Deviance: 503.7251 AIC: 509.7251 ------ Can someone explain what I am doing wrong when using vglm and polr with the modified dataset? I do not understand why these two formulations should give different results. Brant Inman
2002 Feb 05
2
-q option failing
..._date=2004-02-03" -c "cddb_id=a70df80c" -o "rip_temp_file.ogg" && mv "rip_tem p_file.ogg" "/sounds/ogg/Tosca/Suzuki/01_Pearl_In.ogg" I'm using oggenc .9 libvorbis rc3 Thanks for any help, and apologies if this is a well understood bug. Brant <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mes...
2007 Apr 20
2
Using power.t.test over a range of conditions
...='two.sided') } } Error in result[i, j] <- power.t.test(delta = DELTA[i], sd = SD[j], sig.level = 0.05, : number of items to replace is not a multiple of replacement length ----------------- Can some one tell me what I am doing wrong here? Thanks in advance for your help, Brant Inman
2015 Jun 28
2
[Bug 11369] New: obsoleted autoconf macros
...Summary: obsoleted autoconf macros Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org There are a few autoconf macros in use deemed obsolete upstream with straight forward alternatives. The autoscan tool can correct most of them, but there are two that take a little bit of code analysis. Most items are replacing AC_TRY_COM...
2016 Mar 30
2
[Bug 11813] New: m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro
...t.m4 uses obsolete AC_TRY_COMPILE macro Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org socklen_t.m4 uses the AC_TRY_COMPILE macro that is labeled obsolete and replaced trivially with a AC_COMPILE_IFELSE construct. This prevents autoreconf --warnings=all,error from succeeding. -- You are receiving this mail because: You ar...
2007 Jan 05
1
Calling "confint.glm" from within another function
...the replies to his posting how he managed to solve the problem, so I am reposting a similar note again in hopes of guidance. In particular, I would like to know if and how I need to modify the confint function call so that I can access it from within another function that I have written. Thanks, Brant Inman