Posts

Set limit on file size before uploading it on the server in iOS

Image
-3 I am uploading Media(Image, Video, Audio) from local iPhone photo library. Now, the problem is that the files are too big in size. Is there any way to set following limitations on the file to be uploaded 1. Maximum file size limit is 2MB. 2. Reduce file size to 2MB if its larger than 2MB. 3. If the file size is smaller than 2MB just upload as it is. ios swift assets share | improve this question asked Nov 26 '18 at 9:55 Inderjeet Singh Inderjeet Singh 3 4 ...

set.seed() and prob.start in poLCA

Image
0 Could somebody use these functions (i.e., set.seed() and/or prob.start) in an example with an LCA, please? I am using poLCA(f, data, nclass=3, nrep=100) but I am not sure how to fix the initial starting parameters. Thank you! class analysis share | improve this question asked Nov 26 '18 at 9:55 Anita- Anita- 1 3 add a comment  |  0 ...