similar to: ANOVA with repeated measurements (Dan Rajdl)

Displaying 20 results from an estimated 100 matches similar to: "ANOVA with repeated measurements (Dan Rajdl)"

2006 Jan 04
5
multiple lowess line in one plot
I'm using this code to plot a smoothed line. These two columns of data really represent 4 groups and I'd like to plot a separate line for each group but have them all in the same plot. The R-Docs for lowess do not seem to indicate some type of "GROUPS=var_name" option. What would be the syntax for this? plot(AWGT ~ lipid ) lines(lowess(lipid , AWGT, f=.8)) -- Dean
2017 Aug 04
1
legend and values do not match in ggplot
I have following codes for ggplots. The legends are given in the plot do not match with the values specified in the codes given below. Your helps highly appreciated. Greg library(ggplot2) p <- ggplot(a,aes(x=NO_BMI_FI_beta ,y=FI_beta ,color= Super.Pathway))+ theme_bw() +theme(panel.border=element_blank()) + geom_point(size=3) p2<-p+scale_color_manual(name="Super.Pathway",
2006 Jan 26
2
footnote in postscript lattice
I would like to add a footnote to this graph but do not see a "footnote" command in the package:lattice documentation. I would like to note the "span=.8" as the footnote. postscript(file= ?C:/Documents and Settings/dsonneborn/My Documents/Slovak/output/pcb_tables/smooth_PCB_lines_four.ps?, bg=?transparent?, onefile=FALSE, pointsize=20,paper=?letter?, horizontal=TRUE,
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Hello Everyone, I have three variables: Waist circumference (WC), serum triglyceride (TG) level and gender. Waist circumference and serum triglyceride is numeric and gender (male and female) is categorical. From these three variables, I want to calculate the "Lipid Accumulation Product (LAP) Index". The equation to calculate LAP is different for male and females. I am giving both
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Well, something like: LAP <- ifelse(gender =='male', (WC-65)*TG, (WC-58)*TG) The exact code depends on whether your variables are in a data frame or list or whatever, which you failed to specify. If so, ?with may be useful. Cheers, Bert On Fri, Nov 3, 2023 at 3:43?AM Md. Kamruzzaman <mkzaman.m at gmail.com> wrote: > Hello Everyone, > I have three variables: Waist
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
df$LAP <- with(df, ifelse(G=='male', (WC-65)*TG, (WC-58)*TG)) That will do both calculations and merge the two vectors appropriately. It will use extra memory, but it should be much faster than a 'for' loop. Regards, Jorgen Harmse. ------------------------------ Message: 8 Date: Fri, 3 Nov 2023 11:10:49 +1030 From: "Md. Kamruzzaman" <mkzaman.m at gmail.com>
2023 Nov 03
2
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Just a minor point in the suggested solution: df$LAP <- with(df, ifelse(G=='male', (WC-65)*TG, (WC-58)*TG)) since WC and TG are not conditional, would this be a slight improvement? df$LAP <- with(df, TG*(WC - ifelse(G=='male', 65, 58))) -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Jorgen Harmse via R-help Sent: Friday,
2007 Jan 23
0
Error in odfWeave
Dear R-experts, I have tried this command: #-------------- odfWeave("C:/Documents and Settings/rajdl/Dokumenty/zk/vstup.odt","C:/Documents and Settings/rajdl/Dokumenty/zk/vystupek.odt") #--------------- and the console output was: #-------------- Setting wd to C:\DOCUME~1\rajdl\LOCALS~1\Temp\Rtmpfusjrb/odfWeave23103342397 Copying C:/Documents and
2023 Nov 03
1
[EXTERNAL] RE: I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Yes, that will halve the number of multiplications. If you?re looking for such optimisations then you can also consider ifelse(G=='male', 65L, 58L). That will definitely use less time & memory if WC is integer, but the trade-offs are more complicated if WC is floating point. Regards, Jorgen Harmse. From: avi.e.gross at gmail.com <avi.e.gross at gmail.com> Date: Friday,
2011 Mar 25
0
Today on VUC, Dan York on Google Voice + SIP
Hi, Today at 12 Non EDT, Dan York will be with us to talk about the recent on and off moments of Google Voice SIP URI calling. Like Skype + Asterisk (or any SIP), Google Voice and SIP compose the other shoe waiting to drop. We're following this with interest. So GV turned on SIP URI and then a few days later, turned it off. Why? Did the geeks (like us) jump on this too quickly or too heavily?
2005 Jan 12
0
Testing Xen on IA64 (for Dan Magenheimer)
Hello Dan, > The Linux distribution I uses is a Red Hat EL-AS 3 (update 4) and the > platform is an old LION (HP rx4610) (4xIA64 - 666 MHz, 1GB memory). As we say in france, "Les cordonniers sont toujours les plus mal chausses", and in your native language: "Nobody is worse shod than the shoemaker''s wife". For the moment, I have nothing else than this Lion
2009 Jul 29
2
Wine 1.0.1 (Ubu 9.04) + Dan Elwell's Broadband Speedtest = Error 13 : Type Mismatch.
Hi, sorry if this is a repost, but may be that GMANE didn't pick up the original article yet (sent yesterday). I wanted to try to start the http://www.broadbandspeedtest.net program under Wine 1.0.1 (shipped with Ubu J. 9.04). The program in question is a shareware, free download, paid to get extended functionality, EULA. With winetricks I have installed : VBRUN6 (required), OLE2,
2009 Jul 31
0
Re: Wine 1.0.1 (Ubu 9.04) + Dan Elwell's Broadband Speedtest = E
Have you tried running it under a much more recent version of wine? Latest is 1.1.26: http://winehq.org/downloads
2010 Dec 12
2
Thanks, Dan
Nice to meet you. You are running a fine site.
2008 Dec 11
0
OT: Looking for Dan Toma, author of Diax
Does anybody have contact info for Dan Toma, the author of Diax? I've tried danto at clicknet.ro and danto at rdslink.ro without success. Thanks in advance, ------------------------------------------------------------------------ Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
2009 Nov 13
1
FW: hi Dan
Please stop emailing me personally. If no one replies to a post, it means that everyone is busy or they think you should read through the documentation before posting. If you can't figure out simple things like Music on hold from the documentation, then i dont think VOIP is for you. -----Original Message----- From: asterisk at opensourcesolution.in [mailto:asterisk at opensourcesolution.in]
2008 Apr 30
0
Wine Weekly News #346 - Dan Kegel interview
http://winehq.org/?issue=346 WWN is a summary of the dev mailing list. It's well worth keeping up with, even if it's technically abstruse at times. - d.
2011 Jul 24
0
setting distance matrix and clustering methods in heatmap.2
heatmap.2 defaults to dist for calculating the distance matrix and hclust for clustering. Does anyone now how I can set dist to use the euclidean method and hclust to use the centroid method? I provided a compilable sample code bellow. I tried: distfun = dist(method = "euclidean"), but that doesn't work. Any ideas? library("gplots") library("RColorBrewer") test
2012 Apr 01
2
Project: QueryParser Reimplementation, to Olly Betts and Dan Colish
*Hi all,* * * *The following is my general idea for the project. For a complete query parser I still need to consider more details. Please give me feedback because the description of this project is lack of detailed information, and I can submit my proposal without giant deviation.* * * design principle of query parsing: 1) better understanding user input. All search engine do is understanding
2006 Jan 16
3
the dreaded "Before updating scaffolding from new DB schema, try creating a table for your model (Blog)" error
Hi Can any one help me with this? I think that this is soemthing quite simple as there is quite abit traffic about this on the web and everyone sems to figure it out. I have tried most of the solutions that I can find. but nothing. I have mysql 5.0.11 working on linux redhat 9. ruby is working rails install mysql library seem to be there. to some trying rt get mysql to install need to