search for: janet

Displaying 20 results from an estimated 93 matches for "janet".

Did you mean: jane
2009 Aug 18
1
Strange package installation error
...le, the file does exist; I downloaded it from the CRAN website for the package and pasted in the name exactly a few different times to make sure it was right. > install.packages("DiagnosisMed") Warning message: package ?DiagnosisMed? is not available > install.packages("/Users/janet/Desktop/Camino-downloads/DiagnosisMed_0.2.2.1.tar.gz") Warning message: package ?/Users/janet/Desktop/Camino-downloads/DiagnosisMed_0.2.2.1.tar.gz? is not available Permissions: [Macintosh:~/Desktop/Camino downloads] janet% ls -l DiagnosisMed_0.2.2.1.tar.gz -rwxr-xr-x@ 1 janet janet 42731 A...
2004 Mar 25
1
domain admins and Samba 3.0.2
...2512961765-512) -> domadmin Backup Operators (S-1-5-32-551) -> -1 Domain Guests (S-1-5-21-1375496003-1846269575-2512961765-514) -> -1 Users (S-1-5-32-545) -> -1 net getlocalsid SID for domain PARETO is: S-1-5-21-1375496003-1846269575-2512961765 ypcat group |grep domadmin domadmin:*:60:janet,myles,alec user janet is in group 60 On the PC (Win 2K) it says : You are logged in as NEWBIOSS\janet, which is not a member of the Administrators group But when I check under 'Local Users and Groups' Administrator properties, it includes NEWBIOSS\Domain Admins(S-1-5-21-1375496003-184....
2017 Dec 12
5
problems with share permissions
...went wrong, any help would be great. small cut of the smb.conf definitions.  but the are all setup the same. # # defined shares for users # [acctcui]         path = /cui/acct         comment = Accounting data         admin users = jlowry 'domain admins'         valid users = jessica janet lynne         read list = lynne janet jessica         write list = lynne janet jessica         writable = yes         browsable = yes [tradecui]         path = /cui/trade         comment = Trade Compliance data         admin users = jlowry 'domain admins'         valid users = sha...
2002 Jul 09
1
Windows 2k/XP and roaming profiles
...ally takes up over 20Mb of space on the PC when copied. I've just upgraded to Samba 2.2.5 (from 2.2.1) but it hasnt made any difference. The samba server is running Solaris 8. Are there any tweaks I should be making to speed up the download ? Otherwise I shall just abandon roaming profiles. Janet ************************************************************************* Janet Dickson | http://www.bioss.ac.uk/~janet Biomathematics & Statistics Scotland | email: janet@bioss.ac.uk The King's Buildings, Mayfield Rd | Telephone: +44 (0) 131 650 4888 Edinburgh EH...
2005 May 30
1
Joining Sun NAS to samba domain
Hi I have successfully joined my Sun NAS device to my Samba PDC (version 2.2.10, security=user, encrypt passwords=yes) However, when I try to map a drive to \\nas\home it wont accept my (correct) password and the NAS log says : NetrSamlogon[BIOSS\janet]: SAMBA_ACCESS_DENIED (Samba PDC) Have I missed something ? Do I have to set up a trust account or is it to do with encrypted passwords ? -- Janet ************************************************************************* Janet Dickson | http://www.bioss.sari.ac.uk/~jane...
2004 Nov 05
3
Resources for optimizing code
...hang for indefinite time periods. I'm looking for one of two things: 1. A document which discusses how to avoid for loops and situations in which it's impossible to avoid for loops. or 2. A function which can do the above better than mine. My code is pasted below. Thanks so much, Janet # asst is a binary vector of length= nrow(DATAFRAME). # 1= observations you want to keep. 0= observation to get rid of. remove.xtra.f <-function(asst, DATAFRAME) { n<-sum(asst, na.rm=T) newdata<-matrix(nrow=n, ncol=ncol(DATAFRAME)) j<-1 for(i in 1:length(data)) { if (asst[i]...
2004 Mar 15
8
Simple numeric "as.is" question
I am reading a list of numbers from my clipboard, and have been successful, except I can't make a histogram as R doesn't recognize my variable as numeric. I know I need to use "as.is", but the specifics escape me. I have used x<-read.table("clipboard", header=F) to import from a txt file. How do make this numeric? Thanks, J.
2011 Feb 17
3
summing 15 minute precip data to daily
...year. i want to sum the precip to daily data. so the first 96 records = the first day, the second 96 records = the second day, and so on.... is there a way to write a for loop that would sum the data to daily, and write each value to a second object so i end up with a file of daily precip? thanx, Janet [[alternative HTML version deleted]]
2005 Jun 22
0
Samba and Sun StorEdge NAS
Hi I managed to get my Sun NAS filer to join my Samba domain (2.2.10). However, I cannot mount any of the shares from the NAS to a PC in the same domain, getting an error : 06/21/05 14:15:53 NetrSamLogon[BIOSS\janet]: SAMBA ACCESS_DENIED (Samba PDC) When I asked Sun about it they responded : "Further reseach has shown that a connection to SAMBA domain controller as is not supported by the StorEdge operating system at this time. All testing to date with this environment has been unsuccessful." This...
2004 May 04
3
increasing memory
...I try. Reading help files seems to indicate that R ought to manage its memory itself. I know I have enough memory since stata handles these files perfectly well. I have a mac running OS 10.3 and am running RAqua 1.8.1. Is there anything I can do to make it deal with these files successfully? Janet -- Janet Rosenbaum jerosenb at fas.harvard.edu Harvard Injury Control Research Center, Harvard School of Public Health
2017 Nov 27
3
problems with permissions
...t domain = yes         passdb backend = tdbsam         printing = cups         printcap name = cups         load printers = yes         cups options = raw [custinfo]         path = /cui/admin/Customer Info         comment = Mfg and Purchasing         valid users = tiana bob carol jessica janet lynne         read list = lynne janet jessica         write list = tiana bob carol         writable = yes         browsable = yes [custorders]         path = /cui/admin/Customer Orders         comment = Mfg and Purchasing         valid users = tiana bob carol jessica janet lynne         r...
2003 Apr 08
2
use of variable labels
...rs. It seems as though the numbers attached to the categories don't exist. Is there a way to make R go back and forth between the categories and the corresponding numbers as Stata does, or do I just have to set convert.factors=FALSE ? Hope everyone's enjoying the April snow! Thanks, Janet > MC<-read.dta("C:/Documents and Settings/janet/Desktop/poleff/mexchn_gary.dta") > summary(MC) id country code sex Min. :10100001 Length:1068 Mexico:604 Female:541 1st Qu.:10100306 Mode :character China :464 Ma...
2003 Apr 08
2
quotes within quotes
..." > data.file <- " file="/full/path/name.dta" " > eval(call(cmd,data.file,opt)) Prior to adding this option, I had been using match.fun to get the function call corresponding to cmd and then evaluating it, but match.fun doesn't seem to help here. Thanks, Janet
2004 May 04
1
Test the adjustment to Exponential distribution
...ment of a (Negative) Exponential Distribution to a dataset. The parameter of the distribution is unknown. What is the appropriate test to do? I've tried the ks.test, although I think this isn't the appropriate one, as I don't know the parameter. Can anybody help me? Thanks in advance, Janete -- Janete da Silva Borges janeteborges at gmx.net Ab sofort DSL-Tarif ohne Grundgeb侟hr: http://www.gmx.net/dsl
2014 Apr 14
2
PXE booting UEFI
...ectory - however this is undesirable as this means I have to maintain separate configs for BIOS and UEFI. Does anyone know why this is not behaving as documented? Regards, Adam Bishop Systems Development Specialist gpg: 0x6609D460 t: +44 (0)1235 822 245 xmpp: adamb at jabber.dev.ja.net Janet, the UK's research and education network. Janet(UK) is a trading name of Jisc Collections and Janet Limited, a not-for-profit company which is registered in England under No. 2881024 and whose Registered Office is at Lumen House, Library Avenue, Harwell Oxford, Didcot, Oxfordshire. OX11 0SG...
2003 Mar 14
2
numbers and decimal points
...ons? Is it an inconvenience to require that all data use a period as decimal point? (i.e., 3.14159 rather than 3,14159). We're trying to make our program as foolproof as possible, and would prefer not to give users a chance to have commas as both decimal points and field delimiters. Thanks, Janet Rosenbaum jerosenb at fas.harvard.edu Center for Basic Research in the Social Sciences, Harvard University
2010 Aug 05
1
using grib files in R
...omehow into R. Is it possible to use read grib files in R and then use the data? If so, could someone point me to a book/website that might help me learn how to do this? Any advice would be helpful?I am beginning to think I should use a different software program, but I?d like to use R! Thanks, Janet
2019 Mar 27
2
DUNDI with minimal features
...> > Is there a very simple DUNDI config available which describes how to set > this up? > > Also, can I have the same outbound trunks setup in each office, so that > calls don't have to route across the NY-BOS connection to get out to the > PSTN? > > > > Thanks, Janet Not sure how relevant on newer versions, but yes, pretty easy to setup. http://blog.sinologic.net/wp-content/uploads/2007/08/DUNDi_So_Easy.pdf Good luck!. JR -- JR Richardson Engineering for the Masses Chasing the Azeotrope
2006 Jun 23
2
Tetrachoric correlation in R vs. stata
...22 computations, although the estimates always fall within the 95% CI for the TCC calculated by R. Do stata and R calculate TCC in dramatically different ways? Is the handling of missing data perhaps different? Any thoughts? Btw, I am sending this question only to the R-help list. Thanks, Janet -------------------- This email message is for the sole use of the intended recip...{{dropped}}
2003 May 22
1
possible dovecot problem (fwd)
...n) > > a uid fetch 902 ENVELOPE > * 113 EXISTS > * 1 RECENT > * 104 FETCH (UID 902 ENVELOPE ("Tue, 20 May 2003 16:05:04 -0500" "From A Friend: > 'TheWMURChannel.com - News - Law Raises Age Children Must Be In Seat Restraints'" > (("Janet" NIL "jaentc" "aukware.com")) > (("Janet" NIL "jaentc" "aukware.com")) > (("Janet" NIL "jaentc" "aukware.com")) NIL NIL NIL NIL > "<200305202105.h4KL5xo20860 at qbert.ibsys.com>"))...