Displaying 20 results from an estimated 1100 matches similar to: "Plot history"
2012 Aug 02
2
Help on merging without a common variable
Dear All,
I want to create a dataset for a NONMEM simulation. I have a dataframe with
individual PK parameters and want to create a dosing sceinario in a second
dataframe. I want to merge them both so that every individiual's PK
parameters are combined with the dosing scenario into one. I do not have a
common variable to merge and cbind is giving error that lengths are
different. I
2012 May 02
2
selection by two unique variables
Dear Group,
I am working with a large dataset where I need to select for each unique id
the the unique lastpk row. Here is a sample subject:
id wtdt wt lastpk
64050256 2010-09-18 275 2010-09-16
64050256 2010-09-19 277 2010-09-18
64050256 2010-09-20 272 2010-09-18
64050256 2010-09-21 277 2010-09-18
I want the result as:
2012 Jan 11
6
Generating unque patient IDs
Dear group,
I am trying to prepare a NONMEM friendly dataset for population PK
analysis. My patient IDs are 10 digit long and NONMEM is losing precison
and rouding the last couple of digits. I need to generate unique Patient
IDs fromt he current 10-digit IDs. Ihave total 250 subjects so I
appreciate if anybody can suggest me a way to code this in R.
Regards,
Ayyappa
[[alternative HTML
2012 Aug 03
2
Density plots
Dear group,
I need help on two problems:
1. I am trying to plot density plots for each individual in 8 occasions.
I can do this by subject wiht the code below:
par(mfrow=c(4,2))
plot(density(all8scenarios$SIMCONC[all8scenarios$ID==1&all8scenarios$WSEQ==0]))
plot(density(all8scenarios$SIMCONC[all8scenarios$ID==1&all8scenarios$WSEQ==1]))
2013 Apr 23
1
Time and Date formatting
Dear Group,
I have a problem with time date formatting. I have Date and Time in
different columns in a .csv file and want to have a column with Date and
Time together. I could format the date into the right mode using strptime
and as.Date functions. I am not able to do that with TIME column. I
appreciate your help in solving this issue. Currently the TIME column is
in character mode.
2012 Feb 29
1
Coding help
Dear Group,
I have the following dataset:
ID REPI DV CONC SS
1 1 156.84 116 0
1 2 146.56 116 0
1 3 115.13 116 0
1 4 207.81 116 0
1 5 129.53 116 0
1 6 151.48 116 0
1 7 158.95 116 0
1 8 192.37 116 0
1 9 32.97 116 0
1 10 151.66 116 0
I want to calculate the percentile of each CONC within ID=i and add as a
column
2001 Dec 07
2
Memory problem
Dear all,
I have written a little R program to convert images. See below. Within the
loop over j (the filenames) memory consumption grows constantly. rm( ... )
inside the loop did not help. Memory does not grow if I remove the writeBin
statements between the two #-------- marks. But obviously this is not
solution I want...
Thanks for any advice.
Manfred Baumstark
P.S. As I'm new to R:
2004 Feb 07
2
Virtual network using ssh tunneling on Windows 2K/XP. Please help.
Hi,
I'm trying to connect to a samba server via an ssh tunnel. I'm running
ssh on my W2K machine. If I try to connect from another machine that
is running an OS called RiscOS and a NetBIOS client called LanMan98
then it works perfectly, but if I try to connect from the another Windows
machine running XP, or from the W2k machine (uisng loopback), I get
"Windows cannot find
2004 Dec 11
1
Can't capture "-1" return on Dial command
How can I capture a "-1" result on a Dial command? Basically, I have the
following setup, and I want to be able to process the audio file after the
outbound call has been done regardless how how it ends.
No matter how the call ends, I can't get "macro-record-stop" to run.
Any help would be great.
-Eric
<from extensions.conf>
[macro-dialanalog]
exten =>
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
On 15/07/15 15:10, Mario Pio Russo wrote:
> OR
>
> is there any way, or magical hidden parmeter in the smb.conf that allows to
> enumerate the users in the Domain Users? tbh this has a huge impact on the
> file share server as many directorys have "domain users" as group
I don't think you understand this at all :-)
If a user is a member of an AD domain, then they are
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
ok, what do you suggest then? maybe changing the authentication to another
group like "domainusers" ?
___________________________________________________________________________________________
Mario Pio Russo, System Admin SWG IT Services Dublin, Phone & FAX: +353 1
815 2236, eMail: mariopiorusso at ie.ibm.com
IBM Ireland Product Distribution Limited registered in Ireland with
2003 Feb 17
1
Roaming profiles issues
This might be simple, but I have been banging my head against google for
awhile now and not an answer in sight... Anyway, Samba PDC with roaming
profiles. When a user logs out the profile isn't written because it says
that "The specified network name is no longer available" Whatever that
is supposed to mean. Following is my smb.conf. Please CC me in replies
as I am not subbed to the
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
I have some more findings about this
it looks like getent does not get the right information from the Domain
Controller, in fact the domain user groups shows with NO member users:
getent group | grep "domain users"
domain users:x:10000:
root at seadog:~#
Now funny thing is that other folders for wwhich getent retrieves the users
correctlly are mounted fine . any idea why I don t see
2004 Jun 25
1
Compile problems on libtheora-1.0alpha3
Dear Developers.
As a tester for gnome-2.7 I'm using the garnome build system to build
gnome-2.7. A new part to this set of gnome related programs I neede
libtheora. Unfortunatly did I run into compile problems when running the
compile of libtheora-1.0alpha3. I'm uisng GCC-3.4.0,glibc-2.3.2.
The problems are shown in the log below.
Who can help me solve these issues as I'm no expert
2010 Aug 21
2
vector allocation error
I am running and analysis of sequencing data uisng the EdgeR package. I have
received the following error:
Using grid search to estimate tagwise dispersion. Error: cannot allocate
vector of size 307.3 Mb
indicating the memory allocation is too small. How would I change this
confiuration in R so that the script can run with the files I have?
Help appreciated, Josquin
--
View this message in
2008 Mar 25
2
Incorrect behavior in 64-bit version (PR#11034)
Full_Name: Lodewijk Bonebakker
Version: v2.6.2
OS: Solaris, x86, snv_80
Submission from: (NULL) (192.18.43.225)
when I build R in 32-bit mode on my 64-bit OS, R works as expected:
R version 2.6.2 (2008-02-08)
...
Type 'q()' to quit R.
> m <- matrix(ncol=2,c(1:6))
>
> m
[,1] [,2]
[1,] 1 4
[2,] 2 5
[3,] 3 6
> n <- log10(m)
> n
[,1]
2010 Jan 17
1
Help using Cast (Text) Version
Sorry to repeat the meassage, not sure if the HTML version has been
received - Apologies for duplication
Dear list
I am trying to count the no of occurances in a column of a data frame and
there is missing data identifed by NA.
I am able to melt and cast the data correctly as well as sum the occurances
using margins and sum.
Here are the melt and cast commands
bw = melt(res,
2012 Dec 11
0
[LLVMdev] FNT testers reporting success even though they failed
On Tue, Dec 11, 2012 at 1:27 AM, Duncan Sands <baldrick at free.fr> wrote:
> All the LLVM lab FNT builders were reporting failures in the same set of
> tests
> (scimark2, LivermooreLoops, some others). Now they've all turned green but
> the
> same tests are still failing. I don't see any commits to deliberately make
> the
> FNT pass, so it looks like someone
2011 May 24
0
How to resolve Centos Linux Version 5.5 x86_32 Callgrind Version 3.6.1 cg_annotate : Line 1 Missing command line error?
Good afternoon, We are running callgrind and
cg_annotate version 3.6.1
on Centos Linux Version 5.5 x86_32. One month ago Mr. Josef Weidenorfer
issued a special patch that fixed callgrind on Centos Linux Version
5.5 x86_32. We can now profile complex C++ programs which use our own
shared library libmdMatchup.so.
However, when we use version 3.6.1 cg_annotate
callgrind.out.22533 --auto = yes
2015 Jul 14
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
well, I have configured the kdc client on the file server, joined the
domain using net ads join and it worked fine, again getnet group , getnet
passwd , wbinfo -u they all works perfectlly fine
I am also able to browse the shares from any windows machine joined to the
CCDC domain, but I am still not able to do ANY mount.cifs, not even form
linux boxes joined to the domain :-/
I have no idea