Coder Social home page Coder Social logo

Hi there 👋

About Me

I'am Amir Rezvani

Hi, I'm 22 years old, I'm a tech geek, because I started learning programming and stuff on youtube and other sites. I created this GitHub account to learn things like: html & css & javascript & Bootstrap & sass & react &Web server hacker, white hat hacker, server virtualization and computer network monitoring expert

I love rubik's cube or board games like chess, checkers and other games, by the way, I create things about this, like the CanUseTimer app, it's my best project for a while.

ehsanmorgan

connect with me :

Amir Rezvani

Languages and tools:

aws

bootstrap

css3

django

docker

git

html5

javascript

mysql

python

ehsanmorgan

ehsanmorgan

ehsanmorgan

@sansekai's Holopin board

others good projects that i made

Installation

You can install the rempsyc package directly from CRAN:

install.packages("rempsyc")

Or the development version from the r-universe (note that there is a 24-hour delay with GitHub):

install.packages("rempsyc", repos = c(
  rempsyc = "https://rempsyc.r-universe.dev",
  CRAN = "https://cloud.r-project.org"))

Or from GitHub, for the very latest version:

"rempsyc/rempsyc"

You can load the package and open the help file, and click “Index” at the bottom. You will see all the available functions listed.

library(rempsyc)
?rempsyc
library(rempsyc)

nice_t_test(data = mtcars,
            response = c("mpg", "disp", "drat", "wt"),
            group = "am") -> t.tests
t.tests
#>   Dependent Variable         t       df              p         d   CI_lower
#> 1                mpg -3.767123 18.33225 0.001373638333 -1.477947 -2.2659731
#> 2               disp  4.197727 29.25845 0.000230041299  1.445221  0.6417834
#> 3               drat -5.646088 27.19780 0.000005266742 -2.003084 -2.8592770
#> 4                 wt  5.493905 29.23352 0.000006272020  1.892406  1.0300224
#>     CI_upper
#> 1 -0.6705686
#> 2  2.2295592
#> 3 -1.1245498
#> 4  2.7329218
# Format t-test results
t_table <- nice_table(t.tests)
t_table
contrasts <- nice_contrasts(
  data = mtcars,
  response = c("mpg", "disp"),
  group = "cyl",
  covariates = "hp")
contrasts
#>   Dependent Variable Comparison df         t              p         d
#> 1                mpg      4 - 8 28  3.663188 0.001028617005  3.587739
#> 2                mpg      6 - 8 28  1.290359 0.207480642577  1.440495
#> 3                mpg      4 - 6 28  3.640418 0.001092088865  2.147244
#> 4               disp      4 - 8 28 -6.040561 0.000001640986 -4.803022
#> 5               disp      6 - 8 28 -4.861413 0.000040511099 -3.288726
#> 6               disp      4 - 6 28 -2.703423 0.011534398020 -1.514296
#>     CI_lower   CI_upper
#> 1  2.7233152  4.5444020
#> 2  0.7636356  1.9983921
#> 3  1.3463241  3.0909832
#> 4 -5.8742386 -3.8249073
#> 5 -4.3364754 -2.2536315
#> 6 -2.2348783 -0.8642249

White hat hacker's Projects

dark-web-osint-tools icon dark-web-osint-tools

مجموعه ای از ابزارها برای جستجو، اسکن و تجزیه و تحلیل اطلاعات از ناحیه دامنه .onion (سمت تاریک اینترنت)

evilnovnc icon evilnovnc

This is a phishing ready platform. Unlike other phishing methods, EvilnoVNC allows you to bypass 2FA using a real browser via noVNC connection. In addition, this tool allows us to see in real time all the victim's activities, access to downloaded files and the entire browser profile, including cookies, saved passwords, browsing history, etc.

go-sherlock icon go-sherlock

Minified version of Project Sherlock written in GO. Lookup given username from 1000 social networks

metaspliot-framework icon metaspliot-framework

Metasploit Framework یک ابزار باز کد متن باز، پر قدرت و متعارف برای تست نفوذ سیستم های کامپیوتری و امنیت شبکه است

power-pwn icon power-pwn

نسخه ی نمایشی است که نشان می دهد چگونه می توان فایل های اجرایی، حساب های خدماتی و سرویس های ابری مورد اعتماد مایکروسافت را برای قدرت بخشیدن به یک بدافزار استفاده کرد.

react-interview-questions icon react-interview-questions

مجموعه برترین سوال و جواب‌های ری‌اکت(احتمالا برای استخدام اینا)

secintelowl icon secintelowl

Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale

security icon security

Middleware for security and authorization of web apps. Project moved to

suricata icon suricata

یک سیستم تشخیص نفوذ شبکه، سیستم پیشگیری از نفوذ و موتور نظارت بر امنیت شبکه است

whatportis icon whatportis

فرمان برای یافتن نام و شماره پورت. اغلب اتفاق می افتد که ما باید پورت پیش فرض یک سرویس خاص را بدانیم، یا برعکس - معمولاً چه سرویس هایی در یک پورت خاص گوش می دهند. برای این وظایف است که ابزار Whatportis طراحی شده است.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.