similar to: Deming Regression

Displaying 20 results from an estimated 1000 matches similar to: "Deming Regression"

2008 Dec 14
2
Help required to install package from a website
Hi, I am new to R and I'm looking to perform some method comparison analysis and would be grateful for some help regarding package installation. There is a package 'MethComp' that I want to use (http://staff.pubhealth.ku.dk/~bxc/MethComp/Courses/Sthm.2007/.) Unfortunately I am unable to install it. I have tried numerous approaches but to no avail. this is the first time I have tried to
2007 May 11
1
Compilation of source package.
I have a samll package that works well and complies nicly on WinXP, using R-2.4.1 Now I want to add a document so i make a folder inst\doc and put the .tex and .pdf in there. But the complation then crashes. Is this because the installin expects some file to be present in inst if an inst folder is there? This is how the thing progress is on my command promp:
2011 Jul 07
1
deming regresion to make 2 variables comparable
Hi, I have a dataset which has var1 from 1 sourse and var2 from 2 different methods. I need a new variable such that var2 values from both methods can beused as 1 variable. I believe deming regression can be used to do this. I just don't know how to do it. My data looks like: idvar1var2method1var2method2 11.22.1NA 21.62.4NA 31.52.2NA 41.3NA2.8 51.6NA3.1 61.4NA2.7 Please help. Sincerely,
2008 Jun 18
1
Error in bugs.run -- R2WinBUGS
Hi, I tried to use MethComp library and this library make use of the WinBUGS by R2WinBuGUS, but I get the follow error in bugs.run: *Error in bugs.run(n.burnin, bugs.directory, WINE = WINE, useWINE = useWINE, : * Look at the log file and try again with 'debug=TRUE' to figure out what went wrong within Bugs. Anyone can help-me, please? Thanks Cleber library( MethComp ) library(
2006 Sep 23
1
variance-covariance structure of random effects in lme
Dear R users, I have a question about the patterned variance-covariance structure for the random effects in linear mixed effect model. I am reading section 4.2.2 of "Mixed-Effects Models in S and S-Plus" by Jose Pinheiro and Douglas Bates. There is an example of defining a compound symmetry variance-covariance structure for the random effects in a split-plot experiment on varieties of
2008 Nov 24
1
FW: read.ssd
Did not seem to reach Saikat DebRoy, this might be the forum. Bendix -----Original Message----- From: BXC (Bendix Carstensen) Sent: 24. november 2008 15:00 To: 'saikat at stat.wisc.edu'; 'stvjc at channing.harvard.edu' Subject: read.ssd It's always annoyed me that that read.ssd crashed on datasets with long variable names, but the other day a collegue of mine pointed out to
2007 Jan 23
1
Estimate and plot hazard function using "muhaz" package
Dear R users, I am trying to use "muhaz" and "plot.muhaz" functions in "muhaz" package to estimate and plot hazard funciton. However function "muhaz" always gives error message "Error in Surv(times, delta) : object "times" not found". I could not even run their sample codes in the user's manual as follows: data(ovarian)
2005 Jan 13
2
coxph() and intervening events
Hello! I am using the coxph() function for counting process data. I want to include an intervening event as one of my covariates. In order to do this I have split the relevant observations in my data at the time of intervention. But I have not found any way to "inform" coxph() of the id of these observations. The result of this is that coxph() interprets the split data as
2005 Aug 08
1
two term exponential model
Dear R users, Does anybody know if there is an R function (package) to fit a two-terms exponential model like y = a*exp(bx) + c*exp(dx) where y is dependent variable and x is independent variable. MATLAB has a Curve Fitting Toolbox to implement this fitting, but I don't know if there is an R package for this fitting. Thank you! Deming Mi
2013 Nov 23
2
[LLVMdev] GVN fails with bitcasts
Hi, i have the following code: define internal %"struct.dexter::ConditionConstant"* @_ZN6dexter18BinaryConditionAdd8evaluateEv5(%"class.dexter::BinaryConditionAdd"*) { entry: %1 = getelementptr inbounds %"class.dexter::BinaryConditionAdd"* %0, i32 0, i32 0, i32 1 %2 = load %"class.dexter::BaseCondition"** %1, align 8 %3 = bitcast
2019 Jun 19
3
Running debuginfo-tests with Dexter
Hi llvm-dev@, There's been some renewed interest in integration tests for debuginfo, checking that debuggers interpret LLVMs output in the way we expect. Paul suggested a while back [0] that our (Sony's) Dexter [1] tool could be a useful driver for running debuginfo tests -- I'd like to ask whether people think this would be desirable course to take, and what the requirements for
2019 Oct 09
3
[RFC] Adopt Dexter and use it to run debuginfo-tests
Hi llvm-dev@, This is a proposal for LLVM to adopt Sony's Dexter tool [0], import it into the debuginfo-tests repo, and use it to run integration tests between debuggers and clang/llvms debuginfo. (Sony has approved donating Dexter to LLVM). Background ---------- The debuginfo-tests repo contains an integration test suite for debug data, which builds each test case from its source code
2010 Feb 10
2
Total least squares linear regression
Dear all, After a thorough research, I still find myself unable to find a function that does linear regression of 2 vectors of data using the "total least squares", also called "orthogonal regression" (see : http://en.wikipedia.org/wiki/Total_least_squares) instead of the "ordinary least squares" method. Indeed, the "lm" function has a
2020 Feb 25
2
How to help improve debug experience w/ optimizations enabled?
+ 1 to Paul’s suggestions. I’d add that if an open bug report isn’t assigned to anyone, you can assume it’s fair game. Feel free to assign a bug to yourself if you start working on it. To toss another idea out there, you might try picking a small .o and working backwards to figure out why location information in it is incorrect. This can reveal a different set of bugs compared to e.g. running
2004 Jan 08
3
Installing R on 64-bit Solaris 2.8 --- follow-up
Hello R-users, thanks to Brian Ripley and Roger Peng for there prompt replies on installing R on a Solaris 64-bit machine. R is now running and seems to be doing fine. I realy would like to have access to the manuals so I can climb most of the learning curve on my own -- I am a long time user of Splus, hence I am not expecting the learning curve to be too steep. On the Sun machine that R is
2007 Jul 31
1
Data mining tools
Hello there, apologies for cross-posting my question is not an S/R question but there is so much knowledge concentrated in those lists that I thought someone could point me in the right direction. A few months ago I read an article in a referenced journal comparing some data mining programs, among which there was Insightful's I Miner, SAS' Entreprise Miner, SPSS' Clementine (I think)
2008 Jun 02
3
Burning DVD with upgrade of cdrtools for cdrecord
I am having problems burning DVD's from commandline. I was wondering if anyone else has had any luck using cdrecord-2.01 and cdrtools that is supposed to add DVD support? Thanks! -- Dexter -- Dexter Fitzgerald Stowers Systems Programmer I Systems Administrator Unix/Linux Systems 142 Freeman Hall College of Engineering and Sciences GSEC, GCIH, GCIA, RHCT, RHCE -------------- next part
2006 Feb 27
3
Updates on Centos 4
Hi, I have a server that has been running Centos for about a year but I have not checked to see if there have been any changes to update. Has there been any updates or fixes for the update? I have not been in the loop for a while now. Thanks! -- Dexter Desire is the ingredient that changes the hot water of mediocrity to the steam of outstanding success. It's the ingredient that enables a
2007 Jun 28
2
CentOS iso for Sparc64 machine
Hi, I have been looking for CentOS for sparc based machines without luck. I tried to use birorrent to download it without luck. I really would appreciate anyone letting me know because I have a Sun Ultra 60 that I would love to install it on. Thanks! -- Dexter Dexter F. Stowers Systems Administrator Unix/Linux/Windows/Mac Clemson University -- Desire is the ingredient that changes the hot
2004 Jan 23
2
trouble with german special chars on smb shares
Setup: two Slackware9.1 boxen with Samba 3.0.1 (tried 2.2.x as well), where xerxes: is a file server and shodan: is the client on xerxes there are 3 shared vfats (the errors I am going to describe occur on ext2/3 in exactly the same way) When I do: dexter@xerxes:/mnt/f/smbtest$ touch Umlaute_??? I get: dexter@xerxes:/mnt/f/smbtest$ ls Umlaute_??? Just like it should. BUT: on the client